diff layer/SpectrogramLayer.h @ 187:e7cf6044c2a0

* better icon * support range mappers in thumbwheel * supply range mapper for vertical zoom from spectrogram * fix bug in fftmodel for scaled ffts * make the various widgets all respond to double-click for edit, middle-click for reset, ctrl-left-click for reset
author Chris Cannam
date Fri, 12 Jan 2007 14:49:18 +0000
parents 5f86ae638b04
children 57c2350a8c40
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h	Fri Jan 05 15:49:10 2007 +0000
+++ b/layer/SpectrogramLayer.h	Fri Jan 12 14:49:18 2007 +0000
@@ -213,6 +213,7 @@
     virtual int getVerticalZoomSteps(int &defaultStep) const;
     virtual int getCurrentVerticalZoomStep() const;
     virtual void setVerticalZoomStep(int);
+    virtual RangeMapper *getNewVerticalZoomRangeMapper() const;
 
 protected slots:
     void cacheInvalid();