24#ifndef GUI_SOMAFMLIBRARY_CONTAINER_H
25#define GUI_SOMAFMLIBRARY_CONTAINER_H
28#include "Gui/Library/LibraryContainer.h"
49 QString
name()
const override;
52 QIcon
icon()
const override;
Definition: LibraryContainer.h:40
Definition: GUI_SomaFM.h:42
Definition: SomaFMLibraryContainer.h:37
QString displayName() const override
Should return the translated name displayed in the library view combobox.
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.
QFrame * header() const override
this is a frame at the top left of the container where the combo box will be located
QString name() const override
Should return an untranslated name used for identifying this widget.
QWidget * widget() const override
Should return the UI for the library view.
QMenu * menu() override
return actions menu (may be nullptr). The title does not have to be set
Definition: SomaFMLibrary.h:36
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:31