- class QScxmlStaticScxmlServiceFactory¶
The
QScxmlStaticScxmlServiceFactory
class creates SCXML service instances from precompiled documents. More…Synopsis¶
Methods¶
def
__init__()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
A factory for instantiating SCXML state machines from files known at compile time, that is, files specified via the
src
attribute in<invoke>
.- __init__(metaObject, invokeInfo, nameList, parameters[, parent=None])¶
- Parameters:
metaObject –
QMetaObject
invokeInfo –
InvokeInfo
nameList – .list of int
parameters – .list of QScxmlExecutableContent.ParameterInfo
parent –
QObject