ForeachInfo Class
(QScxmlExecutableContent::ForeachInfo)The ForeachInfo class represents a foreach construct. 更多...
头文件: | #include <ForeachInfo> |
qmake: | QT += scxml |
开始支持版本: | Qt 5.8 |
公有变量
详细描述
The ForeachInfo class represents a foreach construct.
成员变量
StringId ForeachInfo::array
This variable holds the name of the array that is iterated over
StringId ForeachInfo::context
This variable holds the context for evaluating the expression
StringId ForeachInfo::index
This variable holds the name of the index variable
StringId ForeachInfo::item
This variable holds the name of the iteration variable