MythTV
master
|
#include <libmythtv/diseqcsettings.h>
Public Member Functions | |
DeviceTree (DiSEqCDevTree &tree) | |
void | DeleteDevice (DeviceTypeSetting *devtype) |
void | Load (void) override |
![]() | |
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) |
![]() | |
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 |
StandardSetting * | byName (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) |
StandardSetting * | getParent () const |
virtual QString | getValue (void) const |
void | SetDBValue (const QString &val) override |
QString | GetDBValue (void) const override |
MythUIButtonListItem * | createButton (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) |
Storage * | GetStorage (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) |
virtual bool | keyPressEvent (QKeyEvent *event) |
void | MoveToThread (QThread *thread) |
![]() | |
virtual | ~StorageUser ()=default |
Protected Member Functions | |
void | PopulateTree (void) |
void | PopulateTree (DiSEqCDevDevice *node, DiSEqCDevDevice *parent=nullptr, uint childnum=0, GroupSetting *parentSetting=nullptr) |
void | PopulateChildren (DiSEqCDevDevice *node, GroupSetting *parentSetting) |
void | AddDeviceTypeSetting (DeviceTypeSetting *devtype, DiSEqCDevDevice *parent, uint childnum, GroupSetting *parentSetting) |
void | ConnectToValueChanged (DeviceTypeSetting *devtype, DiSEqCDevDevice *parent, uint childnum) |
void | ValueChanged (const QString &value, DeviceTypeSetting *devtype, DiSEqCDevDevice *parent, uint childnum) |
![]() | |
StandardSetting (Storage *_storage=nullptr) | |
~StandardSetting () override | |
void | setParent (StandardSetting *parent) |
Private Attributes | |
DiSEqCDevTree & | m_tree |
Additional Inherited Members | |
![]() | |
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 *) |
![]() | |
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) |
![]() | |
QString | m_settingValue |
bool | m_enabled {true} |
bool | m_readonly {false} |
QString | m_label |
QString | m_helptext |
QString | m_name |
bool | m_visible {true} |
Definition at line 132 of file diseqcsettings.h.
|
inlineexplicit |
Definition at line 137 of file diseqcsettings.h.
void DeviceTree::DeleteDevice | ( | DeviceTypeSetting * | devtype | ) |
Definition at line 1027 of file diseqcsettings.cpp.
Referenced by ValueChanged().
|
overridevirtual |
Reimplemented from StandardSetting.
Definition at line 1021 of file diseqcsettings.cpp.
Referenced by DVBConfigurationGroup::Load().
|
protected |
Definition at line 1042 of file diseqcsettings.cpp.
Referenced by Load(), PopulateChildren(), and ValueChanged().
|
protected |
Definition at line 1093 of file diseqcsettings.cpp.
|
protected |
Definition at line 1155 of file diseqcsettings.cpp.
Referenced by PopulateTree(), and ValueChanged().
|
protected |
Definition at line 1126 of file diseqcsettings.cpp.
Referenced by PopulateTree().
|
protected |
Definition at line 1139 of file diseqcsettings.cpp.
Referenced by AddDeviceTypeSetting().
|
protected |
Definition at line 1165 of file diseqcsettings.cpp.
Referenced by ConnectToValueChanged().
|
private |
Definition at line 163 of file diseqcsettings.h.
Referenced by DeleteDevice(), PopulateTree(), and ValueChanged().