EvaluatorInfo Struct

struct QScxmlExecutableContent::EvaluatorInfo

EvaluatorInfoクラスは、実行可能なコンテンツの単位を表します。詳細...

ヘッダー #include <EvaluatorInfo>
CMake: find_package(Qt6 REQUIRED COMPONENTS Scxml)
target_link_libraries(mytarget PRIVATE Qt6::Scxml)
qmake: QT += scxml

パブリック変数

QScxmlExecutableContent::StringId context
QScxmlExecutableContent::StringId expr

詳細説明

メンバ変数の説明

QScxmlExecutableContent::StringId EvaluatorInfo::context

この変数は、式を評価するためのコンテキストを保持する。

QScxmlExecutableContent::StringId EvaluatorInfo::expr

この変数は評価される式を保持する。

© 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.