InvokeInfo Struct
struct QScxmlExecutableContent::InvokeInfoDie InvokeInfo-Klasse stellt einen Dienstaufruf dar. Mehr...
Kopfzeile: | #include <InvokeInfo> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Scxml) target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
qmake: | QT += scxml |
Öffentliche Variablen
bool | autoforward |
QScxmlExecutableContent::StringId | context |
QScxmlExecutableContent::EvaluatorId | expr |
QScxmlExecutableContent::ContainerId | finalize |
QScxmlExecutableContent::StringId | id |
QScxmlExecutableContent::StringId | location |
QScxmlExecutableContent::StringId | prefix |
Dokumentation der Mitgliedsvariablen
bool InvokeInfo::autoforward
Diese Variable gibt an, ob Ereignisse automatisch an den aufgerufenen Dienst weitergeleitet werden sollen
QScxmlExecutableContent::StringId InvokeInfo::context
Diese Variable enthält den Kontext zur Interpretation des Ortes in
QScxmlExecutableContent::EvaluatorId InvokeInfo::expr
Diese Variable enthält den Ausdruck, der den srcexpr des invoke-Elements darstellt
QScxmlExecutableContent::ContainerId InvokeInfo::finalize
Diese Variable enthält die ID des Containers mit dem ausführbaren Inhalt, der beim Abschluss des Aufrufs ausgeführt werden soll
QScxmlExecutableContent::StringId InvokeInfo::id
Diese Variable enthält die durch das Attribut id
im Element <invoke>
angegebene ID.
QScxmlExecutableContent::StringId InvokeInfo::location
Diese Variable enthält den Datenmodellspeicherort, in den die Aufruf-ID geschrieben wird
QScxmlExecutableContent::StringId InvokeInfo::prefix
Diese Variable enthält das eindeutige Präfix für diesen Aufruf im Kontext des Zustands, aus dem er aufgerufen wird
© 2025 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.