QScxmlNullDataModel¶
The QScxmlNullDataModel
class is the null data model for a Qt SCXML stateMachine. More…
New in version 5.12.
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
.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.