Uses of Class
io.qt.statemachine.QState
-
Uses of QState in io.qt.statemachine
Subclasses of QState in io.qt.statemachineMethods in io.qt.statemachine that return QStateModifier and TypeMethodDescriptionfinal QStateQAbstractTransition.getSourceState()Kotlin property getter.final QStateQAbstractState.parentState()final QStateQAbstractTransition.sourceState()Constructors in io.qt.statemachine with parameters of type QStateModifierConstructorDescriptionprotectedQAbstractState(QState parent) QAbstractTransition(QState sourceState) QEventTransition(QObject object, QEvent.Type type, QState sourceState) QEventTransition(QState sourceState) QFinalState(QState parent) QHistoryState(QHistoryState.HistoryType type, QState parent) QHistoryState(QState parent) QKeyEventTransition(QObject object, QEvent.Type type, int key, QState sourceState) QKeyEventTransition(QState sourceState) QMouseEventTransition(QObject object, QEvent.Type type, Qt.MouseButton button, QState sourceState) QMouseEventTransition(QState sourceState) QSignalTransition(QObject sender, String signal, QState sourceState) QSignalTransition(QState sourceState) QSignalTransition(QMetaObject.AbstractSignal signal, QState sourceState) Constructs a new signal transition associated with the given signal of the given sender object and with the given sourceState.QState(QState.ChildMode childMode, QState parent)