23#ifndef SOMAFMLIBRARY_H
24#define SOMAFMLIBRARY_H
28#include "Utils/Pimpl.h"
47 void sigLoadingFinished();
48 void sigLoadingStarted();
54 Station station(
const QString& name);
55 void createPlaylistFromStation(
int idx);
56 bool createPlaylistFromStreamlist(
int idx);
57 void searchStations();
58 void setStationLoved(
const QString& stationName,
bool loved);
61 void websiteFetched();
62 void playlistContentFetched(
bool success);
63 void stationStreamsFetched(
bool success);
Definition PlaylistInterface.h:59
Definition EngineUtils.h:33
Definition SomaFMLibrary.h:40
Definition SomaFMStation.h:41