#include <editmetadata.h>
Definition at line 137 of file mythmusic/mythmusic/editmetadata.h.
| EditAlbumartDialog::EditAlbumartDialog | ( | MythScreenStack * | parent | ) |
Definition at line 846 of file mythmusic/mythmusic/editmetadata.cpp.
| EditAlbumartDialog::~EditAlbumartDialog | ( | ) |
Definition at line 855 of file mythmusic/mythmusic/editmetadata.cpp.
| bool EditAlbumartDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 878 of file mythmusic/mythmusic/editmetadata.cpp.
Referenced by EditMetadataDialog::switchToAlbumArt().
| bool EditAlbumartDialog::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from EditMetadataCommon.
Definition at line 951 of file mythmusic/mythmusic/editmetadata.cpp.
| void EditAlbumartDialog::customEvent | ( | QEvent * | event | ) | [virtual] |
Reimplemented from MythUIType.
Definition at line 1095 of file mythmusic/mythmusic/editmetadata.cpp.
| void EditAlbumartDialog::metadataChanged | ( | void | ) | [signal] |
Reimplemented from EditMetadataCommon.
| void EditAlbumartDialog::switchToMetadata | ( | void | ) | [protected, slot] |
Definition at line 981 of file mythmusic/mythmusic/editmetadata.cpp.
Referenced by Create(), and customEvent().
| void EditAlbumartDialog::showMenu | ( | void | ) | [protected, slot] |
Definition at line 1039 of file mythmusic/mythmusic/editmetadata.cpp.
Referenced by keyPressEvent().
| void EditAlbumartDialog::showTypeMenu | ( | bool | changeType = true |
) | [protected, slot] |
Definition at line 998 of file mythmusic/mythmusic/editmetadata.cpp.
Referenced by customEvent(), and keyPressEvent().
| void EditAlbumartDialog::gridItemChanged | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 910 of file mythmusic/mythmusic/editmetadata.cpp.
Referenced by Create(), and customEvent().
| void EditAlbumartDialog::rescanForImages | ( | void | ) | [protected, slot] |
search the tracks tag and the tracks directory for images
Definition at line 1233 of file mythmusic/mythmusic/editmetadata.cpp.
Referenced by customEvent(), doCopyImageToTag(), and doRemoveImageFromTag().
| void EditAlbumartDialog::doRemoveImageFromTag | ( | bool | doIt | ) | [protected, slot] |
Definition at line 1300 of file mythmusic/mythmusic/editmetadata.cpp.
Referenced by removeSelectedImageFromTag().
| void EditAlbumartDialog::updateImageGrid | ( | void | ) | [private] |
Definition at line 933 of file mythmusic/mythmusic/editmetadata.cpp.
Referenced by Create(), and rescanForImages().
| void EditAlbumartDialog::copySelectedImageToTag | ( | void | ) | [private] |
Definition at line 1275 of file mythmusic/mythmusic/editmetadata.cpp.
Referenced by customEvent().
| void EditAlbumartDialog::removeSelectedImageFromTag | ( | void | ) | [private] |
Definition at line 1286 of file mythmusic/mythmusic/editmetadata.cpp.
Referenced by customEvent().
| void EditAlbumartDialog::startCopyImageToTag | ( | void | ) | [private] |
Definition at line 1244 of file mythmusic/mythmusic/editmetadata.cpp.
Referenced by customEvent().
| void EditAlbumartDialog::copyImageToTag | ( | ImageType | imageType | ) | [private] |
Definition at line 1266 of file mythmusic/mythmusic/editmetadata.cpp.
Referenced by customEvent().
| void EditAlbumartDialog::doCopyImageToTag | ( | const AlbumArtImage * | image | ) | [private] |
Definition at line 1331 of file mythmusic/mythmusic/editmetadata.cpp.
Referenced by copyImageToTag(), and copySelectedImageToTag().
| void EditAlbumartDialog::removeCachedImage | ( | const AlbumArtImage * | image | ) | [private] |
Definition at line 1352 of file mythmusic/mythmusic/editmetadata.cpp.
Referenced by doCopyImageToTag(), and doRemoveImageFromTag().
QString EditAlbumartDialog::m_imageFilename [private] |
Definition at line 172 of file mythmusic/mythmusic/editmetadata.h.
Referenced by copyImageToTag(), customEvent(), and showTypeMenu().
AlbumArtImages* EditAlbumartDialog::m_albumArt [private] |
Definition at line 173 of file mythmusic/mythmusic/editmetadata.h.
Referenced by customEvent(), EditAlbumartDialog(), rescanForImages(), showTypeMenu(), updateImageGrid(), and ~EditAlbumartDialog().
bool EditAlbumartDialog::m_albumArtChanged [private] |
Definition at line 174 of file mythmusic/mythmusic/editmetadata.h.
Referenced by customEvent(), EditAlbumartDialog(), rescanForImages(), and ~EditAlbumartDialog().
MythUIButton* EditAlbumartDialog::m_metadataButton [private] |
Definition at line 179 of file mythmusic/mythmusic/editmetadata.h.
Referenced by Create().
MythUIButton* EditAlbumartDialog::m_doneButton [private] |
Reimplemented from EditMetadataCommon.
Definition at line 180 of file mythmusic/mythmusic/editmetadata.h.
MythUIImage* EditAlbumartDialog::m_coverartImage [private] |
Definition at line 182 of file mythmusic/mythmusic/editmetadata.h.
Referenced by Create(), and gridItemChanged().
Definition at line 183 of file mythmusic/mythmusic/editmetadata.h.
Referenced by copySelectedImageToTag(), Create(), customEvent(), doRemoveImageFromTag(), removeSelectedImageFromTag(), showMenu(), showTypeMenu(), and updateImageGrid().
MythUIText* EditAlbumartDialog::m_imagetypeText [private] |
Definition at line 184 of file mythmusic/mythmusic/editmetadata.h.
Referenced by Create(), and gridItemChanged().
Definition at line 185 of file mythmusic/mythmusic/editmetadata.h.
Referenced by Create(), and gridItemChanged().
1.6.3