QScxmlExecutableContent::InvokeInfo Struct
struct QScxmlExecutableContent::InvokeInfoLa clase InvokeInfo representa una invocación de servicio. Más...
| Cabecera: | #include <InvokeInfo> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Scxml)target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
| qmake: | QT += scxml |
Variables públicas
| bool | autoforward |
| QScxmlExecutableContent::StringId | context |
| QScxmlExecutableContent::EvaluatorId | expr |
| QScxmlExecutableContent::ContainerId | finalize |
| QScxmlExecutableContent::StringId | id |
| QScxmlExecutableContent::StringId | location |
| QScxmlExecutableContent::StringId | prefix |
Documentación de Variables Miembro
bool InvokeInfo::autoforward
Esta variable indica si los eventos deben reenviarse automáticamente al servicio invocado
QScxmlExecutableContent::StringId InvokeInfo::context
Esta variable contiene el contexto para interpretar la ubicación en
QScxmlExecutableContent::EvaluatorId InvokeInfo::expr
Esta variable contiene la expresión que representa el srcexpr del elemento de invocación
QScxmlExecutableContent::ContainerId InvokeInfo::finalize
Esta variable contiene el ID del contenedor de contenido ejecutable que se ejecutará al finalizar la invocación
QScxmlExecutableContent::StringId InvokeInfo::id
Esta variable contiene el ID especificado por el atributo id en el elemento <invoke>.
QScxmlExecutableContent::StringId InvokeInfo::location
Esta variable contiene la ubicación del modelo de datos en la que se escribirá el ID de invocación
QScxmlExecutableContent::StringId InvokeInfo::prefix
Esta variable contiene el prefijo único para esta invocación en el contexto del estado desde el que se invoca
© 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.