QScxmlStaticScxmlServiceFactory Class
The QScxmlStaticScxmlServiceFactory class creates SCXML service instances from precompiled documents. 更多...
头文件: | #include <QScxmlStaticScxmlServiceFactory> |
qmake: | QT += scxml |
开始支持版本: | Qt 5.8 |
基类: | QScxmlInvokableServiceFactory |
公有函数
QScxmlStaticScxmlServiceFactory(const QMetaObject *metaObject, const QScxmlExecutableContent::InvokeInfo &invokeInfo, const QVector<QScxmlExecutableContent::StringId> &nameList, const QVector<QScxmlExecutableContent::ParameterInfo> ¶meters, QObject *parent = nullptr) |
重新实现的公有函数
virtual QScxmlInvokableService * | invoke(QScxmlStateMachine *parentStateMachine) |
- 4 个公有函数继承自 QScxmlInvokableServiceFactory
- 32 个公有函数继承自 QObject
其他继承的成员
- 3 个属性继承自 QScxmlInvokableServiceFactory
- 1 个属性继承自 QObject
- 1 个公有槽函数继承自 QObject
- 2 个信号继承自 QObject
- 1 个公有变量继承自 QObject
- 10 个静态公有成员继承自 QObject
- 9 个受保护的函数继承自 QObject
- 2 个受保护的变量继承自 QObject
详细描述
The QScxmlStaticScxmlServiceFactory class creates SCXML service instances from precompiled documents.
A factory for instantiating SCXML state machines from files known at compile time, that is, files specified via the src
attribute in <invoke>
.
成员函数
QScxmlStaticScxmlServiceFactory::QScxmlStaticScxmlServiceFactory(const QMetaObject *metaObject, const QScxmlExecutableContent::InvokeInfo &invokeInfo, const QVector<QScxmlExecutableContent::StringId> &nameList, const QVector<QScxmlExecutableContent::ParameterInfo> ¶meters, QObject *parent = nullptr)
Default constructs an instance of QScxmlStaticScxmlServiceFactory.
[virtual]
QScxmlInvokableService *QScxmlStaticScxmlServiceFactory::invoke(QScxmlStateMachine *parentStateMachine)
Reimplemented from QScxmlInvokableServiceFactory::invoke().