The PlaylistManager class is used to Create/Read/Update/Delete playlists in SQLite DB.
More...
#include <playlistmanager.h>
The PlaylistManager class is used to Create/Read/Update/Delete playlists in SQLite DB.
- Author
- Matthieu Bachelier
- Copyright
- GNU General Public License v3
PlaylistManager::PlaylistManager |
( |
TabPlaylist * |
parent | ) |
|
|
explicit |
void PlaylistManager::aboutToRemovePlaylist |
( |
int |
| ) |
|
|
signal |
bool PlaylistManager::deletePlaylist |
( |
uint |
playlistId | ) |
|
|
slot |
void PlaylistManager::saveAndRemovePlaylist |
( |
Playlist * |
p, |
|
|
int |
index, |
|
|
bool |
isOverwriting = false |
|
) |
| |
|
slot |
uint PlaylistManager::savePlaylist |
( |
Playlist * |
p, |
|
|
bool |
isOverwriting, |
|
|
bool |
isExiting |
|
) |
| |
|
slot |
The documentation for this class was generated from the following files: