39 void sigZoomChanged(
int zoom);
40 void sigSortingChanged(Library::AlbumSortorder sortorder);
45 EntryShowUtils = Library::ContextMenu::EntryLast << 1,
46 EntrySorting = EntryShowUtils << 1,
47 EntryZoom = EntrySorting << 1,
48 EntryShowArtist = EntryZoom << 1
54 [[nodiscard]] CoverViewContextMenu::Entries entries()
const override;
55 void showActions(CoverViewContextMenu::Entries entries)
override;
59 void initSortingActions();
60 void initZoomActions();
62 void setZoom(
int zoom);
63 void setSorting(Library::AlbumSortorder sortOrder);
66 void actionZoomTriggered(
bool b);
67 void actionSortingTriggered(
bool b);
70 void languageChanged()
override;
71 void showEvent(QShowEvent* e)
override;