Uses of Class
io.qt.core.QState.ChildMode
Package | Description |
---|---|
io.qt.core |
-
Uses of QState.ChildMode in io.qt.core
Methods in io.qt.core that return QState.ChildMode Modifier and Type Method Description QState.ChildMode
QState. childMode()
static QState.ChildMode
QState.ChildMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QState.ChildMode
QState.ChildMode. valueOf(String name)
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.ChildMode Modifier and Type Method Description void
QState. setChildMode(QState.ChildMode mode)
Constructors in io.qt.core with parameters of type QState.ChildMode Constructor Description QState(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)