23 #ifndef LIBRARYCONTEXTMENU_H 24 #define LIBRARYCONTEXTMENU_H 29 #include "Helper/Settings/SayonaraClass.h" 31 typedef int LibraryContexMenuEntries;
56 LibraryContexMenuEntries get_entries()
const;
57 void show_actions(LibraryContexMenuEntries entries);
58 void show_action(Entry entry,
bool visible);
63 void sig_info_clicked();
64 void sig_edit_clicked();
65 void sig_lyrics_clicked();
66 void sig_remove_clicked();
67 void sig_delete_clicked();
68 void sig_play_next_clicked();
69 void sig_append_clicked();
70 void sig_refresh_clicked();
71 void sig_clear_clicked();
75 QAction* _info_action=
nullptr;
76 QAction* _lyrics_action=
nullptr;
77 QAction* _edit_action=
nullptr;
78 QAction* _remove_action=
nullptr;
79 QAction* _delete_action=
nullptr;
80 QAction* _play_next_action=
nullptr;
81 QAction* _append_action=
nullptr;
82 QAction* _refresh_action=
nullptr;
83 QAction* _clear_action=
nullptr;
88 void changeEvent(QEvent* e);
96 #endif // LIBRARYCONTEXTMENU_H The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:31