Sayonara Player
Public Types | Public Member Functions | List of all members
DB::Library Class Reference
Inheritance diagram for DB::Library:
DB::Module

Public Types

using LibraryInfo = ::Library::Info
 

Public Member Functions

 Library (const QString &connection_name, DbId db_id)
 
QList< LibraryInfoget_all_libraries ()
 
bool insert_library (LibraryId library_id, const QString &library_name, const QString &library_path, int index)
 
bool edit_library (LibraryId library_id, const QString &new_name, const QString &new_path)
 
bool remove_library (LibraryId library_id)
 
bool reorder_libraries (const QMap< LibraryId, int > &order)
 
virtual void drop_indexes ()
 
virtual void create_indexes ()
 
virtual void add_album_artists ()