23 #ifndef PLAYLISTCONTEXTMENU_H 24 #define PLAYLISTCONTEXTMENU_H 26 #include "GUI/Utils/ContextMenu/LibraryContextMenu.h" 36 void sig_rating_changed(Rating rating);
37 void sig_bookmark_pressed(Seconds timestamp);
38 void sig_jump_to_current_track();
43 EntryRating=(LibraryContextMenu::EntryLast << 1),
44 EntryBookmarks=(EntryRating << 1),
45 EntryCurrentTrack=(EntryBookmarks << 1)
48 using Entries=LibraryContextMenu::Entries;
53 PlaylistContextMenu::Entries
get_entries()
const override;
54 void show_actions(PlaylistContextMenu::Entries entries)
override;
61 void set_metadata(
const MetaData& md);
64 QAction* init_rating_action(Rating rating, QObject* parent);
65 void language_changed()
override;
66 void skin_changed()
override;
69 void bookmark_pressed(Seconds timestamp);
73 #endif // PLAYLISTCONTEXTMENU_H