|
MythTV
0.26-pre
|
#include <channelscanner_gui_scan_pane.h>
Public Member Functions | |
| ChannelScannerGUIScanPane (bool lock, bool strength, bool snr, bool rotorpos, QObject *target, const char *slot) | |
| void | SetStatusRotorPosition (int value) |
| void | SetStatusSignalToNoise (int value) |
| void | SetStatusSignalStrength (int value) |
| void | SetStatusLock (int value) |
| void | SetScanProgress (double value) |
| void | SetStatusText (const QString &value) |
| void | SetStatusTitleText (const QString &value) |
| void | AppendLine (const QString &text) |
Public Attributes | |
| LogList * | log |
Private Attributes | |
| TransProgressSetting * | ss |
| TransProgressSetting * | sn |
| TransProgressSetting * | pos |
| TransProgressSetting * | progressBar |
| TransLabelSetting * | sl |
| TransLabelSetting * | sta |
Friends | |
| class | QObject |
Definition at line 44 of file channelscanner_gui_scan_pane.h.
| ChannelScannerGUIScanPane::ChannelScannerGUIScanPane | ( | bool | lock, |
| bool | strength, | ||
| bool | snr, | ||
| bool | rotorpos, | ||
| QObject * | target, | ||
| const char * | slot | ||
| ) |
Definition at line 33 of file channelscanner_gui_scan_pane.cpp.
Definition at line 100 of file channelscanner_gui_scan_pane.cpp.
Referenced by ChannelScannerGUI::HandleEvent().
Definition at line 106 of file channelscanner_gui_scan_pane.cpp.
Referenced by ChannelScannerGUI::HandleEvent().
Definition at line 112 of file channelscanner_gui_scan_pane.cpp.
Referenced by ChannelScannerGUI::HandleEvent().
Definition at line 118 of file channelscanner_gui_scan_pane.cpp.
Referenced by ChannelScannerGUI::HandleEvent().
| void ChannelScannerGUIScanPane::SetScanProgress | ( | double | value | ) | [inline] |
Definition at line 59 of file channelscanner_gui_scan_pane.h.
Referenced by ChannelScannerGUI::HandleEvent().
| void ChannelScannerGUIScanPane::SetStatusText | ( | const QString & | value | ) |
Definition at line 124 of file channelscanner_gui_scan_pane.cpp.
Referenced by ChannelScannerGUI::HandleEvent().
| void ChannelScannerGUIScanPane::SetStatusTitleText | ( | const QString & | value | ) |
Definition at line 130 of file channelscanner_gui_scan_pane.cpp.
Referenced by ChannelScannerGUI::HandleEvent().
| void ChannelScannerGUIScanPane::AppendLine | ( | const QString & | text | ) |
Definition at line 136 of file channelscanner_gui_scan_pane.cpp.
Referenced by ChannelScannerGUI::HandleEvent(), and ChannelScannerGUI::MonitorProgress().
friend class QObject [friend] |
Definition at line 48 of file channelscanner_gui_scan_pane.h.
Definition at line 67 of file channelscanner_gui_scan_pane.h.
Referenced by AppendLine(), and ChannelScannerGUIScanPane().
Definition at line 70 of file channelscanner_gui_scan_pane.h.
Referenced by ChannelScannerGUIScanPane(), and SetStatusSignalStrength().
Definition at line 71 of file channelscanner_gui_scan_pane.h.
Referenced by ChannelScannerGUIScanPane(), and SetStatusSignalToNoise().
Definition at line 72 of file channelscanner_gui_scan_pane.h.
Referenced by ChannelScannerGUIScanPane(), and SetStatusRotorPosition().
Definition at line 73 of file channelscanner_gui_scan_pane.h.
Referenced by ChannelScannerGUIScanPane(), and SetScanProgress().
TransLabelSetting* ChannelScannerGUIScanPane::sl [private] |
Definition at line 75 of file channelscanner_gui_scan_pane.h.
Referenced by ChannelScannerGUIScanPane(), and SetStatusLock().
TransLabelSetting* ChannelScannerGUIScanPane::sta [private] |
Definition at line 76 of file channelscanner_gui_scan_pane.h.
Referenced by ChannelScannerGUIScanPane(), and SetStatusText().
1.7.6.1