![]() |
.Simulation
|
A worker used to run file reading tasks. More...
#include <TaskRunner.h>
Signals | |
void | Finished () |
Alerts that the task has finished running. | |
Public Member Functions | |
TaskRunner (Task task=NULL, int val=0, const QString &str="", QObject *parent=NULL) | |
Constructor. More... | |
void | run () |
Attempts to run an assigned task. | |
Protected Attributes | |
Task | Task_ |
A worker used to run file reading tasks.
TaskRunner::TaskRunner | ( | Task | task = NULL , |
int | val = 0 , |
||
const QString & | str = "" , |
||
QObject * | parent = NULL |
||
) |
Constructor.