LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
Media::ArtistImage Struct Reference

Describes a single artist photo. More...

#include "iartistbiofetcher.h"

Public Member Functions

bool operator== (const ArtistImage &) const =default
 
bool operator!= (const ArtistImage &) const =default
 

Public Attributes

QString Title_
 The title of the image. More...
 
QString Author_
 The author if the image. More...
 
QDateTime Date_
 The date and time the image was taken. More...
 
QUrl Thumb_
 URL of the thumbnail version of the image. More...
 
QUrl Full_
 URL of the full version of the image. More...
 

Detailed Description

Describes a single artist photo.

Definition at line 24 of file iartistbiofetcher.h.

Member Function Documentation

◆ operator!=()

bool Media::ArtistImage::operator!= ( const ArtistImage ) const
default

◆ operator==()

bool Media::ArtistImage::operator== ( const ArtistImage ) const
default

Member Data Documentation

◆ Author_

QString Media::ArtistImage::Author_

The author if the image.

Definition at line 32 of file iartistbiofetcher.h.

◆ Date_

QDateTime Media::ArtistImage::Date_

The date and time the image was taken.

Definition at line 36 of file iartistbiofetcher.h.

◆ Full_

QUrl Media::ArtistImage::Full_

URL of the full version of the image.

Definition at line 44 of file iartistbiofetcher.h.

◆ Thumb_

QUrl Media::ArtistImage::Thumb_

URL of the thumbnail version of the image.

Definition at line 40 of file iartistbiofetcher.h.

◆ Title_

QString Media::ArtistImage::Title_

The title of the image.

Definition at line 28 of file iartistbiofetcher.h.


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