QScxmlStaticScxmlServiceFactory#
The QScxmlStaticScxmlServiceFactory
class creates SCXML service instances from precompiled documents. More…
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>
.
- class PySide6.QtScxml.QScxmlStaticScxmlServiceFactory(metaObject, invokeInfo, nameList, parameters[, parent=None])#
- Parameters:
nameList –
parameters –
invokeInfo –
PySide6.QtScxml.QScxmlExecutableContent.InvokeInfo
metaObject –
PySide6.QtCore.QMetaObject
parent –
PySide6.QtCore.QObject