Go to the source code of this file.
Classes | |
| class | AlbumArtImage |
| class | Metadata |
| class | AllMusic |
| class | MusicData |
| class | AlbumArtImages |
Typedefs | |
| typedef QList< AlbumArtImage * > | AlbumArtList |
| typedef QHash< QString, QString > | MetadataMap |
Enumerations | |
| enum | ImageType { IT_UNKNOWN = 0, IT_FRONTCOVER, IT_BACKCOVER, IT_CD, IT_INLAY, IT_ARTIST, IT_LAST } |
| enum | RepoType { RT_Database = 0, RT_CD = 1, RT_Radio = 2 } |
Functions | |
| bool | operator== (const Metadata &a, const Metadata &b) |
| bool | operator!= (const Metadata &a, const Metadata &b) |
| Q_DECLARE_METATYPE (Metadata *) typedef QList< Metadata * > MetadataPtrList | |
| Q_DECLARE_METATYPE (MetadataPtrList *) class MetadataLoadingThread | |
| Q_DECLARE_METATYPE (AlbumArtImage *) | |
Variables | |
| MPUBLIC MusicData * | gMusicData |
| typedef QList<AlbumArtImage*> AlbumArtList |
Definition at line 58 of file metadata.h.
| typedef QHash<QString,QString> MetadataMap |
Definition at line 59 of file metadata.h.
| enum ImageType |
Definition at line 31 of file metadata.h.
| enum RepoType |
Definition at line 62 of file metadata.h.
Definition at line 37 of file metadata.cpp.
Definition at line 44 of file metadata.cpp.
| Q_DECLARE_METATYPE | ( | Metadata * | ) |
| Q_DECLARE_METATYPE | ( | MetadataPtrList * | ) |
Definition at line 299 of file metadata.h.
| Q_DECLARE_METATYPE | ( | AlbumArtImage * | ) |
| MPUBLIC MusicData* gMusicData |
Definition at line 33 of file metadata.cpp.
Referenced by ImportMusicDialog::addPressed(), Playlist::addTrack(), MusicCommon::createQuickPlaylistsMenu(), MusicPlayer::customEvent(), MusicCommon::customEvent(), Ripper::deleteExistingTrack(), MusicCommon::doUpdatePlaylist(), filenameFromMetadata(), Playlist::fillSongsFromSonglist(), MusicCommon::fromCD(), handleMedia(), loadMusic(), MusicPlayer::loadPlaylist(), mythplugin_destroy(), mythplugin_init(), MusicPlayer::removeTrack(), CDWatcherThread::run(), CDRipperThread::run(), runRipCD(), runScan(), SmartPLResultViewer::setSQL(), showMiniPlayer(), startImport(), startRipper(), ImportCoverArtDialog::updateStatus(), SearchView::updateTracksList(), EditAlbumartDialog::~EditAlbumartDialog(), and MusicCommon::~MusicCommon().
1.6.3