En esta página

QScxmlExecutableContent Namespace

El espacio de nombres QScxmlExecutableContent contiene varios tipos utilizados para interpretar contenido ejecutable en máquinas de estado. Más...

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

Clases

struct AssignmentInfo
struct EvaluatorInfo
struct ForeachInfo
struct InvokeInfo
struct ParameterInfo

Tipos

ContainerId
EvaluatorId
InstructionId
StringId
enum { NoContainer, NoEvaluator, NoInstruction, NoString }

Descripción Detallada

Clases

clase AssignmentInfo

La clase AssingmentInfo representa una asignación de datos. Más...

Clase EvaluatorInfo

La clase EvaluatorInfo representa una unidad de contenido ejecutable. Más...

clase ForeachInfo

La clase ForeachInfo representa una construcción foreach. Más...

Clase InvokeInfo

La clase InvokeInfo representa una invocación de servicio. Más...

Clase ParameterInfo

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

Documentación de tipos

QScxmlExecutableContent::ContainerId

ID de un contenedor con contenido ejecutable.

QScxmlExecutableContent::EvaluatorId

ID de una unidad de contenido ejecutable.

QScxmlExecutableContent::InstructionId

ID de una instrucción de contenido ejecutable.

QScxmlExecutableContent::StringId

ID para una cadena contenida en el contenido ejecutable.

[anonymous] enum

Este tipo enum contiene los valores no válidos para las definiciones de tipo.

ConstanteValorDescripción
QScxmlExecutableContent::NoContainer-1ContainerId es desconocido.
QScxmlExecutableContent::NoEvaluator-1EvaluatorId es desconocido.
QScxmlExecutableContent::NoInstruction-1InstructionId es desconocido.
QScxmlExecutableContent::NoString-1StringId es desconocido.

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