|
MythTV
0.26-pre
|
#include <channelscanner_gui.h>
Public Slots | |
| void | quitScanning (void) |
Public Member Functions | |
| ChannelScannerGUI (void) | |
| virtual void | deleteLater (void) |
| virtual void | HandleEvent (const ScannerEvent *scanEvent) |
Static Public Attributes | |
| static QString | kTitle = QString::null |
Protected Member Functions | |
| virtual | ~ChannelScannerGUI () |
| virtual void | InformUser (const QString &error) |
| virtual void | Process (const ScanDTVTransportList &) |
| virtual void | MonitorProgress (bool lock, bool strength, bool snr, bool rotor) |
Private Attributes | |
| ChannelScannerGUIScanPane * | scanStage |
| LogList * | doneStage |
| QStringList | messageList |
Friends | |
| void * | spawn_popup (void *) |
Definition at line 50 of file channelscanner_gui.h.
Definition at line 67 of file channelscanner_gui.cpp.
| ChannelScannerGUI::~ChannelScannerGUI | ( | ) | [protected, virtual] |
Definition at line 78 of file channelscanner_gui.cpp.
| virtual void ChannelScannerGUI::deleteLater | ( | void | ) | [inline, virtual] |
Reimplemented from StackedConfigurationGroup.
Definition at line 60 of file channelscanner_gui.h.
| void ChannelScannerGUI::HandleEvent | ( | const ScannerEvent * | scanEvent | ) | [virtual] |
Implements ChannelScanner.
Definition at line 88 of file channelscanner_gui.cpp.
| void ChannelScannerGUI::InformUser | ( | const QString & | error | ) | [protected, virtual] |
Implements ChannelScanner.
Definition at line 155 of file channelscanner_gui.cpp.
| void ChannelScannerGUI::Process | ( | const ScanDTVTransportList & | _transports | ) | [protected, virtual] |
Definition at line 148 of file channelscanner_gui.cpp.
Referenced by HandleEvent().
| void ChannelScannerGUI::MonitorProgress | ( | bool | lock, |
| bool | strength, | ||
| bool | snr, | ||
| bool | rotor | ||
| ) | [protected, virtual] |
Reimplemented from ChannelScanner.
Definition at line 170 of file channelscanner_gui.cpp.
| void ChannelScannerGUI::quitScanning | ( | void | ) | [slot] |
Definition at line 161 of file channelscanner_gui.cpp.
Referenced by MonitorProgress(), and ScanWizard::SetPage().
| void* spawn_popup | ( | void * | ) | [friend] |
QString ChannelScannerGUI::kTitle = QString::null [static] |
Definition at line 76 of file channelscanner_gui.h.
Referenced by ChannelScannerGUI(), init_statics(), and ScanWizard::SetPage().
Definition at line 82 of file channelscanner_gui.h.
Referenced by HandleEvent(), and MonitorProgress().
LogList* ChannelScannerGUI::doneStage [private] |
Definition at line 83 of file channelscanner_gui.h.
Referenced by ChannelScannerGUI(), HandleEvent(), and quitScanning().
QStringList ChannelScannerGUI::messageList [private] |
Definition at line 84 of file channelscanner_gui.h.
Referenced by HandleEvent(), and MonitorProgress().
1.7.6.1