QScxmlExecutableContent Namespace
L'espace de noms QScxmlExecutableContent contient divers types utilisés pour interpréter le contenu exécutable dans les machines à états. Plus d'informations...
| En-tête : | #include <QScxmlExecutableContent> |
| CMake : | find_package(Qt6 REQUIRED COMPONENTS Scxml)target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
| qmake : | QT += scxml |
Classes
| struct | AssignmentInfo |
| struct | EvaluatorInfo |
| struct | ForeachInfo |
| struct | InvokeInfo |
| struct | ParameterInfo |
Types de classes
| ContainerId | |
| EvaluatorId | |
| InstructionId | |
| StringId | |
| enum { NoContainer, NoEvaluator, NoInstruction, NoString } |
Classes
classe AssignmentInfo
La classe AssingmentInfo représente une affectation de données. Plus...
classe EvaluatorInfo
La classe EvaluatorInfo représente une unité de contenu exécutable. En savoir plus...
classe ForeachInfo
La classe ForeachInfo représente une construction foreach. Plus...
classe InvokeInfo
La classe InvokeInfo représente une invocation de service. En savoir plus...
classe ParameterInfo
La classe ParameterInfo représente un paramètre d'une invocation de service. En savoir plus...
Documentation des types
QScxmlExecutableContent::ContainerId
ID d'un conteneur contenant un contenu exécutable.
QScxmlExecutableContent::EvaluatorId
ID d'une unité de contenu exécutable.
QScxmlExecutableContent::InstructionId
ID d'une instruction au contenu exécutable.
QScxmlExecutableContent::StringId
ID d'une chaîne de caractères contenue dans un contenu exécutable.
[anonymous] enum
Ce type d'énumération contient les valeurs non valides pour les définitions de type.
| Constante | Valeur | Description |
|---|---|---|
QScxmlExecutableContent::NoContainer | -1 | ContainerId est inconnu. |
QScxmlExecutableContent::NoEvaluator | -1 | EvaluatorId est inconnu. |
QScxmlExecutableContent::NoInstruction | -1 | InstructionId est inconnu. |
QScxmlExecutableContent::NoString | -1 | StringId est inconnu. |
© 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.