Context Menu for the tree view. Notification of the tree view action is done by using a bool setting listener to Set::Lib_GenreTree So there's not signal for it. Everything else can be accessed using the methods of Gui::ContextMenu.
More...
#include <GenreViewContextMenu.h>
|
enum | Entry {
EntryNone = 0
,
EntryNew = (1 << 0)
,
EntryEdit = (1 << 1)
,
EntryUndo = (1 << 2)
,
EntrySave = (1 << 3)
,
EntrySaveAs = (1 << 4)
,
EntryRename = (1 << 5)
,
EntryDelete = (1 << 6)
,
EntryOpen = (1 << 7)
,
EntryDefault = (1 << 8)
,
EntryApply = (1 << 9)
} |
|
|
void | showActions (ContextMenuEntries entries) |
|
void | showAction (ContextMenu::Entry entry, bool visible) |
|
void | showAll () |
|
void | addPreferenceAction (PreferenceAction *action) |
|
|
void | sigApply () |
|
void | sigDefault () |
|
void | sigDelete () |
|
void | sigEdit () |
|
void | sigNew () |
|
void | sigOpen () |
|
void | sigRename () |
|
void | sigSave () |
|
void | sigSaveAs () |
|
void | sigUndo () |
|
|
| GenreViewContextMenu (QWidget *parent=nullptr) |
|
void | registerAction (QAction *action) |
|
bool | hasActions () |
|
ContextMenuEntries | entries () const |
|
Context Menu for the tree view. Notification of the tree view action is done by using a bool setting listener to Set::Lib_GenreTree So there's not signal for it. Everything else can be accessed using the methods of Gui::ContextMenu.
◆ languageChanged()
void Library::GenreViewContextMenu::languageChanged |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ showEvent()
void Gui::ContextMenu::showEvent |
( |
QShowEvent * | e | ) |
|
|
overrideprotectedvirtualinherited |
◆ skinChanged()
void Gui::ContextMenu::skinChanged |
( |
| ) |
|
|
overrideprotectedvirtualinherited |