![]() |
Sayonara Player
|
The PlaylistDBInterface class. More...
#include <PlaylistDBInterface.h>
Public Member Functions | |
DBInterface (const QString &name) | |
int | get_id () const |
void | set_id (int db_id) |
QString | get_name () const |
void | set_name (const QString &name) |
bool | is_temporary () const |
void | set_temporary (bool b) |
bool | insert_temporary_into_db () |
Util::SaveAsAnswer | save () |
Util::SaveAsAnswer | save_as (const QString &str, bool force_override) |
Util::SaveAsAnswer | rename (const QString &str) |
bool | delete_playlist () |
bool | remove_from_db () |
virtual MetaDataList | tracks () const =0 |
virtual void | set_changed (bool b)=0 |
virtual bool | was_changed () const =0 |
virtual bool | is_storable () const =0 |
Static Public Member Functions | |
static QString | request_new_db_name (QString prefix) |
The PlaylistDBInterface class.