Add event selection settings

This commit is contained in:
GriffinR
2025-02-10 16:06:33 -05:00
parent a5141dea5d
commit c20de521b8
7 changed files with 63 additions and 2 deletions

View File

@@ -116,6 +116,8 @@ public:
DraggablePixmapItem *addNewEvent(Event::Type type);
void updateSelectedEvents();
void duplicateSelectedEvents();
void redrawAllEvents();
void redrawEvents(const QList<Event*> &events);
void redrawEventPixmapItem(DraggablePixmapItem *item);
QList<DraggablePixmapItem *> getEventPixmapItems();