21 #ifndef PLAYLISTCHOOSER_H_ 22 #define PLAYLISTCHOOSER_H_ 24 #include "Helper/Playlist/CustomPlaylistFwd.h" 44 void delete_playlist(
int id);
46 void load_single_playlist(
int id);
48 void save_playlist(
int id);
49 void save_playlist(
const QString& playlist_name);
50 void save_playlist_file(
const QString& filename,
bool);
51 void clear_playlist();
52 void playlist_files_selected(
const QStringList& lst);
53 int find_playlist(
const QString& name)
const;
60 void load_all_playlists();
PlaylistDBWrapper is responsible for fetching playlist data from database, especially the handling be...
Definition: PlaylistDBWrapper.h:36
The PlaylistChooser class.
Definition: PlaylistChooser.h:36
Global handler for playlists.
Definition: PlaylistHandler.h:57
The CustomPlaylist class.
Definition: CustomPlaylist.h:31