QScxmlEcmaScriptDataModel¶
The
QScxmlEcmaScriptDataModel
class is the ECMAScript data model for a Qt SCXML state machine. More…

New in version 5.12.
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
-
class
QScxmlEcmaScriptDataModel
([parent=None])¶ - param parent
QObject
Creates a new ECMAScript data model, with the parent object
parent
.