diff 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
line wrap: on
line diff
--- a/layer/TimeValueLayer.h	Tue Aug 21 13:29:22 2012 +0100
+++ b/layer/TimeValueLayer.h	Fri Nov 16 17:14:12 2012 +0000
@@ -92,7 +92,8 @@
 	PlotConnectedPoints,
 	PlotLines,
 	PlotCurve,
-	PlotSegmentation
+	PlotSegmentation,
+        PlotDiscreteCurves
     };
 
     void setPlotStyle(PlotStyle style);