![]() |
LeechCraft 0.6.70-17335-ge406ffdcaf
Modular cross-platform feature rich live environment.
|
Information about artist biography. More...
#include "iartistbiofetcher.h"
Public Member Functions | |
bool | operator== (const ArtistBio &) const =default |
bool | operator!= (const ArtistBio &) const =default |
Public Attributes | |
ArtistInfo | BasicInfo_ |
Basic information about this artist. | |
QList< ArtistImage > | OtherImages_ |
Other images for this artist. | |
Information about artist biography.
For now this structure only contains basic information about the artist, duplicating ArtistInfo. This may be changed/extended some time in the future, though.
Definition at line 58 of file iartistbiofetcher.h.
|
default |
|
default |
ArtistInfo Media::ArtistBio::BasicInfo_ |
Basic information about this artist.
Definition at line 62 of file iartistbiofetcher.h.
QList<ArtistImage> Media::ArtistBio::OtherImages_ |
Other images for this artist.
This list will typically include posters, concerts photos and similar stuff.
Definition at line 69 of file iartistbiofetcher.h.