#include <iptvsignalmonitor.h>
Public Member Functions | |
| IPTVTableMonitorThread (IPTVSignalMonitor *p) | |
| virtual | ~IPTVTableMonitorThread () |
| 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 | |
| IPTVSignalMonitor * | m_parent |
Definition at line 12 of file iptvsignalmonitor.h.
| IPTVTableMonitorThread::IPTVTableMonitorThread | ( | IPTVSignalMonitor * | p | ) | [inline] |
Definition at line 15 of file iptvsignalmonitor.h.
| virtual IPTVTableMonitorThread::~IPTVTableMonitorThread | ( | ) | [inline, virtual] |
Definition at line 17 of file iptvsignalmonitor.h.
| void IPTVTableMonitorThread::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 18 of file iptvsignalmonitor.cpp.
Definition at line 20 of file iptvsignalmonitor.h.
Referenced by run(), and ~IPTVTableMonitorThread().
1.6.3