![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
#include <QtPlugin>
#include <QUrl>
#include <QString>
#include <QList>
#include <QSize>
Go to the source code of this file.
Classes | |
struct | LC::ImageServiceInfo |
Describes a single image hosting service (including account). More... | |
struct | LC::RemoteImageInfo |
Describes a remote image. More... | |
class | IPendingImgSourceRequest |
Pending image request proxy object. More... | |
class | IImgSource |
Interface for remote image storage plugins. More... | |
Namespaces | |
LC | |
Typedefs | |
typedef QList< ImageServiceInfo > | LC::ImageServiceInfos_t |
The list of image storage service descriptions. More... | |
typedef QList< RemoteImageInfo > | LC::RemoteImageInfos_t |
A list of remote images. More... | |