21 #ifndef GUI_SOUNDCLOUDARTISTSEARCH_H 22 #define GUI_SOUNDCLOUDARTISTSEARCH_H 24 #include "Utils/Pimpl.h" 25 #include "GUI/Utils/Widgets/Dialog.h" 31 UI_FWD(GUI_SoundcloudArtistSearch)
41 UI_CLASS(GUI_SoundcloudArtistSearch)
49 void search_clicked();
54 void artists_fetched(
const ArtistList& artists);
55 void artists_ext_fetched(
const ArtistList& artists);
56 void albums_fetched(
const AlbumList& albums);
59 void artist_selected(
int idx);
62 void set_tracks_label(
int n_tracks);
63 void set_playlist_label(
int n_playlists);
64 void language_changed()
override;
67 #endif // GUI_SOUNDCLOUDARTISTSEARCH_H Definition: GUI_SoundcloudArtistSearch.h:37
The AlbumList class.
Definition: Album.h:85
Definition: SoundcloudLibrary.h:37
Dialog with Settings connection. Also contains triggers for language_changed() and skin_changed()...
Definition: Dialog.h:34
ArtistList.
Definition: Artist.h:69
Definition: SoundcloudLibraryContainer.h:30
An interface class needed when implementing a library plugin.
Definition: LibraryManager.h:36