|
| Manager (LibraryPlaylistInteractor *playlistInteractor) |
|
LibraryId | addLibrary (const QString &name, const QString &path) |
|
bool | renameLibrary (LibraryId id, const QString &newName) |
|
bool | removeLibrary (LibraryId id) |
|
bool | moveLibrary (int old_row, int new_row) |
|
bool | changeLibraryPath (LibraryId id, const QString &newPath) |
|
QList< Info > | allLibraries () const override |
|
Info | libraryInfo (LibraryId id) const override |
|
Info | libraryInfoByPath (const QString &path) const override |
|
int | count () const override |
|
LocalLibrary * | libraryInstance (LibraryId id) override |
|