QScxmlExecutableContent::AssignmentInfo Struct
struct QScxmlExecutableContent::AssignmentInfoLa clase AssingmentInfo representa una asignación de datos. Más...
| Cabecera: | #include <AssignmentInfo> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Scxml)target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
| qmake: | QT += scxml |
Variables públicas
| QScxmlExecutableContent::StringId | context |
| QScxmlExecutableContent::StringId | dest |
| QScxmlExecutableContent::StringId | expr |
Documentación de Variables Miembro
QScxmlExecutableContent::StringId AssignmentInfo::context
Esta variable contiene el contexto para evaluar la expresión
QScxmlExecutableContent::StringId AssignmentInfo::dest
Esta variable contiene el nombre del elemento de datos que se asignará a
QScxmlExecutableContent::StringId AssignmentInfo::expr
Esta variable contiene la expresión que debe evaluarse
© 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.