Mercurial > hg > svgui
comparison layer/Colour3DPlotLayer.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 | 2be85befe873 |
children | 47cb32bb35ab |
comparison
equal
deleted
inserted
replaced
100:0db5e7492ce8 | 101:0f36cdf407a6 |
---|---|
62 | 62 |
63 void setModel(const DenseThreeDimensionalModel *model); | 63 void setModel(const DenseThreeDimensionalModel *model); |
64 | 64 |
65 virtual int getCompletion() const { return m_model->getCompletion(); } | 65 virtual int getCompletion() const { return m_model->getCompletion(); } |
66 | 66 |
67 virtual bool getValueExtents(float &, float &, QString &) const { return false; } | 67 virtual bool getValueExtents(float &, float &, bool &, QString &) const { return false; } |
68 | 68 |
69 virtual QString getPropertyLabel(const PropertyName &) const { return ""; } | 69 virtual QString getPropertyLabel(const PropertyName &) const { return ""; } |
70 /* | 70 /* |
71 virtual PropertyList getProperties() const; | 71 virtual PropertyList getProperties() const; |
72 virtual PropertyType getPropertyType(const PropertyName &) const; | 72 virtual PropertyType getPropertyType(const PropertyName &) const; |