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
- Since:
- This class was introduced in Qt 6.6.
-
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
final boolean
equals
(QCapturableWindow rhs) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QCapturableWindow)
.final boolean
isValid()
final void
swap
(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
- Parameters:
other
-
-
-
Method Details
-
description
- Returns:
-
isValid
- Returns:
-
assign
- Parameters:
other
-
-
equals
- Parameters:
rhs
-- Returns:
-
swap
- Parameters:
other
-
-
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.
-