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

A structure describing an artist. More...

#include "audiostructs.h"

+ Collaboration diagram for Media::ArtistInfo:

Public Member Functions

bool operator== (const ArtistInfo &other) const =default
 
bool operator!= (const ArtistInfo &other) const =default
 

Public Attributes

QString Name_
 The artist name. More...
 
QString ShortDesc_
 Short artist description. More...
 
QString FullDesc_
 Full artist description, not including the short description. More...
 
QUrl Image_
 An URL of a thumbnail artist image. More...
 
QUrl LargeImage_
 A bigger artist image. More...
 
QUrl Page_
 An URL to a page describing this artist. More...
 
TagInfos_t Tags_
 Genres this artist plays in. More...
 

Detailed Description

A structure describing an artist.

Definition at line 86 of file audiostructs.h.

Member Function Documentation

◆ operator!=()

bool Media::ArtistInfo::operator!= ( const ArtistInfo other) const
default

◆ operator==()

bool Media::ArtistInfo::operator== ( const ArtistInfo other) const
default

Member Data Documentation

◆ FullDesc_

QString Media::ArtistInfo::FullDesc_

Full artist description, not including the short description.

Definition at line 98 of file audiostructs.h.

◆ Image_

QUrl Media::ArtistInfo::Image_

An URL of a thumbnail artist image.

Definition at line 102 of file audiostructs.h.

◆ LargeImage_

QUrl Media::ArtistInfo::LargeImage_

A bigger artist image.

Definition at line 106 of file audiostructs.h.

◆ Name_

QString Media::ArtistInfo::Name_

The artist name.

Definition at line 90 of file audiostructs.h.

◆ Page_

QUrl Media::ArtistInfo::Page_

An URL to a page describing this artist.

Generally this should be set to the artist page on some service this ArtistInfo is fetched from, not to the artist's own web site. For example, a Last.FM client would set this to "http://www.last.fm/music/Fellsilent" for Fellsilent band.

Definition at line 116 of file audiostructs.h.

◆ ShortDesc_

QString Media::ArtistInfo::ShortDesc_

Short artist description.

Definition at line 94 of file audiostructs.h.

◆ Tags_

TagInfos_t Media::ArtistInfo::Tags_

Genres this artist plays in.

Definition at line 120 of file audiostructs.h.


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