Mercurial > hg > svcore
comparison base/Layer.h @ 117:c30728d5625c sv1-v0.9rc1
* Make vertical scale alignment modes work in note layer as well as time-value
layer, and several significant fixes to it
* Make it possible to draw notes properly on the note layer
* Show units (and frequencies etc in note layer's case) in the time-value and
note layer description boxes
* Minor fix to item edit dialog layout
* Some minor menu rearrangement
* Comment out a lot of debug output
* Add SV website and reference URLs to Help menu, and add code to (attempt to)
open them in the user's preferred browser
author | Chris Cannam |
---|---|
date | Fri, 12 May 2006 14:40:43 +0000 |
parents | c983dda79f72 |
children | 53dfcd7db419 |
comparison
equal
deleted
inserted
replaced
116:a08718723b20 | 117:c30728d5625c |
---|---|
230 | 230 |
231 virtual PlayParameters *getPlayParameters(); | 231 virtual PlayParameters *getPlayParameters(); |
232 | 232 |
233 virtual bool needsTextLabelHeight() const { return false; } | 233 virtual bool needsTextLabelHeight() const { return false; } |
234 | 234 |
235 virtual bool getValueExtents(float &min, float &max, QString &unit) const = 0; | 235 virtual bool getValueExtents(float &min, float &max, |
236 bool &logarithmic, QString &unit) const = 0; | |
237 | |
238 virtual bool getDisplayExtents(float &min, float &max) const { | |
239 return false; | |
240 } | |
236 | 241 |
237 public slots: | 242 public slots: |
238 void showLayer(View *, bool show); | 243 void showLayer(View *, bool show); |
239 | 244 |
240 signals: | 245 signals: |