![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
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 |
| 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" | |||
| ) |
| Q_DECLARE_INTERFACE | ( | Media::IPendingAlbumArt | , |
| "org.LeechCraft.Media.IPendingAlbumArt/1.0" | |||
| ) |
| Q_DECLARE_METATYPE | ( | Media::AlbumInfo | ) |