MythTV
master
|
#include <libmyth/dbsettings.h>
Signals | |
void | isClosing (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) |
Public Member Functions | |
DatabaseSettings (QString DBhostOverride=QString()) | |
~DatabaseSettings () override | |
void | Load (void) override |
void | Save (const QString &) |
void | Save (void) 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 |
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) |
Public Member Functions inherited from StorageUser | |
virtual | ~StorageUser ()=default |
Protected Attributes | |
TransTextEditSetting * | m_dbHostName {nullptr} |
TransMythUICheckBoxSetting * | m_dbHostPing {nullptr} |
TransTextEditSetting * | m_dbPort {nullptr} |
TransTextEditSetting * | m_dbName {nullptr} |
TransTextEditSetting * | m_dbUserName {nullptr} |
TransTextEditSetting * | m_dbPassword {nullptr} |
TransMythUICheckBoxSetting * | m_localEnabled {nullptr} |
TransTextEditSetting * | m_localHostName {nullptr} |
TransMythUICheckBoxSetting * | m_wolEnabled {nullptr} |
TransMythUISpinBoxSetting * | m_wolReconnect {nullptr} |
TransMythUISpinBoxSetting * | m_wolRetry {nullptr} |
TransTextEditSetting * | m_wolCommand {nullptr} |
QString | m_dbHostOverride |
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} |
Additional Inherited Members | |
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 *) |
Protected Member Functions inherited from StandardSetting | |
StandardSetting (Storage *_storage=nullptr) | |
~StandardSetting () override | |
void | setParent (StandardSetting *parent) |
Definition at line 12 of file dbsettings.h.
|
explicit |
Definition at line 13 of file dbsettings.cpp.
|
override |
Definition at line 205 of file dbsettings.cpp.
|
overridevirtual |
Reimplemented from StandardSetting.
Definition at line 132 of file dbsettings.cpp.
|
inline |
Definition at line 21 of file dbsettings.h.
|
overridevirtual |
Reimplemented from StandardSetting.
Definition at line 179 of file dbsettings.cpp.
|
signal |
Referenced by MythContextPrivate::PromptForDatabaseParams(), and ~DatabaseSettings().
|
protected |
Definition at line 28 of file dbsettings.h.
Referenced by DatabaseSettings(), Load(), and Save().
|
protected |
Definition at line 29 of file dbsettings.h.
|
protected |
Definition at line 30 of file dbsettings.h.
Referenced by DatabaseSettings(), Load(), and Save().
|
protected |
Definition at line 31 of file dbsettings.h.
Referenced by DatabaseSettings(), Load(), and Save().
|
protected |
Definition at line 32 of file dbsettings.h.
Referenced by DatabaseSettings(), Load(), and Save().
|
protected |
Definition at line 33 of file dbsettings.h.
Referenced by DatabaseSettings(), Load(), and Save().
|
protected |
Definition at line 34 of file dbsettings.h.
Referenced by DatabaseSettings(), Load(), and Save().
|
protected |
Definition at line 35 of file dbsettings.h.
Referenced by DatabaseSettings(), Load(), and Save().
|
protected |
Definition at line 36 of file dbsettings.h.
Referenced by DatabaseSettings(), Load(), and Save().
|
protected |
Definition at line 37 of file dbsettings.h.
Referenced by DatabaseSettings(), Load(), and Save().
|
protected |
Definition at line 38 of file dbsettings.h.
Referenced by DatabaseSettings(), Load(), and Save().
|
protected |
Definition at line 39 of file dbsettings.h.
Referenced by DatabaseSettings(), Load(), and Save().
|
protected |
Definition at line 40 of file dbsettings.h.
Referenced by Load().