|
MythTV
0.26-pre
|
#include <scanmonitor.h>
Public Member Functions | |
| ScannerEvent (QEvent::Type t) | |
| QString | strValue () const |
| void | strValue (const QString &_str) |
| int | intValue () const |
| void | intValue (int _intvalue) |
| Configurable * | ConfigurableValue () const |
| void | ConfigurableValue (Configurable *_cfg_ptr) |
Static Public Attributes | |
| static Type | ScanComplete |
| static Type | ScanShutdown |
| static Type | AppendTextToLog |
| static Type | SetStatusText |
| static Type | SetStatusTitleText |
| static Type | SetPercentComplete |
| static Type | SetStatusRotorPosition |
| static Type | SetStatusSignalToNoise |
| static Type | SetStatusSignalStrength |
| static Type | SetStatusSignalLock |
| static Type | SetStatusChannelTuned |
Private Member Functions | |
| ~ScannerEvent () | |
Private Attributes | |
| QString | str |
| int | intvalue |
| Configurable * | cfg_ptr |
Friends | |
| class | QObject |
Definition at line 85 of file scanmonitor.h.
| ScannerEvent::ScannerEvent | ( | QEvent::Type | t | ) | [inline] |
Definition at line 91 of file scanmonitor.h.
| ScannerEvent::~ScannerEvent | ( | ) | [inline, private] |
Definition at line 117 of file scanmonitor.h.
| QString ScannerEvent::strValue | ( | ) | const [inline] |
Definition at line 94 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerGUI::HandleEvent(), and post_event().
| void ScannerEvent::strValue | ( | const QString & | _str | ) | [inline] |
Definition at line 95 of file scanmonitor.h.
| int ScannerEvent::intValue | ( | void | ) | const [inline] |
Definition at line 97 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerGUI::HandleEvent(), and post_event().
| void ScannerEvent::intValue | ( | int | _intvalue | ) | [inline] |
Definition at line 98 of file scanmonitor.h.
| Configurable* ScannerEvent::ConfigurableValue | ( | ) | const [inline] |
Definition at line 100 of file scanmonitor.h.
Referenced by ChannelScannerGUI::HandleEvent(), and post_event().
| void ScannerEvent::ConfigurableValue | ( | Configurable * | _cfg_ptr | ) | [inline] |
Definition at line 101 of file scanmonitor.h.
friend class QObject [friend] |
Definition at line 87 of file scanmonitor.h.
QEvent::Type ScannerEvent::ScanComplete [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 104 of file scanmonitor.h.
Referenced by ChannelScannerGUI::HandleEvent(), ChannelScannerCLI::InformUser(), and ScanMonitor::ScanComplete().
QEvent::Type ScannerEvent::ScanShutdown [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 105 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerGUI::HandleEvent(), ChannelScannerGUI::quitScanning(), and ChannelScannerGUI::~ChannelScannerGUI().
QEvent::Type ScannerEvent::AppendTextToLog [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 106 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().
QEvent::Type ScannerEvent::SetStatusText [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 107 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().
QEvent::Type ScannerEvent::SetStatusTitleText [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 108 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().
QEvent::Type ScannerEvent::SetPercentComplete [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 109 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().
QEvent::Type ScannerEvent::SetStatusRotorPosition [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 110 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().
QEvent::Type ScannerEvent::SetStatusSignalToNoise [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 111 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().
QEvent::Type ScannerEvent::SetStatusSignalStrength [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 112 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().
QEvent::Type ScannerEvent::SetStatusSignalLock [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 113 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().
QEvent::Type ScannerEvent::SetStatusChannelTuned [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 114 of file scanmonitor.h.
QString ScannerEvent::str [private] |
Definition at line 120 of file scanmonitor.h.
Referenced by strValue().
int ScannerEvent::intvalue [private] |
Definition at line 121 of file scanmonitor.h.
Referenced by intValue().
Configurable* ScannerEvent::cfg_ptr [private] |
Definition at line 122 of file scanmonitor.h.
Referenced by ConfigurableValue().
1.7.6.1