内容表

上一话题

QScxmlDataModel

下一话题

QScxmlEcmaScriptDataModel

QScxmlDynamicScxmlServiceFactory

QScxmlDynamicScxmlServiceFactory class creates SCXML service instances from documents loaded at runtime. 更多 …

Inheritance diagram of PySide2.QtScxml.QScxmlDynamicScxmlServiceFactory

详细描述

Dynamically resolved services are used when loading SCXML content from files that a parent state machine requests at runtime, via the srcexpr attribute in the <invoke> 元素。

class QScxmlDynamicScxmlServiceFactory ( invokeInfo , names , 参数 [ , parent=None ] )
param parent

QObject

param invokeInfo

InvokeInfo

param names

param parameters

Creates a factory for dynamically resolved services, passing the attributes of the <invoke> element as invokeInfo , any <param> child elements as 参数 , the content of the names attribute as names ,和 QObject parent parent .