Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
659:65b966394650 | 660:8663a831838f |
---|---|
229 virtual void editDrag(View *, QMouseEvent *) { } | 229 virtual void editDrag(View *, QMouseEvent *) { } |
230 virtual void editEnd(View *, QMouseEvent *) { } | 230 virtual void editEnd(View *, QMouseEvent *) { } |
231 | 231 |
232 virtual void splitStart(View *, QMouseEvent *) { } | 232 virtual void splitStart(View *, QMouseEvent *) { } |
233 virtual void splitEnd(View *, QMouseEvent *) { } | 233 virtual void splitEnd(View *, QMouseEvent *) { } |
234 virtual void addNote(View *v, QMouseEvent *e) { }; | |
234 | 235 |
235 // Measurement rectangle (or equivalent). Unlike draw and edit, | 236 // Measurement rectangle (or equivalent). Unlike draw and edit, |
236 // the base Layer class can provide working implementations of | 237 // the base Layer class can provide working implementations of |
237 // these for most situations. | 238 // these for most situations. |
238 // | 239 // |