QScxmlExecutableContent::ParameterInfo Struct
struct QScxmlExecutableContent::ParameterInfoParameterInfo 类表示服务调用的参数。更多
头文件: | #include <ParameterInfo> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Scxml) target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
qmake: | QT += scxml |
公共变量
QScxmlExecutableContent::EvaluatorId | expr |
QScxmlExecutableContent::StringId | location |
QScxmlExecutableContent::StringId | name |
成员变量文档
QScxmlExecutableContent::EvaluatorId ParameterInfo::expr
该变量包含待求值表达式
QScxmlExecutableContent::StringId ParameterInfo::location
该变量保存作为参数传递的项目的数据模型名称
QScxmlExecutableContent::StringId ParameterInfo::name
该变量用于保存参数名称
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.