![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
Describes a remote image. More...
#include "iimgsource.h"
Public Attributes | |
QUrl | Full_ |
The link to the full-sized image. More... | |
QSize | FullSize_ |
The size of the full-sized image, if known. More... | |
QUrl | Preview_ |
The link to the preview version of the image, if applicable. More... | |
QSize | PreviewSize_ |
The size of the preview version of the image, if applicable. More... | |
QUrl | Thumb_ |
The thumbnail-sized version of the image, if applicable. More... | |
QSize | ThumbSize_ |
The size of the thumbnail-sized version of the image, if applicable. More... | |
QString | Title_ |
The title of the image, if known. More... | |
Describes a remote image.
Definition at line 47 of file iimgsource.h.
QUrl LC::RemoteImageInfo::Full_ |
The link to the full-sized image.
Definition at line 51 of file iimgsource.h.
QSize LC::RemoteImageInfo::FullSize_ |
The size of the full-sized image, if known.
Definition at line 55 of file iimgsource.h.
QUrl LC::RemoteImageInfo::Preview_ |
The link to the preview version of the image, if applicable.
Definition at line 60 of file iimgsource.h.
QSize LC::RemoteImageInfo::PreviewSize_ |
The size of the preview version of the image, if applicable.
Definition at line 65 of file iimgsource.h.
QUrl LC::RemoteImageInfo::Thumb_ |
The thumbnail-sized version of the image, if applicable.
This version should generally be smaller than the preview version.
Definition at line 73 of file iimgsource.h.
QSize LC::RemoteImageInfo::ThumbSize_ |
The size of the thumbnail-sized version of the image, if applicable.
Definition at line 78 of file iimgsource.h.
QString LC::RemoteImageInfo::Title_ |
The title of the image, if known.
Definition at line 82 of file iimgsource.h.