QScxmlExecutableContent Namespace

QScxmlExecutableContent 네임스페이스에는 상태 머신에서 실행 가능한 콘텐츠를 해석하는 데 사용되는 다양한 유형이 포함되어 있습니다. 더 보기...

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

클래스

struct AssignmentInfo
struct EvaluatorInfo
struct ForeachInfo
struct InvokeInfo
struct ParameterInfo

유형

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

상세 설명

클래스

AssignmentInfo 클래스

AssingmentInfo 클래스는 데이터 할당을 나타냅니다. 더 보기...

EvaluatorInfo 클래스

EvaluatorInfo 클래스는 실행 가능한 콘텐츠의 단위를 나타냅니다. 더 보기...

ForeachInfo 클래스

ForeachInfo 클래스는 foreach 구조체를 나타냅니다. 더 보기...

InvokeInfo 클래스

InvokeInfo 클래스는 서비스 호출을 나타냅니다. 더 보기...

ParameterInfo 클래스

ParameterInfo 클래스는 서비스 호출에 대한 매개 변수를 나타냅니다. 더 보기...

유형 문서

QScxmlExecutableContent::ContainerId

실행 가능한 콘텐츠를 담고 있는 컨테이너의 ID입니다.

QScxmlExecutableContent::EvaluatorId

실행 가능한 콘텐츠 단위의 ID입니다.

QScxmlExecutableContent::InstructionId

실행 가능한 콘텐츠의 명령어에 대한 ID입니다.

QScxmlExecutableContent::StringId

실행 가능한 콘텐츠에 포함된 문자열의 ID입니다.

enum QScxmlExecutableContent::anonymous

이 열거형 유형은 유형 정의에 대한 유효하지 않은 값을 보유합니다.

Constant설명
QScxmlExecutableContent::NoContainer-1ContainerId 알 수 없습니다.
QScxmlExecutableContent::NoEvaluator-1EvaluatorId 알 수 없습니다.
QScxmlExecutableContent::NoInstruction-1InstructionId 알 수 없습니다.
QScxmlExecutableContent::NoString-1StringId 알 수 없습니다.

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