Mercurial > hg > svgui
comparison layer/SpectrogramLayer.h @ 1520:4eafe5a1b655 time-frequency-boxes
Tidying
author | Chris Cannam |
---|---|
date | Wed, 25 Sep 2019 09:46:27 +0100 |
parents | 150d4e561b07 |
children | e6362cf5ff1d |
comparison
equal
deleted
inserted
replaced
1519:235e08aa2d5d | 1520:4eafe5a1b655 |
---|---|
228 | 228 |
229 int getCompletion(LayerGeometryProvider *v) const override; | 229 int getCompletion(LayerGeometryProvider *v) const override; |
230 QString getError(LayerGeometryProvider *v) const override; | 230 QString getError(LayerGeometryProvider *v) const override; |
231 | 231 |
232 bool getValueExtents(double &min, double &max, | 232 bool getValueExtents(double &min, double &max, |
233 bool &logarithmic, QString &unit) const override; | 233 bool &logarithmic, QString &unit) const override; |
234 | 234 |
235 bool getDisplayExtents(double &min, double &max) const override; | 235 bool getDisplayExtents(double &min, double &max) const override; |
236 | 236 |
237 bool setDisplayExtents(double min, double max) override; | 237 bool setDisplayExtents(double min, double max) override; |
238 | 238 |