|
MythTV
0.26-pre
|
#include <diseqcsettings.h>
Public Slots | |
| void | SetPreset (const QString &value) |
| void | UpdateType (void) |
Public Member Functions | |
| LNBConfig (DiSEqCDevLNB &lnb) | |
Private Attributes | |
| LNBTypeSetting * | m_type |
| LNBLOFSwitchSetting * | m_lof_switch |
| LNBLOFLowSetting * | m_lof_lo |
| LNBLOFHighSetting * | m_lof_hi |
| LNBPolarityInvertedSetting * | m_pol_inv |
Definition at line 82 of file diseqcsettings.h.
| LNBConfig::LNBConfig | ( | DiSEqCDevLNB & | lnb | ) |
Definition at line 814 of file diseqcsettings.cpp.
| void LNBConfig::SetPreset | ( | const QString & | value | ) | [slot] |
Definition at line 840 of file diseqcsettings.cpp.
Referenced by LNBConfig().
| void LNBConfig::UpdateType | ( | void | ) | [slot] |
Definition at line 868 of file diseqcsettings.cpp.
Referenced by LNBConfig(), and SetPreset().
LNBTypeSetting* LNBConfig::m_type [private] |
Definition at line 94 of file diseqcsettings.h.
Referenced by LNBConfig(), SetPreset(), and UpdateType().
LNBLOFSwitchSetting* LNBConfig::m_lof_switch [private] |
Definition at line 95 of file diseqcsettings.h.
Referenced by LNBConfig(), SetPreset(), and UpdateType().
LNBLOFLowSetting* LNBConfig::m_lof_lo [private] |
Definition at line 96 of file diseqcsettings.h.
Referenced by LNBConfig(), SetPreset(), and UpdateType().
LNBLOFHighSetting* LNBConfig::m_lof_hi [private] |
Definition at line 97 of file diseqcsettings.h.
Referenced by LNBConfig(), SetPreset(), and UpdateType().
LNBPolarityInvertedSetting* LNBConfig::m_pol_inv [private] |
Definition at line 98 of file diseqcsettings.h.
Referenced by LNBConfig(), SetPreset(), and UpdateType().
1.7.6.1