ForeachInfo Class

( QScxmlExecutableContent::ForeachInfo )

ForeachInfo class represents a foreach construct. 更多...

头: #include <ForeachInfo>
qmake: QT += scxml
Since: Qt 5.8

公共变量

StringId array
StringId context
StringId index
StringId item

详细描述

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