Go to the source code of this file.
| enum OLD_DISEQC_TYPES |
Definition at line 1336 of file diseqcsettings.cpp.
| static GlobalLineEdit* DiSEqCLatitude | ( | void | ) | [static] |
| static GlobalLineEdit* DiSEqCLongitude | ( | void | ) | [static] |
| static QString AngleToString | ( | double | angle | ) | [static] |
Definition at line 353 of file diseqcsettings.cpp.
Referenced by RotorSetting::load(), and RotorPosMap::PopulateList().
| static double AngleToEdit | ( | double | angle, | |
| QString & | hemi | |||
| ) | [static] |
| static double AngleToFloat | ( | const QString & | angle, | |
| bool | translated = true | |||
| ) | [static] |
Definition at line 377 of file diseqcsettings.cpp.
Referenced by RotorPosMap::edit(), and USALSRotorSetting::save().
| uint FindPreset | ( | const DiSEqCDevLNB & | lnb | ) |
| bool convert_diseqc_db | ( | void | ) |
lnb_preset lnb_presets[] [static] |
Initial value:
{
lnb_preset(DeviceTree::tr("Single (Europe)"),
DiSEqCDevLNB::kTypeVoltageControl, 0, 9750000),
lnb_preset(DeviceTree::tr("Universal (Europe)"),
DiSEqCDevLNB::kTypeVoltageAndToneControl,
11700000, 9750000, 10600000),
lnb_preset(DeviceTree::tr("Circular (N. America)"),
DiSEqCDevLNB::kTypeVoltageControl, 0, 11250000),
lnb_preset(DeviceTree::tr("Linear (N. America)"),
DiSEqCDevLNB::kTypeVoltageControl, 0, 10750000),
lnb_preset(DeviceTree::tr("C Band"),
DiSEqCDevLNB::kTypeVoltageControl, 0, 5150000),
lnb_preset(DeviceTree::tr("DishPro Bandstacked"),
DiSEqCDevLNB::kTypeBandstacked, 0, 11250000, 14350000),
lnb_preset(QString::null, DiSEqCDevLNB::kTypeVoltageControl),
}
Definition at line 548 of file diseqcsettings.cpp.
1.5.5