Uses of Class
io.qt.statemachine.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 QAbstractStateQHistoryState.getDefaultState()Kotlin property getter.final QAbstractStateQState.getErrorState()Kotlin property getter.final QAbstractStateQState.getInitialState()Kotlin property getter.final QAbstractStateQAbstractTransition.getTargetState()Kotlin property getter.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.getTargetStates()Kotlin property getter.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 QAbstractTransitionQState.addTransition(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 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)