21#ifndef ALBUMCOVERVIEW_H
22#define ALBUMCOVERVIEW_H
24#include "Utils/Pimpl.h"
25#include "Utils/Library/Sortorder.h"
27#include "Gui/Utils/Widgets/Widget.h"
28#include "Gui/Utils/GuiClass.h"
47 void sigSortorderChanged(SortOrder so);
48 void sigDeleteClicked();
49 void sigReloadClicked();
56 bool isInitialized()
const;
59 void clearSelections()
const;
62 void languageChanged()
override;
63 void showEvent(QShowEvent* e)
override;
67 void sortorderChanged();
68 void showArtistChanged();
71 void comboSortingChanged(
int index);
72 void comboZoomChanged(
int index);
74 void showArtistTriggered(
bool showArtist);
76 void showUtilsChanged();
Definition: AbstractLibrary.h:44
Definition: GUI_CoverView.h:42
Definition: LocalLibrary.h:38
A set structure. Inherited from std::set with some useful methods. For integer and String this set is...
Definition: Set.h:37
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:31