comparison layer/SpectrogramLayer.h @ 1232:de1792daae07

Move this function into cpp file
author Chris Cannam
date Thu, 26 Jan 2017 21:18:55 +0000
parents a1ee3108d1d3
children a496986aa61b
comparison
equal deleted inserted replaced
1231:ff97318e993c 1232:de1792daae07
222 222
223 void setProperties(const QXmlAttributes &attributes); 223 void setProperties(const QXmlAttributes &attributes);
224 224
225 virtual void setLayerDormant(const LayerGeometryProvider *v, bool dormant); 225 virtual void setLayerDormant(const LayerGeometryProvider *v, bool dormant);
226 226
227 virtual bool isLayerScrollable(const LayerGeometryProvider *) const { return false; } 227 virtual bool isLayerScrollable(const LayerGeometryProvider *) const;
228 228
229 virtual int getVerticalZoomSteps(int &defaultStep) const; 229 virtual int getVerticalZoomSteps(int &defaultStep) const;
230 virtual int getCurrentVerticalZoomStep() const; 230 virtual int getCurrentVerticalZoomStep() const;
231 virtual void setVerticalZoomStep(int); 231 virtual void setVerticalZoomStep(int);
232 virtual RangeMapper *getNewVerticalZoomRangeMapper() const; 232 virtual RangeMapper *getNewVerticalZoomRangeMapper() const;