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