![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <tasktree.h>
Public Member Functions | |
| LoopRepeat (int count) | |
| Public Member Functions inherited from Tasking::Loop | |
| int | iteration () const |
Additional Inherited Members | |
| Public Types inherited from Tasking::Loop | |
| using | Condition = std::function<bool(int)> |
| using | ValueGetter = std::function<const void *(int)> |
| Protected Member Functions inherited from Tasking::Loop | |
| Loop () | |
| Loop (int count, const ValueGetter &valueGetter={}) | |
| Loop (const Condition &condition) | |
| const void * | valuePtr () const |
Definition at line 145 of file tasktree.h.
|
inline |
Definition at line 148 of file tasktree.h.