PySide6.QtScxml.QScxmlStaticScxmlServiceFactory

class QScxmlStaticScxmlServiceFactory

The QScxmlStaticScxmlServiceFactory class creates SCXML service instances from precompiled documents. More

Inheritance diagram of PySide6.QtScxml.QScxmlStaticScxmlServiceFactory

Synopsis

Methods

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:
  • metaObjectQMetaObject

  • invokeInfoInvokeInfo

  • nameList – .list of int

  • parameters – .list of QScxmlExecutableContent.ParameterInfo

  • parentQObject