A derived class of QThread that runs the QApplication object. More...
#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. |
A derived class of QThread that runs the QApplication object.
Definition at line 29 of file HdThread.h.
HdThread | ( | ) |
The default constructor.
Definition at line 29 of file HdThread.cxx.
|
virtual |
The destructor.
Does nothing but keep gcc warning messages away.
Definition at line 34 of file HdThread.cxx.
|
protectedvirtual |
Creates the application object and runs it.
Reimplemented from QThread.
Definition at line 40 of file HdThread.cxx.