#include <mythmediamonitor.h>
Public Member Functions | |
| MonitorThread (MediaMonitor *pMon, unsigned long interval) | |
| ~MonitorThread () | |
| void | setMonitor (MediaMonitor *pMon) |
| virtual void | run (void) |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
Protected Attributes | |
| QPointer< MediaMonitor > | m_Monitor |
| unsigned long | m_Interval |
Definition at line 23 of file mythmediamonitor.h.
| MonitorThread::MonitorThread | ( | MediaMonitor * | pMon, | |
| unsigned long | interval | |||
| ) |
Definition at line 38 of file mythmediamonitor.cpp.
| MonitorThread::~MonitorThread | ( | ) | [inline] |
Definition at line 27 of file mythmediamonitor.h.
| void MonitorThread::setMonitor | ( | MediaMonitor * | pMon | ) | [inline] |
Definition at line 28 of file mythmediamonitor.h.
| void MonitorThread::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.
Reimplemented in MonitorThreadDarwin.
Definition at line 47 of file mythmediamonitor.cpp.
QPointer<MediaMonitor> MonitorThread::m_Monitor [protected] |
Definition at line 32 of file mythmediamonitor.h.
Referenced by MonitorThreadDarwin::diskInsert(), MonitorThreadDarwin::diskRemove(), MonitorThreadDarwin::diskRename(), MonitorThread(), run(), MonitorThreadDarwin::run(), setMonitor(), and ~MonitorThread().
unsigned long MonitorThread::m_Interval [protected] |
Definition at line 33 of file mythmediamonitor.h.
Referenced by MonitorThread(), run(), and MonitorThreadDarwin::run().
1.6.3