comparison 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
comparison
equal deleted inserted replaced
255:3240925e00ef 256:f3f9e3d647c1
170 virtual void peekLeft(); 170 virtual void peekLeft();
171 virtual void peekRight(); 171 virtual void peekRight();
172 172
173 virtual void showNoOverlays(); 173 virtual void showNoOverlays();
174 virtual void showMinimalOverlays(); 174 virtual void showMinimalOverlays();
175 virtual void showStandardOverlays();
176 virtual void showAllOverlays(); 175 virtual void showAllOverlays();
177 176
178 virtual void toggleTimeRulers(); 177 virtual void toggleTimeRulers();
179 virtual void toggleZoomWheels(); 178 virtual void toggleZoomWheels();
180 virtual void togglePropertyBoxes(); 179 virtual void togglePropertyBoxes();
181 virtual void toggleStatusBar(); 180 virtual void toggleStatusBar();
181 virtual void toggleCentreLine();
182 182
183 virtual void play(); 183 virtual void play();
184 virtual void ffwd(); 184 virtual void ffwd();
185 virtual void ffwdEnd(); 185 virtual void ffwdEnd();
186 virtual void rewind(); 186 virtual void rewind();