Uses of Class
io.qt.statemachine.QAbstractState
Package | Description |
---|---|
io.qt.statemachine |
-
Uses of QAbstractState in io.qt.statemachine
Subclasses of QAbstractState in io.qt.statemachine Modifier and Type Class Description class
QFinalState
Java wrapper for Qt class QFinalStateclass
QHistoryState
Java wrapper for Qt class QHistoryStateclass
QState
Java wrapper for Qt class QStateclass
QStateMachine
Java wrapper for Qt class QStateMachineMethods in io.qt.statemachine that return QAbstractState Modifier and Type Method Description QAbstractState
QHistoryState. defaultState()
QAbstractState
QState. errorState()
QAbstractState
QState. initialState()
QAbstractState
QAbstractTransition. targetState()
Methods in io.qt.statemachine that return types with arguments of type QAbstractState Modifier and Type Method Description QSet<QAbstractState>
QStateMachine. configuration()
QList<QAbstractState>
QAbstractTransition. targetStates()
Methods in io.qt.statemachine with parameters of type QAbstractState Modifier and Type Method Description void
QStateMachine. addState(QAbstractState state)
QSignalTransition
QState. addTransition(QMetaObject.AbstractSignal signal, QAbstractState target)
Adds a transition associated with the given signal of the given sender object, and returns the new QSignalTransition object.QSignalTransition
QState. addTransition(QObject sender, String signal, QAbstractState target)
QAbstractTransition
QState. addTransition(QAbstractState target)
void
QStateMachine. removeState(QAbstractState state)
void
QHistoryState. setDefaultState(QAbstractState state)
void
QState. setErrorState(QAbstractState state)
void
QState. setInitialState(QAbstractState state)
void
QAbstractTransition. setTargetState(QAbstractState target)
Method parameters in io.qt.statemachine with type arguments of type QAbstractState Modifier and Type Method Description void
QAbstractTransition. setTargetStates(Collection<QAbstractState> targets)