My Project
|
#include <dot.h>
Public Member Functions | |
DotWorkerThread (DotRunnerQueue *queue) | |
void | run () |
void | cleanup () |
Private Attributes | |
DotRunnerQueue * | m_queue |
QList< DotRunner::CleanupItem > | m_cleanupItems |
DotWorkerThread::DotWorkerThread | ( | DotRunnerQueue * | queue | ) |
Definition at line 1145 of file dot.cpp.
References m_cleanupItems.
void DotWorkerThread::cleanup | ( | ) |
Definition at line 1165 of file dot.cpp.
References DotConstString::data(), DotRunner::CleanupItem::file, m_cleanupItems, and DotRunner::CleanupItem::path.
Referenced by run().
void DotWorkerThread::run | ( | ) |
Definition at line 1151 of file dot.cpp.
References DotRunner::cleanup(), cleanup(), DotRunnerQueue::dequeue(), DotRunner::CleanupItem::file, DotConstString::isEmpty(), m_cleanupItems, m_queue, and DotRunner::run().
|
private |
Definition at line 458 of file dot.h.
Referenced by cleanup(), DotWorkerThread(), and run().
|
private |