Mercurial > hg > svcore
diff base/View.h @ 34:aaf73f7309f2
* 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 | 51e158b505da |
children | 935a2419a77c |
line wrap: on
line diff
--- a/base/View.h Thu Feb 23 18:01:31 2006 +0000 +++ b/base/View.h Mon Feb 27 17:34:41 2006 +0000 @@ -170,6 +170,9 @@ virtual bool shouldIlluminateLocalFeatures(const Layer *, QPoint &) { return false; } + virtual bool shouldIlluminateLocalSelection(QPoint &, bool &, bool &) { + return false; + } enum PlaybackFollowMode { PlaybackScrollContinuous,