#include <importmusic.h>
Public Slots | |
| void | copyPressed (void) |
| void | prevPressed (void) |
| void | nextPressed (void) |
| void | selectorChanged (void) |
Public Member Functions | |
| ImportCoverArtDialog (MythScreenStack *parent, const QString &sourceDir, Metadata *metadata) | |
| ~ImportCoverArtDialog () | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *) |
| Key event handler. | |
Private Member Functions | |
| void | scanDirectory (void) |
| void | updateStatus (void) |
| void | updateTypeSelector (void) |
Private Attributes | |
| QStringList | m_filelist |
| QString | m_sourceDir |
| Metadata * | m_metadata |
| int | m_currentFile |
| QString | m_saveFilename |
| MythUIText * | m_filenameText |
| MythUIText * | m_currentText |
| MythUIText * | m_statusText |
| MythUIText * | m_destinationText |
| MythUIImage * | m_coverartImage |
| MythUIButtonList * | m_typeList |
| MythUIButton * | m_nextButton |
| MythUIButton * | m_prevButton |
| MythUIButton * | m_copyButton |
| MythUIButton * | m_exitButton |
Definition at line 143 of file importmusic.h.
| ImportCoverArtDialog::ImportCoverArtDialog | ( | MythScreenStack * | parent, | |
| const QString & | sourceDir, | |||
| Metadata * | metadata | |||
| ) |
Definition at line 864 of file importmusic.cpp.
| ImportCoverArtDialog::~ImportCoverArtDialog | ( | ) |
Definition at line 885 of file importmusic.cpp.
| bool ImportCoverArtDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 922 of file importmusic.cpp.
| bool ImportCoverArtDialog::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 890 of file importmusic.cpp.
| void ImportCoverArtDialog::copyPressed | ( | void | ) | [slot] |
Definition at line 986 of file importmusic.cpp.
Referenced by Create().
| void ImportCoverArtDialog::prevPressed | ( | void | ) | [slot] |
Definition at line 1001 of file importmusic.cpp.
Referenced by Create().
| void ImportCoverArtDialog::nextPressed | ( | void | ) | [slot] |
Definition at line 1011 of file importmusic.cpp.
Referenced by Create().
| void ImportCoverArtDialog::selectorChanged | ( | void | ) | [slot] |
Definition at line 981 of file importmusic.cpp.
Referenced by Create().
| void ImportCoverArtDialog::scanDirectory | ( | void | ) | [private] |
Definition at line 1021 of file importmusic.cpp.
Referenced by Create().
| void ImportCoverArtDialog::updateStatus | ( | void | ) | [private] |
Definition at line 1056 of file importmusic.cpp.
Referenced by copyPressed(), nextPressed(), prevPressed(), scanDirectory(), and selectorChanged().
| void ImportCoverArtDialog::updateTypeSelector | ( | void | ) | [private] |
Definition at line 1109 of file importmusic.cpp.
Referenced by nextPressed(), prevPressed(), and scanDirectory().
QStringList ImportCoverArtDialog::m_filelist [private] |
Definition at line 168 of file importmusic.h.
Referenced by copyPressed(), nextPressed(), scanDirectory(), updateStatus(), and updateTypeSelector().
QString ImportCoverArtDialog::m_sourceDir [private] |
Definition at line 169 of file importmusic.h.
Referenced by scanDirectory().
Metadata* ImportCoverArtDialog::m_metadata [private] |
Definition at line 170 of file importmusic.h.
Referenced by updateStatus().
int ImportCoverArtDialog::m_currentFile [private] |
Definition at line 171 of file importmusic.h.
Referenced by copyPressed(), nextPressed(), prevPressed(), scanDirectory(), updateStatus(), and updateTypeSelector().
QString ImportCoverArtDialog::m_saveFilename [private] |
Definition at line 172 of file importmusic.h.
Referenced by copyPressed(), and updateStatus().
MythUIText* ImportCoverArtDialog::m_filenameText [private] |
Definition at line 177 of file importmusic.h.
Referenced by Create(), and updateStatus().
MythUIText* ImportCoverArtDialog::m_currentText [private] |
Definition at line 178 of file importmusic.h.
Referenced by Create(), and updateStatus().
MythUIText* ImportCoverArtDialog::m_statusText [private] |
Definition at line 179 of file importmusic.h.
Referenced by Create(), and updateStatus().
Definition at line 180 of file importmusic.h.
Referenced by Create(), and updateStatus().
MythUIImage* ImportCoverArtDialog::m_coverartImage [private] |
Definition at line 182 of file importmusic.h.
Referenced by Create(), and updateStatus().
MythUIButtonList* ImportCoverArtDialog::m_typeList [private] |
Definition at line 183 of file importmusic.h.
Referenced by Create(), updateStatus(), and updateTypeSelector().
MythUIButton* ImportCoverArtDialog::m_nextButton [private] |
Definition at line 185 of file importmusic.h.
Referenced by Create(), and keyPressEvent().
MythUIButton* ImportCoverArtDialog::m_prevButton [private] |
Definition at line 186 of file importmusic.h.
Referenced by Create(), and keyPressEvent().
MythUIButton* ImportCoverArtDialog::m_copyButton [private] |
Definition at line 187 of file importmusic.h.
Referenced by Create().
MythUIButton* ImportCoverArtDialog::m_exitButton [private] |
Definition at line 188 of file importmusic.h.
Referenced by Create().
1.6.3