java.lang.Object
io.qt.QtObject
io.qt.multimedia.QCapturableWindow
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Used for getting the basic information of a capturable window
Java wrapper for Qt class QCapturableWindow
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QCapturableWindow other) clone()Creates and returns a copy of this object.final Stringfinal booleanequals(QCapturableWindow rhs) booleaninthashCode()Returns the objects's hash code computed byqHash(QCapturableWindow).final booleanisValid()final voidswap(QCapturableWindow other) toString()Seeoperator<<(QDebug,QCapturableWindow) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QCapturableWindow
public QCapturableWindow() -
QCapturableWindow
-
-
Method Details
-
description
-
isValid
-
assign
-
equals
-
swap
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QCapturableWindow). -
toString
See
operator<<(QDebug,QCapturableWindow) -
clone
Creates and returns a copy of this object.
-