Uses of Class
io.qt.statemachine.QSignalTransition
Package | Description |
---|---|
io.qt.statemachine |
-
Uses of QSignalTransition in io.qt.statemachine
Methods in io.qt.statemachine that return QSignalTransition Modifier and Type Method Description QSignalTransition
QState. 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.QSignalTransition
QState. addTransition(QObject sender, String signal, QAbstractState target)