21 #ifndef LOCALLIBRARYCONTAINER_H 22 #define LOCALLIBRARYCONTAINER_H 24 #include "Interfaces/LibraryInterface/LibraryContainer/LibraryContainer.h" 25 #include "Utils/Pimpl.h" 43 QString
name()
const override;
45 QWidget*
widget()
const override;
46 QMenu*
menu()
override;
47 QFrame* header()
const override;
48 QPixmap icon()
const override;
52 void set_name(
const QString&
name);
55 #endif // LOCALLIBRARYCONTAINER_H QMenu * menu() override
return actions menu (may be nullptr). The title does not have to be set
Definition: LibraryContainer.h:47
QString display_name() const override
Should return the translated name displayed in the library view combobox.
QString name() const override
Should return an untranslated name used for identifying this widget.
Definition: LibraryInfo.h:30
void init_ui() override
Should initialize the ui. The ui constructor should be called within this function.
QWidget * widget() const override
Should return the UI for the library view.
An interface class needed when implementing a library plugin.
Definition: LibraryManager.h:36
Definition: LocalLibraryContainer.h:32