diff view/Pane.h @ 437:755243c67f59

* Add vertical zoom and pan to time-value layer. Still some defects, particularly in logarithmic mode. Now need to get this in note layer as well! * Some fixes to log colouring in segmentation mode of time-value layer.
author Chris Cannam
date Fri, 24 Oct 2008 14:52:40 +0000
parents 1b6879d03cb6
children 683c46d7500b
line wrap: on
line diff
--- a/view/Pane.h	Thu Oct 23 16:30:48 2008 +0000
+++ b/view/Pane.h	Fri Oct 24 14:52:40 2008 +0000
@@ -1,4 +1,3 @@
-
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
@@ -81,6 +80,8 @@
     virtual void verticalPannerMoved(float x, float y, float w, float h);
     virtual void editVerticalPannerExtents();
 
+    virtual void layerParametersChanged();
+
     virtual void propertyContainerSelected(View *, PropertyContainer *pc);
 
     void mouseEnteredWidget();