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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QCapturableWindow other) clone()
Creates and returns a copy of this object.final String
boolean
Seeoperator!
final String
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QCapturableWindow)
.final boolean
isValid()
final void
swap
(QCapturableWindow other) 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
-
swap
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QCapturableWindow)
. -
clone
Creates and returns a copy of this object.
-
getDescription
Kotlin property getter. In Java use
description()
instead.
-