Uses of Class
io.qt.statemachine.QAbstractState
-
Uses of QAbstractState in io.qt.statemachine
Subclasses of QAbstractState in io.qt.statemachineModifier and TypeClassDescriptionclassJava wrapper for Qt class QFinalStateclassJava wrapper for Qt class QHistoryStateclassJava wrapper for Qt class QStateclassJava wrapper for Qt class QStateMachineMethods 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(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 QSignalTransitionQState.addTransition(QObject sender, String signal, QAbstractState target) 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)