QScxmlDataModel::ForeachLoopBody Class
class QScxmlDataModel::ForeachLoopBodyLa clase ForeachLoopBody representa una función que se ejecutará en cada iteración de un bucle foreach SCXML. Más...
Funciones públicas
| ForeachLoopBody() | |
| virtual | ~ForeachLoopBody() |
| virtual void | run(bool *ok) = 0 |
Documentación de las funciones de los miembros
ForeachLoopBody::ForeachLoopBody()
Crea un nuevo cuerpo de bucle foreach.
[virtual noexcept] ForeachLoopBody::~ForeachLoopBody()
Destruye el cuerpo de un bucle foreach.
[pure virtual] void ForeachLoopBody::run(bool *ok)
Esta función se ejecuta en cada iteración. Si la ejecución falla, ok se establece en false, de lo contrario se establece en true.
© 2026 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.