Mercurial > hg > svgui
diff layer/TimeValueLayer.h @ 3:7af44e8578c8
* Add "curve" plot style to TimeValueLayer
* Update copyrights to 2006
author | Chris Cannam |
---|---|
date | Thu, 12 Jan 2006 13:42:30 +0000 |
parents | 2a4f26e85b4c |
children | 02aaea1ffaf7 |
line wrap: on
line diff
--- a/layer/TimeValueLayer.h Tue Jan 10 17:37:43 2006 +0000 +++ b/layer/TimeValueLayer.h Thu Jan 12 13:42:30 2006 +0000 @@ -2,7 +2,7 @@ /* A waveform viewer and audio annotation editor. - Chris Cannam, Queen Mary University of London, 2005 + Chris Cannam, Queen Mary University of London, 2005-2006 This is experimental software. Not for distribution. */ @@ -45,7 +45,7 @@ void setBaseColour(QColor); QColor getBaseColour() const { return m_colour; } - enum PlotStyle { PlotPoints, PlotStems, PlotLines }; + enum PlotStyle { PlotPoints, PlotStems, PlotLines, PlotCurve }; void setPlotStyle(PlotStyle style); PlotStyle getPlotStyle() const { return m_plotStyle; }