#include <paneatsc.h>
Public Member Functions | |
| PaneATSC () | |
| ~PaneATSC () | |
| QString | GetFrequencyTable (void) const |
| QString | GetModulation (void) const |
| bool | GetFrequencyTableRange (QString &start, QString &end) const |
Protected Slots | |
| void | FreqTableChanged (const QString &freqtbl) |
| void | ModulationChanged (const QString &modulation) |
| void | TransportRangeChanged (const QString &) |
Protected Member Functions | |
| void | ResetTransportRange (void) |
| void | FetchFrequencyTables (void) |
Protected Attributes | |
| ScanFrequencyTable * | atsc_table |
| ScanATSCModulation * | atsc_modulation |
| TransComboBoxSetting * | transport_start |
| TransComboBoxSetting * | transport_end |
| TransLabelSetting * | transport_count |
| QString | old_freq_table |
| QString | tables_sig |
| freq_table_list_t | tables |
Definition at line 17 of file paneatsc.h.
| PaneATSC::PaneATSC | ( | ) | [inline] |
Definition at line 22 of file paneatsc.h.
| PaneATSC::~PaneATSC | ( | ) | [inline] |
Definition at line 57 of file paneatsc.h.
| QString PaneATSC::GetFrequencyTable | ( | void | ) | const [inline] |
Definition at line 66 of file paneatsc.h.
Referenced by FetchFrequencyTables(), and ScanOptionalConfig::GetFrequencyTable().
| QString PaneATSC::GetModulation | ( | void | ) | const [inline] |
Definition at line 68 of file paneatsc.h.
Referenced by FetchFrequencyTables(), and ScanOptionalConfig::GetModulation().
| bool PaneATSC::GetFrequencyTableRange | ( | QString & | start, | |
| QString & | end | |||
| ) | const [inline] |
Definition at line 70 of file paneatsc.h.
Referenced by ScanOptionalConfig::GetFrequencyTableRange().
| void PaneATSC::FreqTableChanged | ( | const QString & | freqtbl | ) | [inline, protected, slot] |
Definition at line 83 of file paneatsc.h.
Referenced by PaneATSC().
| void PaneATSC::ModulationChanged | ( | const QString & | modulation | ) | [inline, protected, slot] |
Definition at line 93 of file paneatsc.h.
Referenced by PaneATSC().
| void PaneATSC::TransportRangeChanged | ( | const QString & | ) | [inline, protected, slot] |
Definition at line 98 of file paneatsc.h.
Referenced by PaneATSC().
| void PaneATSC::ResetTransportRange | ( | void | ) | [inline, protected] |
Definition at line 113 of file paneatsc.h.
Referenced by FreqTableChanged(), ModulationChanged(), and PaneATSC().
| void PaneATSC::FetchFrequencyTables | ( | void | ) | [inline, protected] |
Definition at line 151 of file paneatsc.h.
Referenced by ResetTransportRange().
ScanFrequencyTable* PaneATSC::atsc_table [protected] |
Definition at line 176 of file paneatsc.h.
Referenced by GetFrequencyTable(), and PaneATSC().
ScanATSCModulation* PaneATSC::atsc_modulation [protected] |
Definition at line 177 of file paneatsc.h.
Referenced by FreqTableChanged(), GetModulation(), and PaneATSC().
TransComboBoxSetting* PaneATSC::transport_start [protected] |
Definition at line 178 of file paneatsc.h.
Referenced by GetFrequencyTableRange(), PaneATSC(), ResetTransportRange(), and TransportRangeChanged().
TransComboBoxSetting* PaneATSC::transport_end [protected] |
Definition at line 179 of file paneatsc.h.
Referenced by GetFrequencyTableRange(), PaneATSC(), ResetTransportRange(), and TransportRangeChanged().
TransLabelSetting* PaneATSC::transport_count [protected] |
Definition at line 180 of file paneatsc.h.
Referenced by PaneATSC(), ResetTransportRange(), and TransportRangeChanged().
QString PaneATSC::old_freq_table [protected] |
Definition at line 181 of file paneatsc.h.
QString PaneATSC::tables_sig [protected] |
Definition at line 182 of file paneatsc.h.
Referenced by FetchFrequencyTables().
freq_table_list_t PaneATSC::tables [protected] |
Definition at line 183 of file paneatsc.h.
Referenced by FetchFrequencyTables(), ResetTransportRange(), and ~PaneATSC().
1.6.3