Mercurial > hg > svgui
comparison layer/SpectrogramLayer.h @ 248:28c8e8e3c537
* Fix many compile warnings, remove some debug output
author | Chris Cannam |
---|---|
date | Mon, 30 Apr 2007 13:36:23 +0000 |
parents | 9465b5375235 |
children | 11021509c4eb |
comparison
equal
deleted
inserted
replaced
247:0e9f59f991aa | 248:28c8e8e3c537 |
---|---|
205 | 205 |
206 void setProperties(const QXmlAttributes &attributes); | 206 void setProperties(const QXmlAttributes &attributes); |
207 | 207 |
208 virtual void setLayerDormant(const View *v, bool dormant); | 208 virtual void setLayerDormant(const View *v, bool dormant); |
209 | 209 |
210 virtual bool isLayerScrollable(const View *v) const { return false; } | 210 virtual bool isLayerScrollable(const View *) const { return false; } |
211 | 211 |
212 virtual int getVerticalZoomSteps(int &defaultStep) const; | 212 virtual int getVerticalZoomSteps(int &defaultStep) const; |
213 virtual int getCurrentVerticalZoomStep() const; | 213 virtual int getCurrentVerticalZoomStep() const; |
214 virtual void setVerticalZoomStep(int); | 214 virtual void setVerticalZoomStep(int); |
215 virtual RangeMapper *getNewVerticalZoomRangeMapper() const; | 215 virtual RangeMapper *getNewVerticalZoomRangeMapper() const; |