126 virtual QObject* GetQObject () = 0;
146 virtual void ready () = 0;
158 virtual void error (
const QString& text) = 0;
QSize PreviewSize_
The size of the preview version of the image, if applicable.
QByteArray ID_
The unique ID of the service (including account ID).
QUrl Preview_
The link to the preview version of the image, if applicable.
QSize ThumbSize_
The size of the thumbnail-sized version of the image, if applicable.
QString Name_
The human-readable name of the service.
QList< ImageServiceInfo > ImageServiceInfos_t
The list of image storage service descriptions.
QString Title_
The title of the image, if known.
QSize FullSize_
The size of the full-sized image, if known.
Describes a single image hosting service (including account).
Interface for remote image storage plugins.
QUrl Thumb_
The thumbnail-sized version of the image, if applicable.
virtual ~IPendingImgSourceRequest()
Describes a remote image.
Q_DECLARE_INTERFACE(IPendingImgSourceRequest,"org.Deviant.LeechCraft.IPendingImgSourceRequest/1.0")
QList< RemoteImageInfo > RemoteImageInfos_t
A list of remote images.
QUrl Full_
The link to the full-sized image.
Pending image request proxy object.