diff framework/MainWindowBase.h @ 256:f3f9e3d647c1

Give a dedicated key to toggling the centre line, and move it out of the overlay level setting -- reducing number of overlay levels to 3. Introduce two distinct vertical scale types (so that we can hide the spectrogram colour scale part easily)
author Chris Cannam
date Mon, 30 Jan 2012 16:02:14 +0000
parents c469f8d8208e
children 7ee215c095dd
line wrap: on
line diff
--- a/framework/MainWindowBase.h	Wed Jan 18 18:13:25 2012 +0000
+++ b/framework/MainWindowBase.h	Mon Jan 30 16:02:14 2012 +0000
@@ -172,13 +172,13 @@
 
     virtual void showNoOverlays();
     virtual void showMinimalOverlays();
-    virtual void showStandardOverlays();
     virtual void showAllOverlays();
 
     virtual void toggleTimeRulers();
     virtual void toggleZoomWheels();
     virtual void togglePropertyBoxes();
     virtual void toggleStatusBar();
+    virtual void toggleCentreLine();
 
     virtual void play();
     virtual void ffwd();