QScxmlExecutableContent::ParameterInfo Struct
struct QScxmlExecutableContent::ParameterInfoLa classe ParameterInfo représente un paramètre d'une invocation de service. Plus d'informations...
| En-tête : | #include <ParameterInfo> |
| CMake : | find_package(Qt6 REQUIRED COMPONENTS Scxml)target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
| qmake : | QT += scxml |
Variables publiques
| QScxmlExecutableContent::EvaluatorId | expr |
| QScxmlExecutableContent::StringId | location |
| QScxmlExecutableContent::StringId | name |
Documentation des variables membres
QScxmlExecutableContent::EvaluatorId ParameterInfo::expr
Cette variable contient l'expression à évaluer
QScxmlExecutableContent::StringId ParameterInfo::location
Cette variable contient le nom du modèle de données de l'élément à transmettre en tant que paramètre.
QScxmlExecutableContent::StringId ParameterInfo::name
Cette variable contient le nom du paramètre
© 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.