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);
42 EntryRating=(LibraryContextMenu::EntryLast << 1),
43 EntryBookmarks=(EntryRating << 1)
46 using Entries=LibraryContextMenu::Entries;
51 PlaylistContextMenu::Entries
get_entries()
const override;
52 void show_actions(PlaylistContextMenu::Entries entries)
override;
59 void set_metadata(
const MetaData& md);
62 QAction* init_rating_action(Rating rating, QObject* parent);
63 void language_changed()
override;
64 void skin_changed()
override;
67 void bookmark_pressed(Seconds timestamp);
71 #endif // PLAYLISTCONTEXTMENU_H