diff layer/TimeInstantLayer.h @ 70:bf306158803d

* Add stub for item-edit dialog (for editing properties of an item on double- click) -- doesn't actually do anything yet * Add code to invoke said non-working item-edit dialog on double-click in time-value, time-instants and note layers * Add overlay mode (no text, basic text, all text)
author Chris Cannam
date Thu, 30 Mar 2006 15:00:22 +0000
parents 705f05ab42e3
children 45ba0b381c5d
line wrap: on
line diff
--- a/layer/TimeInstantLayer.h	Thu Mar 30 13:18:11 2006 +0000
+++ b/layer/TimeInstantLayer.h	Thu Mar 30 15:00:22 2006 +0000
@@ -48,6 +48,8 @@
     virtual void editDrag(View *v, QMouseEvent *);
     virtual void editEnd(View *v, QMouseEvent *);
 
+    virtual void editOpen(View *, QMouseEvent *);
+
     virtual void moveSelection(Selection s, size_t newStartFrame);
     virtual void resizeSelection(Selection s, Selection newSize);
     virtual void deleteSelection(Selection s);