Mercurial > hg > svgui
comparison layer/TimeRulerLayer.h @ 101:0f36cdf407a6 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 | 4b98bda7e94d |
children | 999ae0f7d10c |
comparison
equal
deleted
inserted
replaced
100:0db5e7492ce8 | 101:0f36cdf407a6 |
---|---|
51 int *min, int *max) const; | 51 int *min, int *max) const; |
52 virtual QString getPropertyValueLabel(const PropertyName &, | 52 virtual QString getPropertyValueLabel(const PropertyName &, |
53 int value) const; | 53 int value) const; |
54 virtual void setProperty(const PropertyName &, int value); | 54 virtual void setProperty(const PropertyName &, int value); |
55 | 55 |
56 virtual bool getValueExtents(float &min, float &max, QString &unit) const { | 56 virtual bool getValueExtents(float &min, float &max, |
57 bool &log, QString &unit) const { | |
57 return false; | 58 return false; |
58 } | 59 } |
59 | 60 |
60 virtual QString toXmlString(QString indent = "", | 61 virtual QString toXmlString(QString indent = "", |
61 QString extraAttributes = "") const; | 62 QString extraAttributes = "") const; |