ForeachInfo Struct

struct QScxmlExecutableContent::ForeachInfo

ForeachInfo 클래스는 foreach 구문을 나타냅니다. 더 보기...

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

공용 변수

QScxmlExecutableContent::StringId array
QScxmlExecutableContent::StringId context
QScxmlExecutableContent::StringId index
QScxmlExecutableContent::StringId item

상세 설명

멤버 변수 문서

QScxmlExecutableContent::StringId ForeachInfo::array

이 변수에는 반복되는 배열의 이름이 저장됩니다.

QScxmlExecutableContent::StringId ForeachInfo::context

이 변수는 표현식을 평가하기 위한 컨텍스트를 보유합니다.

QScxmlExecutableContent::StringId ForeachInfo::index

이 변수에는 인덱스 변수의 이름이 저장됩니다.

QScxmlExecutableContent::StringId ForeachInfo::item

이 변수에는 반복 변수의 이름이 저장됩니다.

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