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 | |
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 |
Static Public Member Functions | |
static QString | requestLibraryName (const QString &path) |
Friends | |
class | LocalLibrary |
Implements LibraryInfoAccessor.
|
overridevirtual |
Implements LibraryInfoAccessor.
|
overridevirtual |
Implements LibraryInfoAccessor.
|
overridevirtual |
Implements LibraryInfoAccessor.
|
overridevirtual |
Implements LibraryInfoAccessor.