QScxmlDynamicScxmlServiceFactory Class
The QScxmlDynamicScxmlServiceFactory class creates SCXML service instances from documents loaded at runtime. 更多...
头文件: | #include <QScxmlDynamicScxmlServiceFactory> |
qmake: | QT += scxml |
开始支持版本: | Qt 5.8 |
基类: | QScxmlInvokableServiceFactory |
公有函数
QScxmlDynamicScxmlServiceFactory(const QScxmlExecutableContent::InvokeInfo &invokeInfo, const QVector<QScxmlExecutableContent::StringId> &names, 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 QScxmlDynamicScxmlServiceFactory class creates SCXML service instances from documents loaded at runtime.
Dynamically resolved services are used when loading SCXML content from files that a parent state machine requests at runtime, via the srcexpr
attribute in the <invoke>
element.
成员函数
QScxmlDynamicScxmlServiceFactory::QScxmlDynamicScxmlServiceFactory(const QScxmlExecutableContent::InvokeInfo &invokeInfo, const QVector<QScxmlExecutableContent::StringId> &names, const QVector<QScxmlExecutableContent::ParameterInfo> ¶meters, QObject *parent = nullptr)
Creates a factory for dynamically resolved services, passing the attributes of the <invoke>
element as invokeInfo, any <param>
child elements as parameters, the content of the names
attribute as names, and the QObject parent parent.
[virtual]
QScxmlInvokableService *QScxmlDynamicScxmlServiceFactory::invoke(QScxmlStateMachine *parentStateMachine)
Reimplemented from QScxmlInvokableServiceFactory::invoke().