20 #ifndef PLAYLISTTABMENU_H 21 #define PLAYLISTTABMENU_H 23 #include "Helper/Settings/SayonaraClass.h" 24 #include "PlaylistMenuEntry.h" 38 void sig_delete_clicked();
39 void sig_save_clicked();
40 void sig_save_as_clicked();
41 void sig_close_clicked();
42 void sig_close_others_clicked();
43 void sig_reset_clicked();
44 void sig_rename_clicked();
45 void sig_clear_clicked();
46 void sig_open_file_clicked();
47 void sig_open_dir_clicked();
50 QAction* _action_open_file=
nullptr;
51 QAction* _action_open_dir=
nullptr;
52 QAction* _action_delete=
nullptr;
53 QAction* _action_save=
nullptr;
54 QAction* _action_save_as=
nullptr;
55 QAction* _action_reset=
nullptr;
56 QAction* _action_close=
nullptr;
57 QAction* _action_close_others=
nullptr;
58 QAction* _action_rename=
nullptr;
59 QAction* _action_clear=
nullptr;
64 void language_changed();
72 void show_menu_items(PlaylistMenuEntries entries);
73 void show_close(
bool b);
76 #endif // PLAYLISTTABMENU_H The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:29
The IconLoader class.
Definition: IconLoader.h:36