22 #ifndef ALBUMCOVERVIEW_H 23 #define ALBUMCOVERVIEW_H 25 #include "Utils/Pimpl.h" 26 #include "Utils/Library/Sortorder.h" 28 #include "Gui/Utils/Widgets/Widget.h" 29 #include "Gui/Utils/GuiClass.h" 53 void sigDeleteClicked();
54 void sigReloadClicked();
61 bool isInitialized()
const;
64 void clearSelections()
const;
67 void initSortingActions();
68 void initZoomActions();
70 void languageChanged()
override;
74 void sortorderChanged();
75 void showArtistChanged();
78 void comboSortingChanged(
int idx);
79 void comboZoomChanged(
int idx);
81 void showArtistTriggered(
bool b);
83 void showUtilsChanged();
87 #endif // ALBUMCOVERVIEW_H SortOrder
The SortOrder enum.
Definition: Sortorder.h:31
The GUI_CoverView class.
Definition: GUI_CoverView.h:45
Definition: AbstractLibrary.h:41
Definition: LocalLibrary.h:35
A set structure. Inherited from std::set with some useful methods. For integer and String this set is...
Definition: Set.h:35
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:30