24#ifndef SOUNDCLOUD_LIBRARY_CONTAINER
25#define SOUNDCLOUD_LIBRARY_CONTAINER
28#include "Gui/Library/LibraryContainer.h"
51 QString
name()
const override;
56 QIcon
icon()
const override;
Definition: LibraryPlaylistInteractor.h:27
Definition: LibraryContainer.h:40
Definition: GUI_SoundcloudLibrary.h:38
Definition: SoundcloudLibraryContainer.h:38
QMenu * menu() override
return actions menu (may be nullptr). The title does not have to be set
QString name() const override
Should return an untranslated name used for identifying this widget.
QString displayName() const override
Should return the translated name displayed in the library view combobox.
QFrame * header() const override
this is a frame at the top left of the container where the combo box will be located
void initUi() override
Should initialize the ui. The ui constructor should be called within this function.
QIcon icon() const override
Every library should show a icon in the combo box.
QWidget * widget() const override
Should return the UI for the library view.