![]() |
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 Types | |
using | Condition = std::function<bool(int)> |
using | ValueGetter = std::function<const void *(int)> |
Public Member Functions | |
int | iteration () const |
Protected Member Functions | |
Loop () | |
Loop (int count, const ValueGetter &valueGetter={}) | |
Loop (const Condition &condition) | |
const void * | valuePtr () const |
Friends | |
class | ExecutionContextActivator |
class | TaskTreePrivate |
Definition at line 118 of file tasktree.h.
using Tasking::Loop::Condition = std::function<bool(int)> |
Definition at line 121 of file tasktree.h.
using Tasking::Loop::ValueGetter = std::function<const void *(int)> |
Definition at line 122 of file tasktree.h.
|
protected |
Definition at line 1391 of file tasktree.cpp.
References Loop().
Referenced by Loop(), and Tasking::LoopForever::LoopForever().
|
protected |
Definition at line 1395 of file tasktree.cpp.
References Loop().
Referenced by Loop().
|
protected |
Definition at line 1399 of file tasktree.cpp.
References Loop().
Referenced by Loop().
int Tasking::Loop::iteration | ( | ) | const |
Definition at line 1403 of file tasktree.cpp.
|
protected |
Definition at line 1408 of file tasktree.cpp.
Referenced by Tasking::LoopList< T >::operator*(), and Tasking::LoopList< T >::operator->().
|
friend |
Definition at line 134 of file tasktree.h.
|
friend |
Definition at line 135 of file tasktree.h.