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 sig_zoom_changed(
int zoom);
52 EntryShowUtils=(Library::ContextMenu::EntryLast << 1),
53 EntrySorting=(EntryShowUtils << 1),
54 EntryZoom=(EntrySorting << 1),
55 EntryShowArtist=(EntryZoom << 1)
61 CoverViewContextMenu::Entries
get_entries()
const override;
62 void show_actions(CoverViewContextMenu::Entries entries)
override;
65 void showEvent(QShowEvent* e)
override;
68 void language_changed()
override;
71 void init_sorting_actions();
72 void init_zoom_actions();
74 void set_zoom(
int zoom);
78 void action_zoom_triggered(
bool b);
79 void action_sorting_triggered(
bool b);
82 #endif // COVERVIEWCONTEXTMENU_H
SortOrder
The SortOrder enum.
Definition: Sortorder.h:31
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:32