Mercurial > hg > svcore
comparison base/View.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 | 5b8392e80ed6 |
children | 4f26f623a8bc |
comparison
equal
deleted
inserted
replaced
116:a08718723b20 | 117:c30728d5625c |
---|---|
221 virtual const PropertyContainer *getPropertyContainer(size_t i) const; | 221 virtual const PropertyContainer *getPropertyContainer(size_t i) const; |
222 virtual PropertyContainer *getPropertyContainer(size_t i); | 222 virtual PropertyContainer *getPropertyContainer(size_t i); |
223 | 223 |
224 virtual int getTextLabelHeight(const Layer *layer, QPainter &) const; | 224 virtual int getTextLabelHeight(const Layer *layer, QPainter &) const; |
225 | 225 |
226 virtual bool getValueExtents(QString unit, float &min, float &max) const; | 226 virtual bool getValueExtents(QString unit, float &min, float &max, |
227 bool &log) const; | |
227 | 228 |
228 virtual QString toXmlString(QString indent = "", | 229 virtual QString toXmlString(QString indent = "", |
229 QString extraAttributes = "") const; | 230 QString extraAttributes = "") const; |
230 | 231 |
231 size_t getModelsStartFrame() const; | 232 size_t getModelsStartFrame() const; |