Uses of Enum
io.qt.statemachine.QState.ChildMode
Packages that use QState.ChildMode
-
Uses of QState.ChildMode in io.qt.statemachine
Methods in io.qt.statemachine that return QState.ChildModeModifier and TypeMethodDescriptionfinal QState.ChildMode
QState.childMode()
static QState.ChildMode
QState.ChildMode.resolve
(int value) Returns the corresponding enum entry for the given value.static QState.ChildMode
Returns the enum constant of this type with the specified name.static QState.ChildMode[]
QState.ChildMode.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.ChildModeMethods in io.qt.statemachine with parameters of type QState.ChildModeConstructors in io.qt.statemachine with parameters of type QState.ChildModeModifierConstructorDescriptionQState
(QState.ChildMode childMode) Overloaded constructor forQState(io.qt.statemachine.QState.ChildMode, io.qt.statemachine.QState)
withparent = null
.QState
(QState.ChildMode childMode, QState parent) QStateMachine
(QState.ChildMode childMode) Overloaded constructor forQStateMachine(io.qt.statemachine.QState.ChildMode, io.qt.core.QObject)
withparent = null
.QStateMachine
(QState.ChildMode childMode, QObject parent)