22 #ifndef PLAYLISTTABMENU_H
23 #define PLAYLISTTABMENU_H
25 #include "Helper/Settings/SayonaraClass.h"
26 #include "PlaylistMenuEntry.h"
41 void sig_delete_clicked();
42 void sig_save_clicked();
43 void sig_save_as_clicked();
44 void sig_close_clicked();
45 void sig_close_others_clicked();
46 void sig_reset_clicked();
47 void sig_rename_clicked();
48 void sig_clear_clicked();
51 QAction* _action_delete=
nullptr;
52 QAction* _action_save=
nullptr;
53 QAction* _action_save_as=
nullptr;
54 QAction* _action_reset=
nullptr;
55 QAction* _action_close=
nullptr;
56 QAction* _action_close_others=
nullptr;
57 QAction* _action_rename=
nullptr;
58 QAction* _action_clear=
nullptr;
63 void language_changed();
72 void show_menu_items(PlaylistMenuEntries entries);
73 void show_close(
bool b);
78 #endif // PLAYLISTTABMENU_H
The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:31
Definition: IconLoader.h:35