Sayonara Player
|
Public Member Functions | |
CustomPlaylist (const CustomPlaylist &other) | |
CustomPlaylist (CustomPlaylist &&other) noexcept | |
CustomPlaylist & | operator= (const CustomPlaylist &other) |
CustomPlaylist & | operator= (CustomPlaylist &&other) noexcept |
int | id () const |
void | setId (int id) |
QString | name () const |
void | setName (const QString &name) |
bool | isTemporary () const |
void | setTemporary (bool temporary) |
MetaDataList | tracks () const |
void | setTracks (const MetaDataList &tracks) |
void | setTracks (MetaDataList &&tracks) |