#include <metadata.h>
Definition at line 427 of file mythmusic/mythmusic/metadata.h.
Public Member Functions | |
| AlbumArtImages (Metadata *metadata) | |
| uint | getImageCount () |
| AlbumArtImage | getImage (ImageType type) |
| QString | getTypeName (ImageType type) |
| QStringList | getImageFilenames () |
| QPtrList< AlbumArtImage > * | getImageList () |
| AlbumArtImage | getImageAt (uint index) |
| bool | isImageAvailable (ImageType type) |
| bool | saveImageType (const int id, ImageType type) |
Static Public Member Functions | |
| static ImageType | guessImageType (const QString &filename) |
Private Member Functions | |
| void | findImages (void) |
Private Attributes | |
| Metadata * | m_parent |
| QPtrList< AlbumArtImage > | m_imageList |
| AlbumArtImages::AlbumArtImages | ( | Metadata * | metadata | ) |
Definition at line 1537 of file mythmusic/mythmusic/metadata.cpp.
| uint AlbumArtImages::getImageCount | ( | ) | [inline] |
Definition at line 434 of file mythmusic/mythmusic/metadata.h.
| AlbumArtImage AlbumArtImages::getImage | ( | ImageType | type | ) |
Definition at line 1596 of file mythmusic/mythmusic/metadata.cpp.
Referenced by Metadata::getAlbumArt().
| QString AlbumArtImages::getTypeName | ( | ImageType | type | ) |
Definition at line 1653 of file mythmusic/mythmusic/metadata.cpp.
Referenced by findImages(), and EditMetadataDialog::showMenu().
| QStringList AlbumArtImages::getImageFilenames | ( | ) |
Definition at line 1610 of file mythmusic/mythmusic/metadata.cpp.
| QPtrList<AlbumArtImage>* AlbumArtImages::getImageList | ( | ) | [inline] |
Definition at line 438 of file mythmusic/mythmusic/metadata.h.
Referenced by EditMetadataDialog::updateImageGrid().
| AlbumArtImage AlbumArtImages::getImageAt | ( | uint | index | ) |
Definition at line 1624 of file mythmusic/mythmusic/metadata.cpp.
Definition at line 1629 of file mythmusic/mythmusic/metadata.cpp.
Referenced by Metadata::getAlbumArt().
Definition at line 1643 of file mythmusic/mythmusic/metadata.cpp.
Referenced by EditMetadataDialog::showMenu().
| ImageType AlbumArtImages::guessImageType | ( | const QString & | filename | ) | [static] |
Definition at line 1668 of file mythmusic/mythmusic/metadata.cpp.
Referenced by FileScanner::AddFileToDB(), and UpgradeMusicDatabaseSchema().
| void AlbumArtImages::findImages | ( | void | ) | [private] |
Metadata* AlbumArtImages::m_parent [private] |
QPtrList<AlbumArtImage> AlbumArtImages::m_imageList [private] |
Definition at line 451 of file mythmusic/mythmusic/metadata.h.
Referenced by AlbumArtImages(), findImages(), getImage(), getImageAt(), getImageCount(), getImageFilenames(), getImageList(), and isImageAvailable().
1.5.5