MythTV  master
frequencytablesetting.h
Go to the documentation of this file.
1 // -*- Mode: c++ -*-
2 // vim: set expandtab tabstop=4 shiftwidth=4:
3 
4 #ifndef FREQUENCY_TABLE_SETTING_H
5 #define FREQUENCY_TABLE_SETTING_H
6 
7 // MythTV headers
9 
11 {
12  public:
14 };
15 
17 {
18  public:
19  ScanCountry();
20 };
21 
23 {
24  public:
25  ScanNetwork();
26 };
27 
28 #endif // FREQUENCY_TABLE_SETTING_H
ScanNetwork
Definition: frequencytablesetting.h:22
TransMythUIComboBoxSetting
Definition: standardsettings.h:272
ScanFrequencyTable::ScanFrequencyTable
ScanFrequencyTable()
Definition: frequencytablesetting.cpp:37
ScanCountry::ScanCountry
ScanCountry()
Definition: frequencytablesetting.cpp:59
ScanCountry
Definition: frequencytablesetting.h:16
standardsettings.h
ScanFrequencyTable
Definition: frequencytablesetting.h:10
ScanNetwork::ScanNetwork
ScanNetwork()
Definition: frequencytablesetting.cpp:83