MythTV
master
|
#include <mythtv-setup/backendsettings.h>
Public Member Functions | |
BackendSettings () | |
void | Load (void) override |
void | Save (void) override |
~BackendSettings () 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 | 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 |
Private Slots | |
void | masterBackendChanged (void) |
void | listenChanged (void) |
static void | LocalServerPortChanged (void) |
Private Member Functions | |
HostTextEditSetting * | LocalServerPort (void) const |
Private Attributes | |
TransMythUICheckBoxSetting * | m_isMasterBackend {nullptr} |
HostTextEditSetting * | m_localServerPort {nullptr} |
HostComboBoxSetting * | m_backendServerAddr {nullptr} |
GlobalTextEditSetting * | m_masterServerName {nullptr} |
IpAddressSettings * | m_ipAddressSettings {nullptr} |
bool | m_isLoaded {false} |
QString | m_priorMasterName |
GlobalTextEditSetting * | m_masterServerIP {nullptr} |
GlobalTextEditSetting * | m_masterServerPort {nullptr} |
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) |
![]() | |
StandardSetting (Storage *_storage=nullptr) | |
~StandardSetting () override | |
void | setParent (StandardSetting *parent) |
![]() | |
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 7 of file backendsettings.h.
BackendSettings::BackendSettings | ( | ) |
Definition at line 930 of file backendsettings.cpp.
|
override |
Definition at line 1218 of file backendsettings.cpp.
|
overridevirtual |
Reimplemented from StandardSetting.
Definition at line 1149 of file backendsettings.cpp.
|
overridevirtual |
Reimplemented from StandardSetting.
Definition at line 1181 of file backendsettings.cpp.
|
private |
Definition at line 156 of file backendsettings.cpp.
|
privateslot |
Definition at line 1084 of file backendsettings.cpp.
Referenced by BackendSettings(), and Load().
|
privateslot |
Definition at line 1095 of file backendsettings.cpp.
Referenced by BackendSettings(), and Load().
|
staticprivateslot |
Definition at line 151 of file backendsettings.cpp.
Referenced by LocalServerPort().
|
private |
Definition at line 19 of file backendsettings.h.
Referenced by BackendSettings(), Load(), masterBackendChanged(), and Save().
|
private |
Definition at line 20 of file backendsettings.h.
Referenced by BackendSettings(), and Save().
|
private |
Definition at line 21 of file backendsettings.h.
Referenced by BackendSettings(), listenChanged(), Load(), and Save().
|
private |
Definition at line 22 of file backendsettings.h.
Referenced by BackendSettings(), Load(), and masterBackendChanged().
|
private |
Definition at line 23 of file backendsettings.h.
Referenced by BackendSettings(), listenChanged(), and Save().
Definition at line 24 of file backendsettings.h.
Referenced by listenChanged(), Load(), and masterBackendChanged().
|
private |
Definition at line 25 of file backendsettings.h.
Referenced by Load(), and masterBackendChanged().
|
private |
Definition at line 28 of file backendsettings.h.
Referenced by Load(), Save(), and ~BackendSettings().
|
private |
Definition at line 29 of file backendsettings.h.
Referenced by Load(), Save(), and ~BackendSettings().