LeechCraft  0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ialbumartprovider.h File Reference
#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 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")
 

Function Documentation

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  )