Uses of Enum
io.qt.core.QState.ChildMode
Packages that use QState.ChildMode
-
Uses of QState.ChildMode in io.qt.core
Methods in io.qt.core 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.core with parameters of type QState.ChildModeConstructors in io.qt.core with parameters of type QState.ChildModeModifierConstructorDescriptionQState
(QState.ChildMode childMode) Overloaded constructor forQState(io.qt.core.QState.ChildMode, io.qt.core.QState)
withparent = null
.QState
(QState.ChildMode childMode, QState parent) QStateMachine
(QState.ChildMode childMode) Overloaded constructor forQStateMachine(io.qt.core.QState.ChildMode, io.qt.core.QObject)
withparent = null
.QStateMachine
(QState.ChildMode childMode, QObject parent)