Mercurial > hg > svgui
comparison layer/TimeValueLayer.h @ 615:156a120345ae
Add discrete-curve drawing mode for time-value layer
author | Chris Cannam |
---|---|
date | Fri, 16 Nov 2012 17:14:12 +0000 |
parents | 5b72899d692b |
children | e77b1673e17e |
comparison
equal
deleted
inserted
replaced
614:7ac63919fd52 | 615:156a120345ae |
---|---|
90 PlotPoints, | 90 PlotPoints, |
91 PlotStems, | 91 PlotStems, |
92 PlotConnectedPoints, | 92 PlotConnectedPoints, |
93 PlotLines, | 93 PlotLines, |
94 PlotCurve, | 94 PlotCurve, |
95 PlotSegmentation | 95 PlotSegmentation, |
96 PlotDiscreteCurves | |
96 }; | 97 }; |
97 | 98 |
98 void setPlotStyle(PlotStyle style); | 99 void setPlotStyle(PlotStyle style); |
99 PlotStyle getPlotStyle() const { return m_plotStyle; } | 100 PlotStyle getPlotStyle() const { return m_plotStyle; } |
100 | 101 |