|
MythTV
0.26-pre
|
#include <housekeeper.h>
Public Member Functions | |
| MythFillDatabaseThread (HouseKeeper *p) | |
| ~MythFillDatabaseThread () | |
| virtual void | run (void) |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
Static Public Member Functions | |
| static void | setTerminationEnabled (bool v) |
Private Attributes | |
| HouseKeeper * | m_parent |
Definition at line 26 of file housekeeper.h.
| MythFillDatabaseThread::MythFillDatabaseThread | ( | HouseKeeper * | p | ) | [inline] |
Definition at line 29 of file housekeeper.h.
| MythFillDatabaseThread::~MythFillDatabaseThread | ( | ) | [inline] |
Definition at line 31 of file housekeeper.h.
| static void MythFillDatabaseThread::setTerminationEnabled | ( | bool | v | ) | [inline, static] |
Reimplemented from MThread.
Definition at line 32 of file housekeeper.h.
Referenced by HouseKeeper::RunMFD().
| void MythFillDatabaseThread::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 43 of file housekeeper.cpp.
HouseKeeper* MythFillDatabaseThread::m_parent [private] |
Definition at line 36 of file housekeeper.h.
1.7.6.1