Структура ForeachInfo
структура QScxmlExecutableContent::ForeachInfoКласс ForeachInfo представляет собой конструкцию foreach. Подробнее...
| Заголовок: | #include <ForeachInfo> |
| CMake: | find_package(Qt6 COMPONENTS Scxml REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
| qmake: | QT += scxml |
| С момента: | Qt 5.8 |
Открытые переменные
| 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
Эта переменная содержит имя переменной итерации
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qscxmlexecutablecontent-foreachinfo.html