diff layer/TimeValueLayer.h @ 26:94381052a6c9

* Add natty segmentation display to time-value layer. Need to do the same for time-instants layer. * Make sure dense 3D model bin names are saved and restored properly. * Fix to chromagram normalization
author Chris Cannam
date Thu, 02 Feb 2006 17:31:08 +0000
parents dcdb21b62dbb
children 202d1dca67d2
line wrap: on
line diff
--- a/layer/TimeValueLayer.h	Thu Feb 02 16:10:19 2006 +0000
+++ b/layer/TimeValueLayer.h	Thu Feb 02 17:31:08 2006 +0000
@@ -56,7 +56,14 @@
     void setBaseColour(QColor);
     QColor getBaseColour() const { return m_colour; }
 
-    enum PlotStyle { PlotPoints, PlotStems, PlotConnectedPoints, PlotLines, PlotCurve };
+    enum PlotStyle {
+	PlotPoints,
+	PlotStems,
+	PlotConnectedPoints,
+	PlotLines,
+	PlotCurve,
+	PlotSegmentation
+    };
 
     void setPlotStyle(PlotStyle style);
     PlotStyle getPlotStyle() const { return m_plotStyle; }