|
MythTV
0.26-pre
|
#include <autoexpire.h>
Public Member Functions | |
| UpdateThread (AutoExpire *p) | |
| virtual | ~UpdateThread () |
| virtual void | run (void) |
| This calls AutoExpire::RunUpdate() from within a new thread. | |
Private Attributes | |
| QPointer< AutoExpire > | m_parent |
Definition at line 51 of file autoexpire.h.
| UpdateThread::UpdateThread | ( | AutoExpire * | p | ) | [inline] |
Definition at line 55 of file autoexpire.h.
| virtual UpdateThread::~UpdateThread | ( | ) | [inline, virtual] |
Definition at line 56 of file autoexpire.h.
| void UpdateThread::run | ( | void | ) | [virtual] |
This calls AutoExpire::RunUpdate() from within a new thread.
Reimplemented from MThread.
Definition at line 63 of file autoexpire.cpp.
QPointer<AutoExpire> UpdateThread::m_parent [private] |
Definition at line 59 of file autoexpire.h.
1.7.6.1