LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
LeechCraft::RemoteImageInfo Struct Reference

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...
 

Detailed Description

Describes a remote image.

Definition at line 62 of file iimgsource.h.

Member Data Documentation

◆ Full_

QUrl LeechCraft::RemoteImageInfo::Full_

The link to the full-sized image.

Definition at line 66 of file iimgsource.h.

◆ FullSize_

QSize LeechCraft::RemoteImageInfo::FullSize_

The size of the full-sized image, if known.

Definition at line 70 of file iimgsource.h.

◆ Preview_

QUrl LeechCraft::RemoteImageInfo::Preview_

The link to the preview version of the image, if applicable.

Definition at line 75 of file iimgsource.h.

◆ PreviewSize_

QSize LeechCraft::RemoteImageInfo::PreviewSize_

The size of the preview version of the image, if applicable.

Definition at line 80 of file iimgsource.h.

◆ Thumb_

QUrl LeechCraft::RemoteImageInfo::Thumb_

The thumbnail-sized version of the image, if applicable.

This version should generally be smaller than the preview version.

Definition at line 88 of file iimgsource.h.

◆ ThumbSize_

QSize LeechCraft::RemoteImageInfo::ThumbSize_

The size of the thumbnail-sized version of the image, if applicable.

Definition at line 93 of file iimgsource.h.

◆ Title_

QString LeechCraft::RemoteImageInfo::Title_

The title of the image, if known.

Definition at line 97 of file iimgsource.h.


The documentation for this struct was generated from the following file: