#include <importsettings.h>
Public Member Functions | |
| ImportSettings (MythScreenStack *parent, const char *name=0) | |
| ~ImportSettings () | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *) |
| Key event handler. | |
Private Slots | |
| void | slotSave (void) |
Private Attributes | |
| MythUIButtonList * | m_paranoiaLevel |
| MythUITextEdit * | m_filenameTemplate |
| MythUICheckBox * | m_noWhitespace |
| MythUITextEdit * | m_postCDRipScript |
| MythUICheckBox * | m_ejectCD |
| MythUIButtonList * | m_encoderType |
| MythUIButtonList * | m_defaultRipQuality |
| MythUICheckBox * | m_mp3UseVBR |
| MythUIButton * | m_saveButton |
| MythUIButton * | m_cancelButton |
Definition at line 11 of file importsettings.h.
| ImportSettings::ImportSettings | ( | MythScreenStack * | parent, | |
| const char * | name = 0 | |||
| ) |
Definition at line 9 of file importsettings.cpp.
| ImportSettings::~ImportSettings | ( | ) |
Definition at line 24 of file importsettings.cpp.
| bool ImportSettings::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 29 of file importsettings.cpp.
Referenced by MusicCallback().
| bool ImportSettings::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 116 of file importsettings.cpp.
| void ImportSettings::slotSave | ( | void | ) | [private, slot] |
Definition at line 129 of file importsettings.cpp.
Referenced by Create().
MythUIButtonList* ImportSettings::m_paranoiaLevel [private] |
Definition at line 22 of file importsettings.h.
Referenced by Create(), and slotSave().
MythUITextEdit* ImportSettings::m_filenameTemplate [private] |
Definition at line 23 of file importsettings.h.
Referenced by Create(), and slotSave().
MythUICheckBox* ImportSettings::m_noWhitespace [private] |
Definition at line 24 of file importsettings.h.
Referenced by Create(), and slotSave().
MythUITextEdit* ImportSettings::m_postCDRipScript [private] |
Definition at line 25 of file importsettings.h.
Referenced by Create(), and slotSave().
MythUICheckBox* ImportSettings::m_ejectCD [private] |
Definition at line 26 of file importsettings.h.
Referenced by Create(), and slotSave().
MythUIButtonList* ImportSettings::m_encoderType [private] |
Definition at line 27 of file importsettings.h.
Referenced by Create(), and slotSave().
Definition at line 28 of file importsettings.h.
Referenced by Create(), and slotSave().
MythUICheckBox* ImportSettings::m_mp3UseVBR [private] |
Definition at line 29 of file importsettings.h.
Referenced by Create(), and slotSave().
MythUIButton* ImportSettings::m_saveButton [private] |
Definition at line 30 of file importsettings.h.
Referenced by Create().
MythUIButton* ImportSettings::m_cancelButton [private] |
Definition at line 31 of file importsettings.h.
Referenced by Create().
1.6.3