Mercurial > hg > svgui
diff layer/SpectrogramLayer.h @ 1266:a34a2a25907c
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | b10bd0611d16 |
children | d79e21855aef |
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h Thu Mar 01 14:43:53 2018 +0000 +++ b/layer/SpectrogramLayer.h Thu Mar 01 18:02:22 2018 +0000 @@ -49,7 +49,7 @@ */ class SpectrogramLayer : public VerticalBinLayer, - public PowerOfSqrtTwoZoomConstraint + public PowerOfSqrtTwoZoomConstraint { Q_OBJECT @@ -74,8 +74,8 @@ virtual QString getFeatureDescription(LayerGeometryProvider *v, QPoint &) const; virtual bool snapToFeatureFrame(LayerGeometryProvider *v, sv_frame_t &frame, - int &resolution, - SnapType snap) const; + int &resolution, + SnapType snap) const; virtual void measureDoubleClick(LayerGeometryProvider *, QMouseEvent *); @@ -91,7 +91,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 QString getPropertyValueIconName(const PropertyName &, int value) const; virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const; @@ -189,7 +189,7 @@ int getColourRotation() const; virtual VerticalPosition getPreferredFrameCountPosition() const { - return PositionTop; + return PositionTop; } virtual bool isLayerOpaque() const { return true; } @@ -287,11 +287,11 @@ bool getYBinSourceRange(LayerGeometryProvider *v, int y, double &freqMin, double &freqMax) const; bool getAdjustedYBinSourceRange(LayerGeometryProvider *v, int x, int y, - double &freqMin, double &freqMax, - double &adjFreqMin, double &adjFreqMax) const; + double &freqMin, double &freqMax, + double &adjFreqMin, double &adjFreqMax) const; bool getXBinSourceRange(LayerGeometryProvider *v, int x, RealTime &timeMin, RealTime &timeMax) const; bool getXYBinSourceRange(LayerGeometryProvider *v, int x, int y, double &min, double &max, - double &phaseMin, double &phaseMax) const; + double &phaseMin, double &phaseMax) const; int getWindowIncrement() const { if (m_windowHopLevel == 0) return m_windowSize;