Uses of Class
io.qt.scxml.QScxmlDataModel
Package | Description |
---|---|
io.qt.scxml |
-
Uses of QScxmlDataModel in io.qt.scxml
Subclasses of QScxmlDataModel in io.qt.scxml Modifier and Type Class Description class
QScxmlCppDataModel
C++ data model for a Qt SCXML state machineclass
QScxmlEcmaScriptDataModel
The ECMAScript data model for a Qt SCXML state machineclass
QScxmlNullDataModel
The null data model for a Qt SCXML stateMachineFields in io.qt.scxml with type parameters of type QScxmlDataModel Modifier and Type Field Description QObject.Signal1<QScxmlDataModel>
QScxmlStateMachine. dataModelChanged
Methods in io.qt.scxml that return QScxmlDataModel Modifier and Type Method Description QScxmlDataModel
QScxmlStateMachine. dataModel()
Methods in io.qt.scxml with parameters of type QScxmlDataModel Modifier and Type Method Description void
QScxmlStateMachine. setDataModel(QScxmlDataModel model)