comparison 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
comparison
equal deleted inserted replaced
25:dcdb21b62dbb 26:94381052a6c9
54 virtual void setProperty(const PropertyName &, int value); 54 virtual void setProperty(const PropertyName &, int value);
55 55
56 void setBaseColour(QColor); 56 void setBaseColour(QColor);
57 QColor getBaseColour() const { return m_colour; } 57 QColor getBaseColour() const { return m_colour; }
58 58
59 enum PlotStyle { PlotPoints, PlotStems, PlotConnectedPoints, PlotLines, PlotCurve }; 59 enum PlotStyle {
60 PlotPoints,
61 PlotStems,
62 PlotConnectedPoints,
63 PlotLines,
64 PlotCurve,
65 PlotSegmentation
66 };
60 67
61 void setPlotStyle(PlotStyle style); 68 void setPlotStyle(PlotStyle style);
62 PlotStyle getPlotStyle() const { return m_plotStyle; } 69 PlotStyle getPlotStyle() const { return m_plotStyle; }
63 70
64 virtual bool isLayerScrollable() const; 71 virtual bool isLayerScrollable() const;