LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::RemoteImageInfo Struct Reference

Describes a remote image. More...

#include "iimgsource.h"

Public Attributes

QUrl Full_
 The link to the full-sized image.
 
QSize FullSize_
 The size of the full-sized image, if known.
 
QUrl Preview_
 The link to the preview version of the image, if applicable.
 
QSize PreviewSize_
 The size of the preview version of the image, if applicable.
 
QUrl Thumb_
 The thumbnail-sized version of the image, if applicable.
 
QSize ThumbSize_
 The size of the thumbnail-sized version of the image, if applicable.
 
QString Title_
 The title of the image, if known.
 

Detailed Description

Describes a remote image.

Definition at line 41 of file iimgsource.h.

Member Data Documentation

◆ Full_

QUrl LC::RemoteImageInfo::Full_

The link to the full-sized image.

Definition at line 45 of file iimgsource.h.

◆ FullSize_

QSize LC::RemoteImageInfo::FullSize_

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

Definition at line 49 of file iimgsource.h.

◆ Preview_

QUrl LC::RemoteImageInfo::Preview_

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

Definition at line 54 of file iimgsource.h.

◆ PreviewSize_

QSize LC::RemoteImageInfo::PreviewSize_

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

Definition at line 59 of file iimgsource.h.

◆ Thumb_

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 67 of file iimgsource.h.

◆ ThumbSize_

QSize LC::RemoteImageInfo::ThumbSize_

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

Definition at line 72 of file iimgsource.h.

◆ Title_

QString LC::RemoteImageInfo::Title_

The title of the image, if known.

Definition at line 76 of file iimgsource.h.


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