![]() |
Sayonara Player
|
Signals | |
void | sigPathChanged (LibraryId id) |
void | sigAdded (LibraryId id) |
void | sigRenamed (LibraryId id) |
void | sigMoved (LibraryId id, int from, int to) |
void | sigRemoved (LibraryId id) |
Public Member Functions | |
LibraryId | addLibrary (const QString &name, const QString &path) |
bool | renameLibrary (LibraryId id, const QString &name) |
bool | removeLibrary (LibraryId id) |
bool | moveLibrary (int old_row, int new_row) |
bool | changeLibraryPath (LibraryId id, const QString &path) |
QList< Info > | allLibraries () const |
Info | libraryInfo (LibraryId id) const |
Info | libraryInfoByPath (const QString &path) const |
int | count () const |
LocalLibrary * | libraryInstance (LibraryId id) |
Static Public Member Functions | |
static QString | requestLibraryName (const QString &path) |
Friends | |
class | LocalLibrary |