![]() |
Sayonara Player
|
Public Member Functions | |
CoverViewContextMenu (QWidget *parent) | |
CoverViewContextMenu::Entries | get_entries () const override |
get all visible entries More... | |
void | show_actions (CoverViewContextMenu::Entries entries) override |
show a specific amount of Entries More... | |
virtual void | show_action (LibraryContextMenu::Entry entry, bool visible) |
show/hide a specific Entry More... | |
virtual void | show_all () |
show all possible entries | |
QAction * | get_action (LibraryContextMenu::Entry entry) const |
QAction * | get_action_after (LibraryContextMenu::Entry entry) const |
QAction * | add_preference_action (PreferenceAction *action) |
QAction * | before_preference_action () const |
void | set_action_shortcut (LibraryContextMenu::Entry entry, const QString &shortcut) |
void | set_extensions (const ExtensionSet &extensions) |
Protected Member Functions | |
void | showEvent (QShowEvent *e) override |
Protected Attributes | |
Settings * | _settings =nullptr |
|
overridevirtual |
|
virtualinherited |
show/hide a specific Entry
The | entry of interest |
visible |
|
overridevirtual |
show a specific amount of Entries
entries | bitwise combination of Entry |
Reimplemented from LibraryContextMenu.