23 #ifndef SOMAFMLIBRARY_H 24 #define SOMAFMLIBRARY_H 28 #include "Utils/Pimpl.h" 41 void sigLoadingFinished();
42 void sigLoadingStarted();
45 explicit Library(QObject* parent=
nullptr);
48 Station station(
const QString& name);
49 void createPlaylistFromStation(
int idx);
50 bool createPlaylistFromStreamlist(
int idx);
51 void searchStations();
52 void setStationLoved(
const QString& stationName,
bool loved);
55 void websiteFetched();
56 void playlistContentFetched(
bool success);
57 void stationStreamsFetched(
bool success);
61 #endif // SOMAFMLIBRARY_H
Definition: SomaFMStation.h:40
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:30
Definition: EngineUtils.h:33