comparison layer/SpectrogramLayer.h @ 1113:261a00010918 spectrogram-minor-refactor

Consts and willRenderOpaque
author Chris Cannam
date Tue, 19 Jul 2016 14:49:46 +0100
parents 67dd16e33a3d
children d930ff725f64
comparison
equal deleted inserted replaced
1112:d578b685d912 1113:261a00010918
193 193
194 double getYForFrequency(const LayerGeometryProvider *v, double frequency) const; 194 double getYForFrequency(const LayerGeometryProvider *v, double frequency) const;
195 double getFrequencyForY(const LayerGeometryProvider *v, int y) const; 195 double getFrequencyForY(const LayerGeometryProvider *v, int y) const;
196 196
197 //!!! VerticalBinLayer methods. Note overlap with get*BinRange() 197 //!!! VerticalBinLayer methods. Note overlap with get*BinRange()
198 double getYForBin(LayerGeometryProvider *, double bin) const; 198 double getYForBin(const LayerGeometryProvider *, double bin) const;
199 double getBinForY(LayerGeometryProvider *, double y) const; 199 double getBinForY(const LayerGeometryProvider *, double y) const;
200 200
201 virtual int getCompletion(LayerGeometryProvider *v) const; 201 virtual int getCompletion(LayerGeometryProvider *v) const;
202 virtual QString getError(LayerGeometryProvider *v) const; 202 virtual QString getError(LayerGeometryProvider *v) const;
203 203
204 virtual bool getValueExtents(double &min, double &max, 204 virtual bool getValueExtents(double &min, double &max,