The Artist class.
More...
#include <Artist.h>
|
| Artist (const Artist &other) |
|
| Artist (Artist &&other) noexcept |
|
Artist & | operator= (const Artist &other) |
|
Artist & | operator= (Artist &&other) noexcept |
|
QString | name () const |
|
void | setName (const QString &name) |
|
void | print () const |
|
uint16_t | albumcount () const |
|
void | setAlbumcount (const uint16_t &value) |
|
uint16_t | songcount () const |
|
void | setSongcount (const uint16_t &value) |
|
ArtistId | id () const |
|
void | setId (const ArtistId &value) |
|
void | addCustomField (const CustomField &field) |
|
void | addCustomField (const QString &id, const QString &displayName, const QString &value) |
|
void | replaceCustomField (const QString &id, const QString &displayName, const QString &value) |
|
const CustomFieldList & | customFields () const |
|
QString | customField (const QString &id) const |
|
QString | customField (int idx) const |
|
QStringList | coverDownloadUrls () const |
|
void | setCoverDownloadUrls (const QStringList &url) |
|
DbId | databaseId () const |
|
void | setDatabaseId (DbId id) |
|
UniqueId | uniqueId () const |
|
|
static bool | fromVariant (const QVariant &v, Artist &a) |
|
static QVariant | toVariant (const Artist &a) |
|
|
static QHash< HashValue, QString > & | albumPool () |
|
static QHash< HashValue, QString > & | artistPool () |
|