21 #ifndef GUI_SOUNDCLOUDLIBRARY_H 22 #define GUI_SOUNDCLOUDLIBRARY_H 24 #include "Gui/Library/GUI_AbstractLibrary.h" 25 #include "Utils/Pimpl.h" 29 UI_FWD(GUI_SoundcloudLibrary)
34 class GUI_ArtistSearch;
40 UI_CLASS(GUI_SoundcloudLibrary)
47 QMenu* get_menu()
const;
48 QFrame* header_frame()
const;
61 void showEvent(QShowEvent *e)
override;
64 void btn_add_clicked();
67 #endif // GUI_SOUNDCLOUDLIBRARY_H The GUI_AbstractLibrary class.
Definition: GUI_AbstractLibrary.h:45
Definition: GUI_SoundcloudLibrary.h:36
TrackDeletionMode
The TrackDeletionMode enum.
Definition: LibraryNamespaces.h:36
Definition: SoundcloudLibrary.h:37
The TableView class.
Definition: TableView.h:36
The searchbar has a special context menu which allows to select the search mode. A special search mod...
Definition: LibrarySearchBar.h:38
Definition: SearchInformation.h:28
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:32
Definition: EngineUtils.h:33