QScxmlEcmaScriptDataModel Class
The QScxmlEcmaScriptDataModel class is the ECMAScript data model for a Qt SCXML state machine. More...
| Header: | #include <QScxmlEcmaScriptDataModel> |
| qmake: | QT += scxml |
| Since: | Qt 5.7 |
| Inherits: | QScxmlDataModel |
This class was introduced in Qt 5.7.
Detailed Description
This class implements the ECMAScript data model as described in SCXML Specification - B.2 The ECMAScript Data Model. It can be subclassed to perform custom initialization.
See also QScxmlStateMachine and QScxmlDataModel.