ForeachInfo Struct

struct QScxmlExecutableContent ::ForeachInfo

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

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

該結構在 Qt 5.8 引入。

公共變量

QScxmlExecutableContent::StringId array
QScxmlExecutableContent::StringId context
QScxmlExecutableContent::StringId index
QScxmlExecutableContent::StringId item

詳細描述

成員變量文檔編製

QScxmlExecutableContent::StringId ForeachInfo:: array

This variable holds the name of the array that is iterated over

QScxmlExecutableContent::StringId ForeachInfo:: context

此變量保持用於估算錶達式的上下文

QScxmlExecutableContent::StringId ForeachInfo:: index

This variable holds the name of the index variable

QScxmlExecutableContent::StringId ForeachInfo:: item

This variable holds the name of the iteration variable