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,
49 EntryShowYear = EntryShowArtist << 1,
50 EntryShowDuration = EntryShowYear << 1
57 [[nodiscard]] CoverViewContextMenu::Entries entries()
const override;
58 void showActions(CoverViewContextMenu::Entries entries)
override;
62 void initSortingActions();
63 void initZoomActions();
65 void setZoom(
int zoom);
66 void setSorting(Library::AlbumSortorder sortOrder);
69 void actionZoomTriggered(
bool b);
70 void actionSortingTriggered(
bool b);
73 void languageChanged()
override;
74 void showEvent(QShowEvent* e)
override;