Uses of Class
io.qt.statemachine.QAbstractState
Packages that use QAbstractState
-
Uses of QAbstractState in io.qt.statemachine
Subclasses of QAbstractState in io.qt.statemachineModifier and TypeClassDescriptionclass
Final stateclass
Means of returning to a previously active substateclass
General-purpose state for QStateMachineclass
Hierarchical finite state machineMethods in io.qt.statemachine that return QAbstractStateModifier and TypeMethodDescriptionfinal QAbstractState
QHistoryState.defaultState()
final QAbstractState
QState.errorState()
final QAbstractState
QState.initialState()
final QAbstractState
QAbstractTransition.targetState()
Methods in io.qt.statemachine that return types with arguments of type QAbstractStateModifier and TypeMethodDescriptionfinal QBindable<QAbstractState>
QState.bindableErrorState()
The error state of this statefinal QBindable<QAbstractState>
QState.bindableInitialState()
The initial state of this state (one of its child states)final QSet<QAbstractState>
QStateMachine.configuration()
final QList<QAbstractState>
QAbstractTransition.targetStates()
Methods in io.qt.statemachine with parameters of type QAbstractStateModifier and TypeMethodDescriptionfinal void
QStateMachine.addState
(QAbstractState state) final 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.final QSignalTransition
QState.addTransition
(QObject sender, String signal, QAbstractState target) final QAbstractTransition
QState.addTransition
(QAbstractState target) final void
QStateMachine.removeState
(QAbstractState state) final void
QHistoryState.setDefaultState
(QAbstractState state) final void
QState.setErrorState
(QAbstractState state) final void
QState.setInitialState
(QAbstractState state) final void
QAbstractTransition.setTargetState
(QAbstractState target) Method parameters in io.qt.statemachine with type arguments of type QAbstractStateModifier and TypeMethodDescriptionfinal void
QAbstractTransition.setTargetStates
(Collection<? extends QAbstractState> targets)