21 #ifndef SOUNDCLOUDDATAFETCHER_H 22 #define SOUNDCLOUDDATAFETCHER_H 25 #include "Utils/Pimpl.h" 39 void sig_ext_artists_fetched(
const ArtistList& artists);
40 void sig_artists_fetched(
const ArtistList& artists);
41 void sig_playlists_fetched(
const AlbumList& albums);
48 void search_artists(
const QString& artist_name);
49 void get_artist(
int artist_id);
50 void get_tracks_by_artist(
int artist_id);
55 void artists_fetched();
56 void playlist_tracks_fetched();
57 void tracks_fetched();
61 #endif // SOUNDCLOUDDataFetcher_H
The AlbumList class.
Definition: Album.h:89
Definition: SoundcloudDataFetcher.h:33
ArtistList.
Definition: Artist.h:70
Definition: SearchInformation.h:28