Uses of Class
io.qt.statemachine.QStateMachine.EventPriority
Package | Description |
---|---|
io.qt.statemachine |
-
Uses of QStateMachine.EventPriority in io.qt.statemachine
Methods in io.qt.statemachine that return QStateMachine.EventPriority Modifier and Type Method Description static QStateMachine.EventPriority
QStateMachine.EventPriority. resolve(int value)
Returns the corresponding enum entry for the given value.static QStateMachine.EventPriority
QStateMachine.EventPriority. valueOf(String name)
Returns the enum constant of this type with the specified name.static QStateMachine.EventPriority[]
QStateMachine.EventPriority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.statemachine with parameters of type QStateMachine.EventPriority Modifier and Type Method Description void
QStateMachine. postEvent(QEvent event, QStateMachine.EventPriority priority)