Uses of Enum
io.qt.statemachine.QState.RestorePolicy
Packages that use QState.RestorePolicy
-
Uses of QState.RestorePolicy in io.qt.statemachine
Methods in io.qt.statemachine that return QState.RestorePolicyModifier and TypeMethodDescriptionfinal QState.RestorePolicy
QStateMachine.globalRestorePolicy()
static QState.RestorePolicy
QState.RestorePolicy.resolve
(int value) Returns the corresponding enum entry for the given value.static QState.RestorePolicy
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 that return types with arguments of type QState.RestorePolicyModifier and TypeMethodDescriptionfinal QBindable<QState.RestorePolicy>
QStateMachine.bindableGlobalRestorePolicy()
Methods in io.qt.statemachine with parameters of type QState.RestorePolicyModifier and TypeMethodDescriptionfinal void
QStateMachine.setGlobalRestorePolicy
(QState.RestorePolicy restorePolicy)