QScxmlNullDataModelclass is the null data model for a Qt SCXMLstateMachine. 更多 …
New in version 5.12.
This class implements the null data model as described in the SCXML Specification - B.1 The Null Data Model . Using the value
"null"为 datamodel 属性在<scxml>element means that there is no underlying data model, but some executable content, likeIn(...)or<log>can still be used.
QScxmlNullDataModel
(
[
parent=None
]
)
¶
- param parent
QObject
Creates a new Qt SCXML null data model, with the parent object
parent
.