ParameterInfo Struct

struct QScxmlExecutableContent::ParameterInfo

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

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

공용 변수

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

상세 설명

멤버 변수 문서

QScxmlExecutableContent::EvaluatorId ParameterInfo::expr

이 변수에는 평가할 표현식이 저장됩니다.

QScxmlExecutableContent::StringId ParameterInfo::location

이 변수에는 매개변수로 전달할 항목의 데이터 모델 이름이 저장됩니다.

QScxmlExecutableContent::StringId ParameterInfo::name

이 변수에는 매개변수의 이름이 저장됩니다.

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