En esta página

QScxmlExecutableContent::ParameterInfo Struct

struct QScxmlExecutableContent::ParameterInfo

La clase ParameterInfo representa un parámetro de una invocación de servicio. Más...

Cabecera: #include <ParameterInfo>
CMake: find_package(Qt6 REQUIRED COMPONENTS Scxml)
target_link_libraries(mytarget PRIVATE Qt6::Scxml)
qmake: QT += scxml

Variables públicas

QScxmlExecutableContent::EvaluatorId expr
QScxmlExecutableContent::StringId location
QScxmlExecutableContent::StringId name

Descripción detallada

Documentación de Variables Miembro

QScxmlExecutableContent::EvaluatorId ParameterInfo::expr

Esta variable contiene la expresión que debe evaluarse

QScxmlExecutableContent::StringId ParameterInfo::location

Esta variable contiene el nombre del modelo de datos del elemento que se va a pasar como parámetro

QScxmlExecutableContent::StringId ParameterInfo::name

Esta variable contiene el nombre del parámetro

© 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.