|
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) |
| bool | isLocked () const |
| void | setLocked (bool locked) |
| MetaDataList | tracks () const |
| void | setTracks (const MetaDataList &tracks) |
| void | setTracks (MetaDataList &&tracks) |