ForeachInfo Struct

struct QScxmlExecutableContent::ForeachInfo

ForeachInfoクラスは、foreachコンストラクトを表します。詳細...

Header: #include <ForeachInfo>
CMake: find_package(Qt6 REQUIRED COMPONENTS Scxml)
target_link_libraries(mytarget PRIVATE Qt6::Scxml)
qmake: QT += scxml

パブリック変数

QScxmlExecutableContent::StringId array
QScxmlExecutableContent::StringId context
QScxmlExecutableContent::StringId index
QScxmlExecutableContent::StringId item

詳細説明

メンバ変数説明

QScxmlExecutableContent::StringId ForeachInfo::array

この変数は、反復処理される配列の名前を保持する。

QScxmlExecutableContent::StringId ForeachInfo::context

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

QScxmlExecutableContent::StringId ForeachInfo::index

インデックス変数の名前を保持します。

QScxmlExecutableContent::StringId ForeachInfo::item

この変数は反復変数の名前を保持します。

©2024 The Qt Company Ltd. 本文書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。