#include <mythmediamonitor.h>

Definition at line 29 of file mythmediamonitor.h.
Public Member Functions | |
| MonitorThread (MediaMonitor *pMon, unsigned long interval) | |
| void | setMonitor (MediaMonitor *pMon) |
| virtual void | run (void) |
Protected Attributes | |
| QGuardedPtr< MediaMonitor > | m_Monitor |
| unsigned long | m_Interval |
| MonitorThread::MonitorThread | ( | MediaMonitor * | pMon, | |
| unsigned long | interval | |||
| ) |
Definition at line 35 of file mythmediamonitor.cpp.
| void MonitorThread::setMonitor | ( | MediaMonitor * | pMon | ) | [inline] |
Definition at line 33 of file mythmediamonitor.h.
| void MonitorThread::run | ( | void | ) | [virtual] |
QGuardedPtr<MediaMonitor> MonitorThread::m_Monitor [protected] |
Definition at line 37 of file mythmediamonitor.h.
Referenced by MonitorThreadDarwin::diskInsert(), MonitorThreadDarwin::diskRemove(), MonitorThreadDarwin::diskRename(), MonitorThread(), run(), MonitorThreadDarwin::run(), and setMonitor().
unsigned long MonitorThread::m_Interval [protected] |
Definition at line 38 of file mythmediamonitor.h.
Referenced by MonitorThread(), run(), and MonitorThreadDarwin::run().
1.5.5