23#ifndef SOMAFMLIBRARY_H
24#define SOMAFMLIBRARY_H
28#include "Utils/Pimpl.h"
44 void sigLoadingFinished();
45 void sigLoadingStarted();
51 Station station(
const QString& name);
52 void createPlaylistFromStation(
int idx);
53 bool createPlaylistFromStreamlist(
int idx);
54 void searchStations();
55 void setStationLoved(
const QString& stationName,
bool loved);
58 void websiteFetched();
59 void playlistContentFetched(
bool success);
60 void stationStreamsFetched(
bool success);
Definition: PlaylistInterface.h:57
Definition: EngineUtils.h:33
Definition: SomaFMLibrary.h:37
Definition: SomaFMStation.h:41