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