内容表

上一话题

QScxmlInvokableServiceFactory

下一话题

QScxmlStateMachine

QScxmlNullDataModel

QScxmlNullDataModel class is the null data model for a Qt SCXML stateMachine . 更多

Inheritance diagram of PySide2.QtScxml.QScxmlNullDataModel

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, like In(...) or <log> can still be used.

class QScxmlNullDataModel ( [ parent=None ] )
param parent

QObject

Creates a new Qt SCXML null data model, with the parent object parent .