Mercurial > hg > svgui
diff layer/TimeValueLayer.h @ 42:1bdf285c4eac
* Add "Export Audio File" option
* Make note layer align in frequency with any spectrogram layer on the same
view (if it's set to frequency mode)
* Start to implement mouse editing for ranges of points by dragging the
selection
* First scrappy attempt at a vertical scale for time value layer
author | Chris Cannam |
---|---|
date | Mon, 27 Feb 2006 17:34:41 +0000 |
parents | ea6fe8cfcdd5 |
children | 78515b1e29eb |
line wrap: on
line diff
--- a/layer/TimeValueLayer.h Fri Feb 24 17:26:11 2006 +0000 +++ b/layer/TimeValueLayer.h Mon Feb 27 17:34:41 2006 +0000 @@ -28,6 +28,9 @@ virtual void paint(QPainter &paint, QRect rect) const; + virtual int getVerticalScaleWidth(QPainter &) const; + virtual void paintVerticalScale(QPainter &paint, QRect rect) const; + virtual QString getFeatureDescription(QPoint &) const; virtual bool snapToFeatureFrame(int &frame,