FougTools
0.7.0dev-046fb6a
Handy tools for C++, Qt and OpenCascade
|
Task runner based on QThread. More...
#include <runner_qthread.h>
Public Member Functions | |
Runner (const Manager *mgr, QThread::Priority priority=QThread::InheritPriority) | |
![]() | |
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 |
void | destroy () override |
void | run () override |
![]() | |
BaseRunner (const Manager *mgr) | |
BaseRunnerSignals * | qtSignals () |
void | execRunnableFunc () |
Task runner based on QThread.
|
inline |
|
inlineoverrideprotectedvirtual |
Reimplemented from qttask::BaseRunner.
|
inlineoverrideprotectedvirtual |
Reimplemented from qttask::BaseRunner.
|
inlineoverrideprotectedvirtual |
Reimplemented from qttask::BaseRunner.
|
inlineoverrideprotectedvirtual |
Reimplemented from qttask::BaseRunner.
|
inlineoverrideprotected |