AssignmentInfo Struct

struct QScxmlExecutableContent ::AssignmentInfo

The AssingmentInfo class represents a data assignment. 更多...

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

This struct was introduced in Qt 5.8.

公共变量

QScxmlExecutableContent::StringId context
QScxmlExecutableContent::StringId dest
QScxmlExecutableContent::StringId expr

详细描述

成员变量文档编制

QScxmlExecutableContent::StringId AssignmentInfo:: context

This variable holds the context for evaluating the expression

QScxmlExecutableContent::StringId AssignmentInfo:: dest

This variable holds the name of the data item to assign to

QScxmlExecutableContent::StringId AssignmentInfo:: expr

This variable holds the expression to be evaluated