Mercurial > hg > svgui
diff layer/TimeValueLayer.h @ 607:5b72899d692b
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:01:59 +0000 |
parents | 97e60a895211 |
children | 156a120345ae |
line wrap: on
line diff
--- a/layer/TimeValueLayer.h Mon Jan 30 13:24:55 2012 +0000 +++ b/layer/TimeValueLayer.h Mon Jan 30 16:01:59 2012 +0000 @@ -34,8 +34,8 @@ virtual void paint(View *v, QPainter &paint, QRect rect) const; - virtual int getVerticalScaleWidth(View *v, QPainter &) const; - virtual void paintVerticalScale(View *v, QPainter &paint, QRect rect) const; + virtual int getVerticalScaleWidth(View *v, bool, QPainter &) const; + virtual void paintVerticalScale(View *v, bool, QPainter &paint, QRect rect) const; virtual QString getFeatureDescription(View *v, QPoint &) const; virtual QString getLabelPreceding(size_t) const;