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
ConstructorsModifierConstructorDescriptionprotectedQChildEvent(QChildEvent arg__1) QChildEvent(QEvent.Type type, QObject child) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanadded()protected final voidassign(QChildEvent other) SeeQChildEvent::operator=(QChildEvent) final QObjectchild()clone()final booleanpolished()final booleanremoved()protected final voidset(QChildEvent other) Deprecated.Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, typeMethods 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
-
set
Deprecated.Useassign(io.qt.core.QChildEvent)instead.
-
assign(io.qt.core.QChildEvent)instead.