![]() |
Miam-Player
0.8.0
A nice music player
|
The PlaylistManager class is used to Create/Read/Update/Delete playlists in SQLite DB. More...
#include <playlistmanager.h>
Public Slots | |
bool | deletePlaylist (uint playlistId) |
uint | savePlaylist (Playlist *p, bool isOverwriting, bool isExiting) |
void | saveAndRemovePlaylist (Playlist *p, int index, bool isOverwriting=false) |
Signals | |
void | aboutToRemovePlaylist (int) |
Public Member Functions | |
PlaylistManager (TabPlaylist *parent) | |
bool | loadPlaylist (Playlist *p, const QFileInfo &fileInfo) |
The PlaylistManager class is used to Create/Read/Update/Delete playlists in SQLite DB.
|
explicit |
|
signal |
|
slot |
bool PlaylistManager::loadPlaylist | ( | Playlist * | p, |
const QFileInfo & | fileInfo | ||
) |
|
slot |
|
slot |