QScxmlExecutableContent::ForeachInfo Struct
struct QScxmlExecutableContent::ForeachInfoLa clase ForeachInfo representa una construcción foreach. Más...
| Cabecera: | #include <ForeachInfo> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Scxml)target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
| qmake: | QT += scxml |
Variables públicas
| QScxmlExecutableContent::StringId | array |
| QScxmlExecutableContent::StringId | context |
| QScxmlExecutableContent::StringId | index |
| QScxmlExecutableContent::StringId | item |
Documentación de Variables Miembro
QScxmlExecutableContent::StringId ForeachInfo::array
Esta variable contiene el nombre de la matriz sobre la que se itera
QScxmlExecutableContent::StringId ForeachInfo::context
Esta variable contiene el contexto para evaluar la expresión
QScxmlExecutableContent::StringId ForeachInfo::index
Esta variable contiene el nombre de la variable índice
QScxmlExecutableContent::StringId ForeachInfo::item
Esta variable contiene el nombre de la variable de iteración
© 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.