comparison 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
comparison
equal deleted inserted replaced
33:51e158b505da 34:aaf73f7309f2
166 166
167 virtual void setLightBackground(bool lb) { m_lightBackground = lb; } 167 virtual void setLightBackground(bool lb) { m_lightBackground = lb; }
168 virtual bool hasLightBackground() const { return m_lightBackground; } 168 virtual bool hasLightBackground() const { return m_lightBackground; }
169 169
170 virtual bool shouldIlluminateLocalFeatures(const Layer *, QPoint &) { 170 virtual bool shouldIlluminateLocalFeatures(const Layer *, QPoint &) {
171 return false;
172 }
173 virtual bool shouldIlluminateLocalSelection(QPoint &, bool &, bool &) {
171 return false; 174 return false;
172 } 175 }
173 176
174 enum PlaybackFollowMode { 177 enum PlaybackFollowMode {
175 PlaybackScrollContinuous, 178 PlaybackScrollContinuous,