![]() |
LeechCraft
0.6.70-9312-g4cc613a2df
Modular cross-platform feature rich live environment.
|
#include <QString>#include <QList>#include <QImage>#include <QHash>#include <QMetaType>
Include dependency graph for ialbumartprovider.h:Go to the source code of this file.
Classes | |
| struct | Media::AlbumInfo |
| Information about an album used in IAlbumArtProvider. More... | |
| class | Media::IPendingAlbumArt |
| Pending album art search handle. More... | |
| class | Media::IAlbumArtProvider |
| Interface for plugins that can search for album art. More... | |
Namespaces | |
| Media | |
Functions | |
| bool | Media::operator== (const AlbumInfo &a1, const AlbumInfo &a2) |
| Compares two AlbumInfo structures. More... | |
| uint | Media::qHash (const AlbumInfo &info) |
| A hash function for AlbumInfo to use it with QHash. More... | |