QScxmlInvokableServiceFactoryclass creates invokable service instances. 更多 …
继承者: QScxmlDynamicScxmlServiceFactory , QScxmlStaticScxmlServiceFactory
Each service instance represents an
<invoke>element in the SCXML document. Each time the service is actually invoked, a new instance ofQScxmlInvokableServiceis created.
QScxmlInvokableServiceFactory
(
invokeInfo
,
names
,
参数
[
,
parent=None
]
)
¶
parent
–
QObject
invokeInfo
–
InvokeInfo
names –
参数 –
PySide2.QtScxml.QScxmlInvokableServiceFactory.
invoke
(
parentStateMachine
)
¶
parentStateMachine
–
QScxmlStateMachine
Invokes the service with the parameters given in the constructor, passing
parentStateMachine
as the parent. Returns the new invokable service.
PySide2.QtScxml.QScxmlInvokableServiceFactory.
invokeInfo
(
)
¶
InvokeInfo
PySide2.QtScxml.QScxmlInvokableServiceFactory.
names
(
)
¶
PySide2.QtScxml.QScxmlInvokableServiceFactory.
参数
(
)
¶