#include <dot.h>
Public Member Functions | |
DotWorkerThread (DotRunnerQueue *queue) | |
void | run () |
void | cleanup () |
Public Member Functions inherited from QThread | |
QThread () | |
virtual | ~QThread () |
bool | isFinished () const |
bool | isRunning () const |
void | start () |
void | terminate () |
void | wait () |
void | setStackSize (unsigned int stackSize) |
unsigned int | stackSize () const |
Private Attributes | |
DotRunnerQueue * | m_queue |
QList< DotRunner::CleanupItem > | m_cleanupItems |
Additional Inherited Members | |
Static Public Member Functions inherited from QThread | |
static int | idealThreadCount () |
Protected Member Functions inherited from QThread | |
virtual void | started () |
virtual void | finished () |
virtual void | terminated () |
DotWorkerThread::DotWorkerThread | ( | DotRunnerQueue * | queue | ) |
void DotWorkerThread::cleanup | ( | ) |
Definition at line 1207 of file dot.cpp.
|
virtual |
|
private |
|
private |