MythTV  master
Public Slots | Public Member Functions | Private Attributes | List of all members
LNBConfig Class Reference

#include <diseqcsettings.h>

Inheritance diagram for LNBConfig:
Inheritance graph
[legend]
Collaboration diagram for LNBConfig:
Collaboration graph
[legend]

Public Slots

void SetPreset (const QString &value)
 
void UpdateType (const QString &value)
 
void UpdateType (void)
 
- Public Slots inherited from StandardSetting
virtual void setEnabled (bool enabled)
 
virtual void setReadOnly (bool readonly)
 
void setVisible (bool visible)
 
virtual void setValue (const QString &newValue)
 
virtual void setValue (int newValue)
 
virtual void childChanged (StandardSetting *)
 

Public Member Functions

 LNBConfig (DiSEqCDevLNB &lnb, StandardSetting *parent)
 
void Load (void) override
 
- Public Member Functions inherited from DiseqcConfigBase
bool keyPressEvent (QKeyEvent *event) override
 
- Public Member Functions inherited from GroupSetting
 GroupSetting ()=default
 
void edit (MythScreenType *screen) override
 
void resultEdit (DialogCompletionEvent *) override
 
virtual void applyChange ()
 
void updateButton (MythUIButtonListItem *item) override
 This method is called whenever the UI need to reflect a change Reimplement this If you widget need a custom look. More...
 
virtual bool canDelete (void)
 
virtual void deleteEntry (void)
 
- Public Member Functions inherited from StandardSetting
virtual void setLabel (QString str)
 
QString getLabel (void) const
 
virtual void setHelpText (const QString &str)
 
QString getHelpText (void) const
 
virtual void setName (const QString &name)
 
QString getName (void) const
 
StandardSettingbyName (const QString &name)
 
bool isVisible (void) const
 
bool isEnabled () const
 
bool isReadOnly () const
 
bool haveChanged ()
 Return true if the setting have changed or any of its children. More...
 
void setChanged (bool changed)
 
StandardSettinggetParent () const
 
virtual QString getValue (void) const
 
void SetDBValue (const QString &val) override
 
QString GetDBValue (void) const override
 
MythUIButtonListItemcreateButton (MythUIButtonList *list)
 
virtual void addChild (StandardSetting *child)
 
virtual void removeChild (StandardSetting *child)
 
virtual QList< StandardSetting * > * getSubSettings ()
 
virtual bool haveSubSettings ()
 
virtual void clearSettings ()
 
void clearTargetedSettings (const QString &value)
 
virtual void Save (void)
 
virtual void Open (void)
 
virtual void Close (void)
 
StorageGetStorage (void) const
 
void addTargetedChild (const QString &value, StandardSetting *setting)
 
void addTargetedChildren (const QString &value, std::initializer_list< StandardSetting * > settings)
 
void removeTargetedChild (const QString &value, StandardSetting *child)
 
void MoveToThread (QThread *thread)
 
- Public Member Functions inherited from StorageUser
virtual ~StorageUser ()=default
 

Private Attributes

LNBPresetSettingm_preset {nullptr}
 
LNBTypeSettingm_type {nullptr}
 
LNBLOFSwitchSettingm_lofSwitch {nullptr}
 
LNBLOFLowSettingm_lofLo {nullptr}
 
LNBLOFHighSettingm_lofHi {nullptr}
 
LNBPolarityInvertedSettingm_polInv {nullptr}
 

Additional Inherited Members

- Signals inherited from DiseqcConfigBase
void DeleteClicked (void)
 
- Signals inherited from StandardSetting
void valueChanged (const QString &newValue)
 
void valueChanged (StandardSetting *setting)
 
void ShouldRedraw (StandardSetting *setting)
 
void settingsChanged (StandardSetting *selectedSetting=nullptr)
 
void ChangeSaved ()
 
void helpTextChanged (const QString &newValue)
 
- Static Public Member Functions inherited from DiseqcConfigBase
static DiseqcConfigBaseCreateByType (DiSEqCDevDevice *dev, StandardSetting *parent)
 
- Protected Member Functions inherited from StandardSetting
 StandardSetting (Storage *_storage=nullptr)
 
 ~StandardSetting () override
 
void setParent (StandardSetting *parent)
 
- Protected Attributes inherited from StandardSetting
QString m_settingValue
 
bool m_enabled {true}
 
bool m_readonly {false}
 
QString m_label
 
QString m_helptext
 
QString m_name
 
bool m_visible {true}
 

Detailed Description

Definition at line 108 of file diseqcsettings.h.

Constructor & Destructor Documentation

◆ LNBConfig()

LNBConfig::LNBConfig ( DiSEqCDevLNB lnb,
StandardSetting parent 
)

Definition at line 922 of file diseqcsettings.cpp.

Member Function Documentation

◆ Load()

void LNBConfig::Load ( void  )
overridevirtual

Reimplemented from StandardSetting.

Definition at line 950 of file diseqcsettings.cpp.

◆ SetPreset

void LNBConfig::SetPreset ( const QString &  value)
slot

Definition at line 956 of file diseqcsettings.cpp.

Referenced by LNBConfig(), and Load().

◆ UpdateType [1/2]

void LNBConfig::UpdateType ( const QString &  value)
slot

Definition at line 1013 of file diseqcsettings.cpp.

◆ UpdateType [2/2]

void LNBConfig::UpdateType ( void  )
slot

Definition at line 984 of file diseqcsettings.cpp.

Referenced by LNBConfig(), SetPreset(), and UpdateType().

Member Data Documentation

◆ m_preset

LNBPresetSetting* LNBConfig::m_preset {nullptr}
private

Definition at line 122 of file diseqcsettings.h.

Referenced by LNBConfig(), and Load().

◆ m_type

LNBTypeSetting* LNBConfig::m_type {nullptr}
private

Definition at line 123 of file diseqcsettings.h.

Referenced by LNBConfig(), SetPreset(), and UpdateType().

◆ m_lofSwitch

LNBLOFSwitchSetting* LNBConfig::m_lofSwitch {nullptr}
private

Definition at line 124 of file diseqcsettings.h.

Referenced by LNBConfig(), SetPreset(), and UpdateType().

◆ m_lofLo

LNBLOFLowSetting* LNBConfig::m_lofLo {nullptr}
private

Definition at line 125 of file diseqcsettings.h.

Referenced by LNBConfig(), SetPreset(), and UpdateType().

◆ m_lofHi

LNBLOFHighSetting* LNBConfig::m_lofHi {nullptr}
private

Definition at line 126 of file diseqcsettings.h.

Referenced by LNBConfig(), SetPreset(), and UpdateType().

◆ m_polInv

LNBPolarityInvertedSetting* LNBConfig::m_polInv {nullptr}
private

Definition at line 127 of file diseqcsettings.h.

Referenced by LNBConfig(), SetPreset(), and UpdateType().


The documentation for this class was generated from the following files: