java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.core.QStateMachine.WrappedEvent
- All Implemented Interfaces:
QtObjectInterface
- Enclosing class:
- QStateMachine
public static class QStateMachine.WrappedEvent extends QEvent
Inherits QEvent and holds a clone of an event associated with a QObject
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, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
WrappedEvent
-
WrappedEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details