java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.core.QChildEvent
- All Implemented Interfaces:
QtObjectInterface
Contains event parameters for child object events
Java wrapper for Qt class QChildEvent
-
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
ModifierConstructorDescriptionprotected
QChildEvent
(QChildEvent arg__1) QChildEvent
(QEvent.Type type, QObject child) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
added()
protected final void
assign
(QChildEvent other) SeeQChildEvent::
operator=(QChildEvent) final QObject
child()
clone()
final boolean
polished()
final boolean
removed()
protected final void
set
(QChildEvent other) Deprecated.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
-
QChildEvent
-
QChildEvent
-
-
Method Details
-
added
-
child
-
assign
See
QChildEvent::
operator=(QChildEvent) -
polished
-
removed
-
clone
This function was introduced in Qt 6.0.
-
set
Deprecated.Useassign(io.qt.core.QChildEvent)
instead.
-
assign(io.qt.core.QChildEvent)
instead.