Mercurial > hg > svgui
diff layer/Layer.h @ 660:8663a831838f tonioni
instrument is now "click" -- some other minor changes I don't remember
author | matthiasm |
---|---|
date | Thu, 20 Jun 2013 13:47:36 +0100 |
parents | 5c9dcec5f3e9 |
children | dd64efa0dac8 |
line wrap: on
line diff
--- a/layer/Layer.h Thu Jun 20 11:07:57 2013 +0100 +++ b/layer/Layer.h Thu Jun 20 13:47:36 2013 +0100 @@ -231,6 +231,7 @@ virtual void splitStart(View *, QMouseEvent *) { } virtual void splitEnd(View *, QMouseEvent *) { } + virtual void addNote(View *v, QMouseEvent *e) { }; // Measurement rectangle (or equivalent). Unlike draw and edit, // the base Layer class can provide working implementations of