Uses of Class
io.qt.statemachine.QState.RestorePolicy
Package | Description |
---|---|
io.qt.statemachine |
-
Uses of QState.RestorePolicy in io.qt.statemachine
Methods in io.qt.statemachine that return QState.RestorePolicy Modifier and Type Method Description QState.RestorePolicy
QStateMachine. globalRestorePolicy()
static QState.RestorePolicy
QState.RestorePolicy. resolve(int value)
Returns the corresponding enum entry for the given value.static QState.RestorePolicy
QState.RestorePolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static QState.RestorePolicy[]
QState.RestorePolicy. 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 QState.RestorePolicy Modifier and Type Method Description void
QStateMachine. setGlobalRestorePolicy(QState.RestorePolicy restorePolicy)