QScxmlNullDataModel#
The QScxmlNullDataModel
class is the null data model for a Qt SCXML stateMachine. More…
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
This class implements the null data model as described in the SCXML Specification - B.1 The Null Data Model . Using the value "null"
for the datamodel attribute of the <scxml>
element means that there is no underlying data model, but some executable content, like In(...)
or <log>
can still be used.
See also
- class PySide6.QtScxml.QScxmlNullDataModel([parent=None])#
- Parameters:
parent –
PySide6.QtCore.QObject
Creates a new Qt SCXML null data model, with the parent object parent
.