-
Constructors in io.qt.statemachine with parameters of type QState
Constructor |
Description |
QAbstractState(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(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.
|
QSignalTransition(QObject sender,
String signal,
QState sourceState) |
|
QSignalTransition(QState sourceState) |
|
QState(QState parent) |
|
QState(QState.ChildMode childMode,
QState parent) |
|