Mercurial > hg > svgui
diff layer/RegionLayer.h @ 1266:a34a2a25907c
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | 4fe7a09be0fe |
children | d79e21855aef |
line wrap: on
line diff
--- a/layer/RegionLayer.h Thu Mar 01 14:43:53 2018 +0000 +++ b/layer/RegionLayer.h Thu Mar 01 18:02:22 2018 +0000 @@ -48,8 +48,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; @@ -86,7 +86,7 @@ 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); @@ -103,8 +103,8 @@ VerticalScale getVerticalScale() const { return m_verticalScale; } enum PlotStyle { - PlotLines, - PlotSegmentation + PlotLines, + PlotSegmentation }; void setPlotStyle(PlotStyle style);