ParameterInfo Struct

struct QScxmlExecutableContent::ParameterInfo

ParameterInfo クラスは、サービス呼び出しのパラメータを表します。詳細...

ヘッダー #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.