|
| Artist (const Artist &other) |
|
| Artist (Artist &&other) |
|
Artist & | operator= (const Artist &other) |
|
Artist & | operator= (Artist &&other) |
|
const QString & | name () const |
|
void | set_name (const QString &name) |
|
void | print () const |
|
void | add_custom_field (const CustomField &field) |
|
void | add_custom_field (const QString &id, const QString &display_name, const QString &value) |
|
const CustomFieldList & | get_custom_fields () const |
|
QString | get_custom_field (const QString &id) const |
|
QString | get_custom_field (int idx) const |
|
QString | cover_download_url () const |
|
void | set_cover_download_url (const QString &url) |
|
DbId | db_id () const |
|
void | set_db_id (DbId id) |
|