21#ifndef GUI_SOUNDCLOUDARTISTSEARCH_H
22#define GUI_SOUNDCLOUDARTISTSEARCH_H
24#include "Utils/Pimpl.h"
25#include "Gui/Utils/Widgets/Dialog.h"
40UI_FWD(GUI_SoundcloudArtistSearch)
50 UI_CLASS_SHARED_PTR(GUI_SoundcloudArtistSearch)
62 void artistsFetched(
const ArtistList& artists);
63 void artistsExtFetched(
const ArtistList& artists);
64 void albumsFetched(
const AlbumList& albums);
67 void artistSelected(
int idx);
69 void lineEditFocusEvent(QEvent::Type type);
72 void initUserInterface();
73 void setTrackCountLabel(
int trackCount);
74 void setPlaylistCountLabel(
int playlistCount);
75 void startCoverLookup(
const Cover::Location& location, QListWidget* targetView,
int affectedRow);
78 void languageChanged()
override;
79 void skinChanged()
override;
Definition CoverLocation.h:39
Dialog with Settings connection. Also contains triggers for language_changed() and skin_changed()....
Definition Dialog.h:37
Definition GUI_SoundcloudArtistSearch.h:48
Definition SoundcloudLibrary.h:38