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 TypeClassDescriptionclassFinal stateclassMeans of returning to a previously active substateclassGeneral-purpose state for QStateMachineclassHierarchical finite state machineMethods in io.qt.statemachine that return QAbstractStateModifier and TypeMethodDescriptionfinal QAbstractStateQHistoryState.defaultState()final QAbstractStateQState.errorState()final QAbstractStateQState.initialState()final QAbstractStateQAbstractTransition.targetState()Methods in io.qt.statemachine that return types with arguments of type QAbstractStateModifier and TypeMethodDescriptionfinal QBindable<QAbstractState> QState.bindableErrorState()final QBindable<QAbstractState> QState.bindableInitialState()final QSet<QAbstractState> QStateMachine.configuration()final QList<QAbstractState> QAbstractTransition.targetStates()Methods in io.qt.statemachine with parameters of type QAbstractStateModifier and TypeMethodDescriptionfinal voidQStateMachine.addState(QAbstractState state) final QSignalTransitionQState.addTransition(QObject sender, String signal, QAbstractState target) final QSignalTransitionQState.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 QAbstractTransitionQState.addTransition(QAbstractState target) final voidQStateMachine.removeState(QAbstractState state) final voidQHistoryState.setDefaultState(QAbstractState state) final voidQState.setErrorState(QAbstractState state) final voidQState.setInitialState(QAbstractState state) final voidQAbstractTransition.setTargetState(QAbstractState target) Method parameters in io.qt.statemachine with type arguments of type QAbstractStateModifier and TypeMethodDescriptionfinal voidQAbstractTransition.setTargetStates(Collection<? extends QAbstractState> targets)