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

#include <globalsettings.h>

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

Public Member Functions

 GeneralSettings ()
 
 GeneralSettings (MythScreenStack *parent, const char *name=nullptr)
 
 ~GeneralSettings () override=default
 
bool Create (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
 
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 Load (void)
 
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)
 
virtual bool keyPressEvent (QKeyEvent *event)
 
void MoveToThread (QThread *thread)
 
- Public Member Functions inherited from StorageUser
virtual ~StorageUser ()=default
 

Private Slots

void slotSave (void)
 
void slotResetDB (void) const
 
static void slotDoResetDB (bool ok)
 

Private Member Functions

 Q_DECLARE_TR_FUNCTIONS (GeneralSettings)
 

Private Attributes

MythUITextEditm_musicAudioDevice {nullptr}
 
MythUICheckBoxm_musicDefaultUpmix {nullptr}
 
MythUITextEditm_musicCDDevice {nullptr}
 
MythUITextEditm_nonID3FileNameFormat {nullptr}
 
MythUICheckBoxm_ignoreID3Tags {nullptr}
 
MythUICheckBoxm_allowTagWriting {nullptr}
 
MythUIButtonm_resetDBButton {nullptr}
 
MythUIButtonm_saveButton {nullptr}
 
MythUIButtonm_cancelButton {nullptr}
 

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 *)
 
- 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)
 
- 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 134 of file globalsettings.h.

Constructor & Destructor Documentation

◆ GeneralSettings() [1/2]

GeneralSettings::GeneralSettings ( )

Definition at line 4590 of file globalsettings.cpp.

◆ GeneralSettings() [2/2]

GeneralSettings::GeneralSettings ( MythScreenStack parent,
const char *  name = nullptr 
)
inlineexplicit

Definition at line 16 of file generalsettings.h.

◆ ~GeneralSettings()

GeneralSettings::~GeneralSettings ( )
overridedefault

Member Function Documentation

◆ Q_DECLARE_TR_FUNCTIONS()

GeneralSettings::Q_DECLARE_TR_FUNCTIONS ( GeneralSettings  )
private

◆ Create()

bool GeneralSettings::Create ( void  )
override

Definition at line 14 of file generalsettings.cpp.

◆ slotSave

void GeneralSettings::slotSave ( void  )
privateslot

Definition at line 153 of file generalsettings.cpp.

Referenced by Create().

◆ slotResetDB

void GeneralSettings::slotResetDB ( void  ) const
privateslot

Definition at line 100 of file generalsettings.cpp.

Referenced by Create().

◆ slotDoResetDB

void GeneralSettings::slotDoResetDB ( bool  ok)
staticprivateslot

Definition at line 106 of file generalsettings.cpp.

Referenced by slotResetDB().

Member Data Documentation

◆ m_musicAudioDevice

MythUITextEdit* GeneralSettings::m_musicAudioDevice {nullptr}
private

Definition at line 23 of file generalsettings.h.

Referenced by Create(), and slotSave().

◆ m_musicDefaultUpmix

MythUICheckBox* GeneralSettings::m_musicDefaultUpmix {nullptr}
private

Definition at line 24 of file generalsettings.h.

Referenced by Create(), and slotSave().

◆ m_musicCDDevice

MythUITextEdit* GeneralSettings::m_musicCDDevice {nullptr}
private

Definition at line 25 of file generalsettings.h.

Referenced by Create(), and slotSave().

◆ m_nonID3FileNameFormat

MythUITextEdit* GeneralSettings::m_nonID3FileNameFormat {nullptr}
private

Definition at line 26 of file generalsettings.h.

Referenced by Create(), and slotSave().

◆ m_ignoreID3Tags

MythUICheckBox* GeneralSettings::m_ignoreID3Tags {nullptr}
private

Definition at line 27 of file generalsettings.h.

Referenced by Create(), and slotSave().

◆ m_allowTagWriting

MythUICheckBox* GeneralSettings::m_allowTagWriting {nullptr}
private

Definition at line 28 of file generalsettings.h.

Referenced by Create(), and slotSave().

◆ m_resetDBButton

MythUIButton* GeneralSettings::m_resetDBButton {nullptr}
private

Definition at line 29 of file generalsettings.h.

Referenced by Create().

◆ m_saveButton

MythUIButton* GeneralSettings::m_saveButton {nullptr}
private

Definition at line 30 of file generalsettings.h.

Referenced by Create().

◆ m_cancelButton

MythUIButton* GeneralSettings::m_cancelButton {nullptr}
private

Definition at line 31 of file generalsettings.h.

Referenced by Create().


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