![]() |
LeechCraft
0.6.70-10870-g558588d6ec
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 | 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... | |