QScxmlExecutableContent::AssignmentInfo Struct
struct QScxmlExecutableContent::AssignmentInfoLa classe AssingmentInfo représente une affectation de données. Plus d'informations...
| En-tête : | #include <AssignmentInfo> |
| CMake : | find_package(Qt6 REQUIRED COMPONENTS Scxml)target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
| qmake : | QT += scxml |
Variables publiques
| QScxmlExecutableContent::StringId | context |
| QScxmlExecutableContent::StringId | dest |
| QScxmlExecutableContent::StringId | expr |
Documentation des variables membres
QScxmlExecutableContent::StringId AssignmentInfo::context
Cette variable contient le contexte d'évaluation de l'expression
QScxmlExecutableContent::StringId AssignmentInfo::dest
Cette variable contient le nom de l'élément de données à affecter à
QScxmlExecutableContent::StringId AssignmentInfo::expr
Cette variable contient l'expression à évaluer
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.