#include <mediaartinfo.h>

Public Member Functions | |
| Artist (const QString &artist, const QString &album=QString()) | |
| Constructs proper Artist art object. | |
| const QString & | artist () const |
| Returns artist's name. | |
| const QString & | album () const |
| Returns album for which we want to get the artist art. | |
Static Public Attributes | |
| static const QString | Type |
| String identifying Media Art of Artist types. | |
This helper class make it easier to build proper MediaArt::Info objects describing artist arts.
This is different from MediaArt;:Album because it is concentrated on the artist, not particular album.
1.5.6