QScxmlDynamicScxmlServiceFactoryclass creates SCXML service instances from documents loaded at runtime. 更多 …
Dynamically resolved services are used when loading SCXML content from files that a parent state machine requests at runtime, via the
srcexprattribute in the<invoke>元素。
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
.