21 #ifndef GUI_SOUNDCLOUDARTISTSEARCH_H 22 #define GUI_SOUNDCLOUDARTISTSEARCH_H 24 #include "Helper/Pimpl.h" 25 #include "GUI/Helper/SayonaraWidget/SayonaraDialog.h" 46 void search_clicked();
51 void artists_fetched(
const ArtistList& artists);
52 void artists_ext_fetched(
const ArtistList& artists);
53 void albums_fetched(
const AlbumList& albums);
56 void artist_selected(
int idx);
58 void language_changed()
override;
64 void set_tracks_label(
int n_tracks);
65 void set_playlist_label(
int n_playlists);
68 #endif // GUI_SOUNDCLOUDARTISTSEARCH_H Definition: SoundcloudLibrary.h:28
Definition: GUI_SoundcloudArtistSearch.h:34
Definition: ui_GUI_SomaFM.h:216
The AlbumList class.
Definition: Album.h:79
ArtistList.
Definition: Artist.h:62
Dialog with Settings connection. Also contains triggers for language_changed() and skin_changed()...
Definition: SayonaraDialog.h:33
Definition: ui_GUI_SoundcloudArtistSearch.h:184