Torc  0.1
Classes | Macros
torcadminthread.h File Reference
#include <QList>
#include "torcqthread.h"
Include dependency graph for torcadminthread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TorcAdminThread
 A simple thread to launch helper objects outside of the main loop. More...
 
class  TorcAdminObject
 A factory class for automatically running objects outside of the main loop. More...
 

Macros

#define TORC_ADMIN_CRIT_PRIORITY   200
 
#define TORC_ADMIN_HIGH_PRIORITY   100
 
#define TORC_ADMIN_MED_PRIORITY   50
 
#define TORC_ADMIN_LOW_PRIORITY   10
 

Macro Definition Documentation

#define TORC_ADMIN_CRIT_PRIORITY   200

Definition at line 23 of file torcadminthread.h.

#define TORC_ADMIN_HIGH_PRIORITY   100

Definition at line 24 of file torcadminthread.h.

#define TORC_ADMIN_LOW_PRIORITY   10

Definition at line 26 of file torcadminthread.h.

#define TORC_ADMIN_MED_PRIORITY   50

Definition at line 25 of file torcadminthread.h.