ForeachLoopBody Class

class QScxmlDataModel::ForeachLoopBody

ForeachLoopBody クラスは、SCXML の foreach ループの各繰り返しで実行される関数を表します。詳細...

パブリック関数

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

詳細な説明

メンバ関数の説明

ForeachLoopBody::ForeachLoopBody()

新しい foreach ループ本体を作成します。

[virtual noexcept] ForeachLoopBody::~ForeachLoopBody()

foreach ループ本体を破棄します。

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