java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QChildWindowEvent
- All Implemented Interfaces:
QtObjectInterface
Contains event parameters for child window changes
Java wrapper for Qt class QChildWindowEvent
This class was introduced in Qt 6.7.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type
-
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject
-
Constructor Summary
ModifierConstructorDescriptionQChildWindowEvent
(QEvent.Type type, QWindow childWindow) protected
QChildWindowEvent
(QChildWindowEvent arg__1) -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
assign
(QChildWindowEvent other) SeeQChildWindowEvent::
operator=(QChildWindowEvent) final QWindow
child()
clone()
Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QChildWindowEvent
-
QChildWindowEvent
-
-
Method Details
-
child
-
assign
See
QChildWindowEvent::
operator=(QChildWindowEvent) -
clone
This function was introduced in Qt 6.0.
-