Mercurial > hg > svgui
diff layer/TimeValueLayer.h @ 1266:a34a2a25907c
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | a8e126fe6a53 |
children | d79e21855aef |
line wrap: on
line diff
--- a/layer/TimeValueLayer.h Thu Mar 01 14:43:53 2018 +0000 +++ b/layer/TimeValueLayer.h Thu Mar 01 18:02:22 2018 +0000 @@ -46,8 +46,8 @@ virtual QString getLabelPreceding(sv_frame_t) const; virtual bool snapToFeatureFrame(LayerGeometryProvider *v, sv_frame_t &frame, - int &resolution, - SnapType snap) const; + int &resolution, + SnapType snap) const; virtual bool snapToSimilarFeature(LayerGeometryProvider *v, sv_frame_t &frame, int &resolution, SnapType snap) const; @@ -85,19 +85,19 @@ virtual int getPropertyRangeAndValue(const PropertyName &, int *min, int *max, int *deflt) const; virtual QString getPropertyValueLabel(const PropertyName &, - int value) const; + int value) const; virtual void setProperty(const PropertyName &, int value); void setFillColourMap(int); int getFillColourMap() const { return m_colourMap; } enum PlotStyle { - PlotPoints, - PlotStems, - PlotConnectedPoints, - PlotLines, - PlotCurve, - PlotSegmentation, + PlotPoints, + PlotStems, + PlotConnectedPoints, + PlotLines, + PlotCurve, + PlotSegmentation, PlotDiscreteCurves };