22 #ifndef ALBUMCOVERVIEW_H 23 #define ALBUMCOVERVIEW_H 27 #include "Utils/Pimpl.h" 28 #include "Utils/Library/Sortorder.h" 30 #include "Gui/Utils/Widgets/Widget.h" 31 #include "Gui/Utils/GuiClass.h" 55 void sig_delete_clicked();
56 void sig_reload_clicked();
63 bool is_initialized()
const;
66 void clear_selections()
const;
69 void init_sorting_actions();
70 void init_zoom_actions();
72 void language_changed()
override;
76 void sortorder_changed();
77 void show_artist_changed();
80 void combo_sorting_changed(
int idx);
81 void combo_zoom_changed(
int idx);
83 void show_artist_triggered(
bool b);
85 void show_utils_changed();
89 #endif // ALBUMCOVERVIEW_H SortOrder
The SortOrder enum.
Definition: Sortorder.h:31
The GUI_CoverView class.
Definition: GUI_CoverView.h:47
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:32