#include <housekeeper.h>
Public Member Functions | |
| HouseKeepingThread (HouseKeeper *p) | |
| ~HouseKeepingThread () | |
| virtual void | run (void) |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
Private Attributes | |
| HouseKeeper * | m_parent |
Definition at line 15 of file housekeeper.h.
| HouseKeepingThread::HouseKeepingThread | ( | HouseKeeper * | p | ) | [inline] |
Definition at line 18 of file housekeeper.h.
| HouseKeepingThread::~HouseKeepingThread | ( | ) | [inline] |
Definition at line 20 of file housekeeper.h.
| void HouseKeepingThread::run | ( | void | ) | [virtual] |
Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.
Reimplemented from MThread.
Definition at line 36 of file housekeeper.cpp.
HouseKeeper* HouseKeepingThread::m_parent [private] |
Definition at line 23 of file housekeeper.h.
Referenced by run().
1.6.3