![]() |
Sayonara Player
|
Context menu with some additional actions compared to Gui::LibraryContextMenu. More...
#include <CoverViewContextMenu.h>
Signals | |
void | sig_zoom_changed (int zoom) |
void | sig_sorting_changed (Library::SortOrder sortorder) |
void | sig_info_clicked () |
void | sig_edit_clicked () |
void | sig_lyrics_clicked () |
void | sig_remove_clicked () |
void | sig_delete_clicked () |
void | sig_play_clicked () |
void | sig_play_new_tab_clicked () |
void | sig_play_next_clicked () |
void | sig_append_clicked () |
void | sig_refresh_clicked () |
void | sig_clear_clicked () |
void | sig_filter_triggered (const QString &extension, bool b) |
void | sig_reload_clicked () |
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 (ContextMenu::Entry entry, bool visible) |
show/hide a specific Entry More... | |
virtual void | show_all () |
show all possible entries | |
QAction * | get_action (ContextMenu::Entry entry) const |
QAction * | get_action_after (ContextMenu::Entry entry) const |
QAction * | add_preference_action (Gui::PreferenceAction *action) |
QAction * | before_preference_action () const |
void | set_action_shortcut (ContextMenu::Entry entry, const QString &shortcut) |
void | set_extensions (const Gui::ExtensionSet &extensions) |
void | set_selection_count (int num_selections) |
QKeySequence | shortcut (ContextMenu::Entry entry) const |
Protected Member Functions | |
void | showEvent (QShowEvent *e) override |
void | skin_changed () override |
Context menu with some additional actions compared to Gui::LibraryContextMenu.
|
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 Library::ContextMenu.