diff layer/Layer.h @ 635:5c9dcec5f3e9 tonioni

splitting notes works but major cleanup needed
author gyorgyf
date Sat, 20 Apr 2013 08:38:37 +0100
parents 5b72899d692b
children 12d570c27d85 8663a831838f
line wrap: on
line diff
--- a/layer/Layer.h	Fri Apr 19 15:37:27 2013 +0100
+++ b/layer/Layer.h	Sat Apr 20 08:38:37 2013 +0100
@@ -229,6 +229,9 @@
     virtual void editDrag(View *, QMouseEvent *) { }
     virtual void editEnd(View *, QMouseEvent *) { }
 
+    virtual void splitStart(View *, QMouseEvent *) { }
+    virtual void splitEnd(View *, QMouseEvent *) { }
+
     // Measurement rectangle (or equivalent).  Unlike draw and edit,
     // the base Layer class can provide working implementations of
     // these for most situations.