LeechCraft  0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
iimgsource.h File Reference
#include <QtPlugin>
#include <QUrl>
#include <QString>
#include <QList>
#include <QSize>
+ Include dependency graph for iimgsource.h:

Go to the source code of this file.

Classes

struct  LeechCraft::ImageServiceInfo
 Describes a single image hosting service (including account). More...
 
struct  LeechCraft::RemoteImageInfo
 Describes a remote image. More...
 
class  IPendingImgSourceRequest
 Pending image request proxy object. More...
 
class  IImgSource
 Interface for remote image storage plugins. More...
 

Namespaces

 LeechCraft
 

Typedefs

typedef QList< ImageServiceInfo > LeechCraft::ImageServiceInfos_t
 The list of image storage service descriptions. More...
 
typedef QList< RemoteImageInfo > LeechCraft::RemoteImageInfos_t
 A list of remote images. More...
 

Functions

 Q_DECLARE_INTERFACE (IPendingImgSourceRequest,"org.Deviant.LeechCraft.IPendingImgSourceRequest/1.0")
 
 Q_DECLARE_INTERFACE (IImgSource,"org.Deviant.LeechCraft.IImgSource/1.0")
 

Function Documentation

Q_DECLARE_INTERFACE ( IPendingImgSourceRequest  ,
"org.Deviant.LeechCraft.IPendingImgSourceRequest/1.0"   
)

Referenced by IImgSource::~IImgSource().

+ Here is the caller graph for this function:

Q_DECLARE_INTERFACE ( IImgSource  ,
"org.Deviant.LeechCraft.IImgSource/1.0"   
)