21#ifndef LOCALLIBRARYCONTAINER_H
22#define LOCALLIBRARYCONTAINER_H
24#include "Gui/Library/LibraryContainer.h"
25#include "Utils/Pimpl.h"
48 QString
name()
const override;
53 QIcon
icon()
const override;
56 void rename(
const QString& new_name)
override;
Definition: LibraryContainer.h:40
The Info class.
Definition: LibraryInfo.h:38
Definition: LibraryManager.h:40
The LocalLibraryContainer class.
Definition: LocalLibraryContainer.h:39
QFrame * header() const override
this is a frame at the top left of the container where the combo box will be located
QMenu * menu() override
return actions menu (may be nullptr). The title does not have to be set
QIcon icon() const override
Every library should show a icon in the combo box.
bool isLocal() const override
a local library is a library which writes to the library field of the database. This should be false ...
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.
void initUi() override
Should initialize the ui. The ui constructor should be called within this function.
QString displayName() const override
Should return the translated name displayed in the library view combobox.
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:31