#include <HdThread.h>
Public Member Functions | |
currentThread () | |
enum {IdlePriority, LowestPriority, LowPriority, NormalPriority, HighPriority, HighestPriority, TimeCriticalPriority, InheritPriority} | |
exit () | |
finished () const | |
HdThread () | |
The default constructor. | |
msleep (unsigned long msecs) | |
running () const | |
sleep (unsigned long secs) | |
start (Priority priority=InheritPriority) | |
terminate () | |
usleep (unsigned long usecs) | |
wait (unsigned long time=ULONG_MAX) | |
virtual | ~HdThread () |
The destructor. | |
Protected Member Functions | |
virtual void | run () |
Creates the application object and runs it. |
Definition at line 29 of file HdThread.h.
HdThread | ( | ) |
~HdThread | ( | ) | [virtual] |
The destructor.
Does nothing but keep gcc warning messages away.
Definition at line 34 of file HdThread.cxx.
void run | ( | ) | [protected, virtual] |
Creates the application object and runs it.
Reimplemented from QThread.
Definition at line 40 of file HdThread.cxx.