InvokeInfo Struct

struct QScxmlExecutableContent::InvokeInfo

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

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

공용 변수

bool autoforward
QScxmlExecutableContent::StringId context
QScxmlExecutableContent::EvaluatorId expr
QScxmlExecutableContent::ContainerId finalize
QScxmlExecutableContent::StringId id
QScxmlExecutableContent::StringId location
QScxmlExecutableContent::StringId prefix

상세 설명

멤버 변수 문서

bool InvokeInfo::autoforward

이 변수에는 호출된 서비스에 이벤트를 자동으로 전달할지 여부가 저장됩니다.

QScxmlExecutableContent::StringId InvokeInfo::context

이 변수에는 위치를 해석하는 컨텍스트가 저장됩니다.

QScxmlExecutableContent::EvaluatorId InvokeInfo::expr

이 변수에는 호출 요소의 srcexpr을 나타내는 표현식이 저장됩니다.

QScxmlExecutableContent::ContainerId InvokeInfo::finalize

이 변수에는 호출을 완료할 때 실행할 실행 콘텐츠 컨테이너의 ID가 저장됩니다.

QScxmlExecutableContent::StringId InvokeInfo::id

이 변수는 <invoke> 요소의 id 속성으로 지정된 ID를 보유합니다.

QScxmlExecutableContent::StringId InvokeInfo::location

이 변수에는 호출 ID를 기록할 데이터 모델 위치가 저장됩니다.

QScxmlExecutableContent::StringId InvokeInfo::prefix

이 변수는 호출되는 상태의 컨텍스트에서 이 호출에 대한 고유 접두사를 보유합니다.

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