ForeachLoopBody Class
class QScxmlDataModel::ForeachLoopBodyDie Klasse ForeachLoopBody stellt eine Funktion dar, die bei jeder Iteration einer SCXML-Foreach-Schleife ausgeführt wird. Mehr...
Öffentliche Funktionen
ForeachLoopBody() | |
virtual | ~ForeachLoopBody() |
virtual void | run(bool *ok) = 0 |
Dokumentation der Mitgliedsfunktionen
ForeachLoopBody::ForeachLoopBody()
Erzeugt einen neuen foreach-Schleifenkörper.
[virtual noexcept]
ForeachLoopBody::~ForeachLoopBody()
Zerstört den Körper einer foreach-Schleife.
[pure virtual]
void ForeachLoopBody::run(bool *ok)
Diese Funktion wird bei jeder Iteration ausgeführt. Wenn die Ausführung fehlschlägt, wird ok auf false
gesetzt, andernfalls wird sie auf true
gesetzt.
© 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.