FougTools
0.7.0dev-046fb6a
Handy tools for C++, Qt and OpenCascade
|
Task runner executing in the current thread context. More...
#include <runner_current_thread.h>
Public Member Functions | |
Runner (const Manager *mgr) | |
![]() | |
virtual | ~BaseRunner () |
quint64 | taskId () const |
const QString & | taskTitle () const |
void | setTaskTitle (const QString &title) |
Progress & | progress () |
const Progress & | progress () const |
void | run (std::function< void()> &&func) |
Protected Member Functions | |
bool | isAbortRequested () override |
void | requestAbort () override |
void | launch () override |
![]() | |
BaseRunner (const Manager *mgr) | |
BaseRunnerSignals * | qtSignals () |
void | execRunnableFunc () |
virtual void | destroy () |
Task runner executing in the current thread context.
|
inline |
|
inlineoverrideprotectedvirtual |
Reimplemented from qttask::BaseRunner.
|
inlineoverrideprotectedvirtual |
Reimplemented from qttask::BaseRunner.
|
inlineoverrideprotectedvirtual |
Reimplemented from qttask::BaseRunner.