QScxmlExecutableContent::ForeachInfo Struct
struct QScxmlExecutableContent::ForeachInfoLa classe ForeachInfo représente une construction foreach. Plus d'informations...
| En-tête : | #include <ForeachInfo> |
| CMake : | find_package(Qt6 REQUIRED COMPONENTS Scxml)target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
| qmake : | QT += scxml |
Variables publiques
| QScxmlExecutableContent::StringId | array |
| QScxmlExecutableContent::StringId | context |
| QScxmlExecutableContent::StringId | index |
| QScxmlExecutableContent::StringId | item |
Documentation des variables membres
QScxmlExecutableContent::StringId ForeachInfo::array
Cette variable contient le nom du tableau sur lequel l'itération s'effectue
QScxmlExecutableContent::StringId ForeachInfo::context
Cette variable contient le contexte d'évaluation de l'expression
QScxmlExecutableContent::StringId ForeachInfo::index
Cette variable contient le nom de la variable d'index
QScxmlExecutableContent::StringId ForeachInfo::item
Cette variable contient le nom de la variable d'itération
© 2026 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.