.Simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Signals | Public Member Functions | Protected Attributes | List of all members
DataVisualizerGUI::TaskRunner Class Reference

A worker used to run file reading tasks. More...

#include <TaskRunner.h>

Inheritance diagram for DataVisualizerGUI::TaskRunner:

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_
 

Detailed Description

A worker used to run file reading tasks.

Constructor & Destructor Documentation

TaskRunner::TaskRunner ( Task  task = NULL,
int  val = 0,
const QString &  str = "",
QObject *  parent = NULL 
)

Constructor.


The documentation for this class was generated from the following files: