Mercurial > hg > svgui
diff layer/TimeValueLayer.h @ 197:6b023411087b
* Work on harmonising colour and scale ranges between types of layer
* Add normalize options to colour 3d plot layer
author | Chris Cannam |
---|---|
date | Thu, 01 Feb 2007 14:31:28 +0000 |
parents | 86cee2b060c7 |
children | c2ed5014d4ff |
line wrap: on
line diff
--- a/layer/TimeValueLayer.h Wed Jan 31 12:13:47 2007 +0000 +++ b/layer/TimeValueLayer.h Thu Feb 01 14:31:28 2007 +0000 @@ -76,6 +76,9 @@ void setBaseColour(QColor); QColor getBaseColour() const { return m_colour; } + void setFillColourMap(int); + int getFillColourMap() const { return m_colourMap; } + enum PlotStyle { PlotPoints, PlotStems, @@ -132,6 +135,7 @@ SparseTimeValueModel::Point m_editingPoint; SparseTimeValueModel::EditCommand *m_editingCommand; QColor m_colour; + int m_colourMap; PlotStyle m_plotStyle; VerticalScale m_verticalScale; };