java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.core.QChildEvent
- All Implemented Interfaces:
QtObjectInterface
public class QChildEvent extends QEvent
Contains event parameters for child object events
Java wrapper for Qt class QChildEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QChildEvent(QEvent.Type type, QObject child)
protected
QChildEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QChildEvent
-
QChildEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details