Uses of Class
io.qt.scxml.QScxmlStateMachine
Package | Description |
---|---|
io.qt.scxml |
-
Uses of QScxmlStateMachine in io.qt.scxml
Fields in io.qt.scxml with type parameters of type QScxmlStateMachine Modifier and Type Field Description QObject.Signal1<QScxmlStateMachine>
QScxmlDataModel. stateMachineChanged
Methods in io.qt.scxml that return QScxmlStateMachine Modifier and Type Method Description QScxmlStateMachine
QScxmlCompiler. compile()
static QScxmlStateMachine
QScxmlStateMachine. fromData(QIODevice data)
Overloaded function forfromData(io.qt.core.QIODevice, java.lang.String)
withfileName = ""
.static QScxmlStateMachine
QScxmlStateMachine. fromData(QIODevice data, String fileName)
static QScxmlStateMachine
QScxmlStateMachine. fromFile(String fileName)
QScxmlStateMachine
QScxmlInvokableService. parentStateMachine()
QScxmlStateMachine
QScxmlDataModel. stateMachine()
Methods in io.qt.scxml with parameters of type QScxmlStateMachine Modifier and Type Method Description QScxmlInvokableService
QScxmlDynamicScxmlServiceFactory. invoke(QScxmlStateMachine parentStateMachine)
abstract QScxmlInvokableService
QScxmlInvokableServiceFactory. invoke(QScxmlStateMachine parentStateMachine)
QScxmlInvokableService
QScxmlStaticScxmlServiceFactory. invoke(QScxmlStateMachine parentStateMachine)
void
QScxmlDataModel. setStateMachine(QScxmlStateMachine stateMachine)
Constructors in io.qt.scxml with parameters of type QScxmlStateMachine Constructor Description QScxmlInvokableService(QScxmlStateMachine parentStateMachine, QScxmlInvokableServiceFactory parent)