|
Sayonara Player
|
Context menu with some additional actions compared to Gui::LibraryContextMenu. More...
#include <CoverViewContextMenu.h>
Signals | |
| void | sigZoomChanged (int zoom) |
| void | sigSortingChanged (Library::SortOrder sortorder) |
| void | sigInfoClicked () |
| void | sigEditClicked () |
| void | sigLyricsClicked () |
| void | sigRemoveClicked () |
| void | sigDeleteClicked () |
| void | sigPlayClicked () |
| void | sigPlayNewTabClicked () |
| void | sigPlayNextClicked () |
| void | sigAppendClicked () |
| void | sigRefreshClicked () |
| void | sigClearClicked () |
| void | sigFilterTriggered (const QString &extension, bool b) |
| void | sigReloadClicked () |
Public Member Functions | |
| CoverViewContextMenu (QWidget *parent) | |
| CoverViewContextMenu::Entries | entries () const override |
| get all visible entries More... | |
| void | showActions (CoverViewContextMenu::Entries entries) override |
| show a specific amount of Entries More... | |
| virtual void | showAction (ContextMenu::Entry entry, bool visible) |
| show/hide a specific Entry More... | |
| virtual void | showAll () |
| show all possible entries | |
| QAction * | action (ContextMenu::Entry entry) const |
| QAction * | actionAfter (ContextMenu::Entry entry) const |
| QAction * | addPreferenceAction (Gui::PreferenceAction *action) |
| QAction * | beforePreferenceAction () const |
| void | setActionShortcut (ContextMenu::Entry entry, const QString &shortcut) |
| void | setExtensions (const Gui::ExtensionSet &extensions) |
| void | setSelectionCount (int selectionSount) |
| QKeySequence | shortcut (ContextMenu::Entry entry) const |
Protected Member Functions | |
| void | languageChanged () override |
| void | showEvent (QShowEvent *e) override |
| void | skinChanged () override |
Context menu with some additional actions compared to Gui::LibraryContextMenu.
|
overridevirtual |
|
overrideprotectedvirtual |
Reimplemented from Gui::WidgetTemplateParent.
|
virtualinherited |
show/hide a specific Entry
| The | entry of interest |
| visible |
Reimplemented in SC::ContextMenu.
|
overridevirtual |
show a specific amount of Entries
| entries | bitwise combination of Entry |
Reimplemented from Library::ContextMenu.
|
overrideprotectedvirtual |
Reimplemented from Gui::WidgetTemplate< QMenu >.
|
overrideprotectedvirtualinherited |
Reimplemented from Gui::WidgetTemplateParent.