|
MythTV
0.26-pre
|
#include <privatedecoder_crystalhd.h>
Public Member Functions | |
| FetcherThread (PrivateDecoderCrystalHD *dec) | |
Protected Member Functions | |
| 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 | |
| PrivateDecoderCrystalHD * | m_dec |
Definition at line 21 of file privatedecoder_crystalhd.h.
| FetcherThread::FetcherThread | ( | PrivateDecoderCrystalHD * | dec | ) | [inline] |
Definition at line 24 of file privatedecoder_crystalhd.h.
| void FetcherThread::run | ( | void | ) | [protected, 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 9 of file privatedecoder_crystalhd.cpp.
PrivateDecoderCrystalHD* FetcherThread::m_dec [private] |
Definition at line 31 of file privatedecoder_crystalhd.h.
Referenced by run().
1.7.6.1