diff view/Pane.h @ 132:5d3a483856ff

* Add Thumbwheel widget for all our zooming needs * Use QSettings to save/restore window size and position -- precursor to switching our preferences to QSettings as well -- wish I'd noticed it sooner * Only suspend writes (not reads from the underlying cache objects) from the fft caches when repainting the spectrogram -- performance should now be significantly better
author Chris Cannam
date Thu, 03 Aug 2006 15:40:11 +0000
parents 33929e0c3c6b
children 9e6b3e239b9d
line wrap: on
line diff
--- a/view/Pane.h	Thu Aug 03 12:42:15 2006 +0000
+++ b/view/Pane.h	Thu Aug 03 15:40:11 2006 +0000
@@ -55,6 +55,9 @@
 public slots:
     virtual void toolModeChanged();
 
+    virtual void horizontalThumbwheelMoved(int value);
+    virtual void verticalThumbwheelMoved(int value);
+
 protected:
     virtual void paintEvent(QPaintEvent *e);
     virtual void mousePressEvent(QMouseEvent *e);