|
|
| Playlist (int playlistIndex, const QString &name, PlayManager *playManager) |
| |
|
int | createPlaylist (const MetaDataList &tracks) |
| |
|
int | currentTrackIndex () const |
| |
|
int | index () const |
| |
|
void | setIndex (int idx) |
| |
|
Mode | mode () const |
| |
|
void | setMode (const Mode &mode) |
| |
|
void | play () |
| |
|
void | stop () |
| |
|
void | fwd () |
| |
|
void | bwd () |
| |
|
void | next () |
| |
|
bool | wakeUp () |
| |
|
bool | isBusy () const |
| |
|
void | setBusy (bool b) |
| |
| const MetaDataList & | tracks () const override |
| |
|
bool | changeTrack (int index, MilliSeconds positionMs=0) |
| |
| bool | wasChanged () const override |
| |
|
void | resetChangedStatus () |
| |
|
void | modifyTracks (Modificator &&modificator, Reason reason, Operation operation) |
| |
|
int | id () const |
| |
|
void | setId (int databaseId) |
| |
|
QString | name () const |
| |
|
void | setName (const QString &name) |
| |
|
bool | isTemporary () const |
| |
|
void | setTemporary (bool b) |
| |
|
bool | isLocked () const |
| |
|
virtual void | setLocked (bool b) |
| |
|
bool | lock () |
| |
|
bool | unlock () |
| |
|
Util::SaveAsAnswer | save () |
| |
|
Util::SaveAsAnswer | saveAs (const QString &newName) |
| |
|
Util::SaveAsAnswer | rename (const QString &newName) |
| |
|
bool | deletePlaylist () |
| |