![]() |
LeechCraft
0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
|
#include <QString>
#include <QList>
#include <QImage>
#include <QHash>
#include <QMetaType>
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 to AlbumInfo structures. More... | |
uint | Media::qHash (const AlbumInfo &info) |
A hash function for AlbumInfo to use it in QHash. More... | |
Q_DECLARE_METATYPE (Media::AlbumInfo) | |
Q_DECLARE_INTERFACE (Media::IAlbumArtProvider,"org.LeechCraft.Media.IAlbumArtProvider/1.0") | |
Q_DECLARE_INTERFACE (Media::IPendingAlbumArt,"org.LeechCraft.Media.IPendingAlbumArt/1.0") | |
Q_DECLARE_INTERFACE | ( | Media::IAlbumArtProvider | , |
"org.LeechCraft.Media.IAlbumArtProvider/1.0" | |||
) |
Referenced by Media::IAlbumArtProvider::~IAlbumArtProvider().
Q_DECLARE_INTERFACE | ( | Media::IPendingAlbumArt | , |
"org.LeechCraft.Media.IPendingAlbumArt/1.0" | |||
) |
Q_DECLARE_METATYPE | ( | Media::AlbumInfo | ) |
Referenced by Media::IAlbumArtProvider::~IAlbumArtProvider().