QScxmlInvokableServiceFactory¶
The
QScxmlInvokableServiceFactory
class creates invokable service instances. More…

Inherited by: QScxmlDynamicScxmlServiceFactory, QScxmlStaticScxmlServiceFactory
Synopsis¶
Functions¶
def
invokeInfo
()def
names
()def
parameters
()
Detailed Description¶
Each service instance represents an
<invoke>
element in the SCXML document. Each time the service is actually invoked, a new instance ofQScxmlInvokableService
is created.
-
class
QScxmlInvokableServiceFactory
(invokeInfo, names, parameters[, parent=None])¶ - Parameters
parent –
QObject
invokeInfo –
InvokeInfo
names –
parameters –
-
PySide2.QtScxml.QScxmlInvokableServiceFactory.
invoke
(parentStateMachine)¶ - Parameters
parentStateMachine –
QScxmlStateMachine
- Return type
Invokes the service with the parameters given in the constructor, passing
parentStateMachine
as the parent. Returns the new invokable service.
-
PySide2.QtScxml.QScxmlInvokableServiceFactory.
invokeInfo
()¶ - Return type
InvokeInfo
-
PySide2.QtScxml.QScxmlInvokableServiceFactory.
names
()¶ - Return type
-
PySide2.QtScxml.QScxmlInvokableServiceFactory.
parameters
()¶ - Return type