23 #ifndef SOMAFMLIBRARY_H 24 #define SOMAFMLIBRARY_H 28 #include "Utils/Pimpl.h" 43 void sig_loading_finished();
44 void sig_loading_started();
47 explicit Library(QObject* parent=
nullptr);
50 Station station(
const QString& name);
51 void create_playlist_from_station(
int idx);
52 bool create_playlist_from_playlist(
int idx);
53 void search_stations();
54 void set_station_loved(
const QString& station_name,
bool loved);
59 void soma_website_fetched();
60 void soma_playlist_content_fetched(
bool success);
61 void soma_station_playlists_fetched(
bool success);
69 #endif // SOMAFMLIBRARY_H
Definition: SomaFMStation.h:40
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:32
Definition: org_mpris_media_player2_adaptor.h:20