ForeachInfo Struct

struct QScxmlExecutableContent::ForeachInfo

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

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

この変数は反復変数名を保持する。

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