![]() |
Sayonara Player
|
The LibraryItem class. More...
#include <LibraryItem.h>
Public Member Functions | |
LibraryItem (const LibraryItem &other) | |
LibraryItem (LibraryItem &&other) noexcept | |
LibraryItem & | operator= (const LibraryItem &other) |
LibraryItem & | operator= (LibraryItem &&other) noexcept |
void | add_custom_field (const CustomField &field) |
void | add_custom_field (const QString &id, const QString &display_name, const QString &value) |
void | replace_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 |
QStringList | cover_download_urls () const |
void | set_cover_download_urls (const QStringList &url) |
DbId | db_id () const |
void | set_db_id (DbId id) |
virtual void | print () const |
Static Protected Member Functions | |
static QHash< HashValue, QString > & | album_pool () |
static QHash< HashValue, QString > & | artist_pool () |
The LibraryItem class.