21 #ifndef COVERVIEWCONTEXTMENU_H
22 #define COVERVIEWCONTEXTMENU_H
24 #include "Gui/Utils/ContextMenu/LibraryContextMenu.h"
25 #include "Utils/Library/Sortorder.h"
26 #include <QStringList>
46 void sigZoomChanged(
int zoom);
52 EntryShowUtils=(Library::ContextMenu::EntryLast << 1),
53 EntrySorting=(EntryShowUtils << 1),
54 EntryZoom=(EntrySorting << 1),
55 EntryShowArtist=(EntryZoom << 1)
61 CoverViewContextMenu::Entries
entries()
const override;
66 void initSortingActions();
67 void initZoomActions();
69 void setZoom(
int zoom);
73 void actionZoomTriggered(
bool b);
74 void actionSortingTriggered(
bool b);
77 void languageChanged()
override;
78 void showEvent(QShowEvent* e)
override;
81 #endif // COVERVIEWCONTEXTMENU_H