ForeachLoopBody Class

class QScxmlDataModel::ForeachLoopBody

ForeachLoopBody 클래스는 SCXML foreach 루프의 각 반복에서 실행할 함수를 나타냅니다. 더 보기...

공용 함수

ForeachLoopBody()
virtual ~ForeachLoopBody()
virtual void run(bool *ok) = 0

상세 설명

멤버 함수 문서

ForeachLoopBody::ForeachLoopBody()

새 포리치 루프 본문을 만듭니다.

[virtual noexcept] ForeachLoopBody::~ForeachLoopBody()

포리치 루프 본문을 파괴합니다.

[pure virtual] void ForeachLoopBody::run(bool *ok)

이 함수는 각 반복마다 실행됩니다. 실행에 실패하면 okfalse 으로 설정되고 그렇지 않으면 true 으로 설정됩니다.

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