#include <globalsettings.h>
Public Member Functions | |
| GeneralSettings () | |
| GeneralSettings (MythScreenStack *parent, const char *name=0) | |
| ~GeneralSettings () | |
| bool | Create (void) |
Private Slots | |
| void | slotSave (void) |
Private Attributes | |
| MythUITextEdit * | m_musicLocation |
| MythUITextEdit * | m_musicAudioDevice |
| MythUICheckBox * | m_musicDefaultUpmix |
| MythUITextEdit * | m_musicCDDevice |
| MythUITextEdit * | m_nonID3FileNameFormat |
| MythUICheckBox * | m_ignoreID3Tags |
| MythUIButtonList * | m_tagEncoding |
| MythUICheckBox * | m_allowTagWriting |
| MythUIButton * | m_saveButton |
| MythUIButton * | m_cancelButton |
Definition at line 27 of file globalsettings.h.
| GeneralSettings::GeneralSettings | ( | ) |
Definition at line 3384 of file globalsettings.cpp.
| GeneralSettings::GeneralSettings | ( | MythScreenStack * | parent, | |
| const char * | name = 0 | |||
| ) |
Definition at line 10 of file generalsettings.cpp.
| GeneralSettings::~GeneralSettings | ( | ) |
Definition at line 20 of file generalsettings.cpp.
| bool GeneralSettings::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 25 of file generalsettings.cpp.
Referenced by MusicCallback().
| void GeneralSettings::slotSave | ( | void | ) | [private, slot] |
Definition at line 114 of file generalsettings.cpp.
Referenced by Create().
MythUITextEdit* GeneralSettings::m_musicLocation [private] |
Definition at line 23 of file generalsettings.h.
Referenced by Create(), and slotSave().
Definition at line 24 of file generalsettings.h.
Referenced by Create(), and slotSave().
Definition at line 25 of file generalsettings.h.
Referenced by Create(), and slotSave().
MythUITextEdit* GeneralSettings::m_musicCDDevice [private] |
Definition at line 26 of file generalsettings.h.
Referenced by Create(), and slotSave().
Definition at line 27 of file generalsettings.h.
Referenced by Create(), and slotSave().
MythUICheckBox* GeneralSettings::m_ignoreID3Tags [private] |
Definition at line 28 of file generalsettings.h.
Referenced by Create(), and slotSave().
MythUIButtonList* GeneralSettings::m_tagEncoding [private] |
Definition at line 29 of file generalsettings.h.
Referenced by Create(), and slotSave().
MythUICheckBox* GeneralSettings::m_allowTagWriting [private] |
Definition at line 30 of file generalsettings.h.
Referenced by Create(), and slotSave().
MythUIButton* GeneralSettings::m_saveButton [private] |
Definition at line 31 of file generalsettings.h.
Referenced by Create().
MythUIButton* GeneralSettings::m_cancelButton [private] |
Definition at line 32 of file generalsettings.h.
Referenced by Create().
1.6.3