Mercurial > hg > svgui
comparison layer/SpectrogramLayer.h @ 1522:d5ef91dc2ea7
Merge from branch time-frequency-boxes
author | Chris Cannam |
---|---|
date | Wed, 25 Sep 2019 13:48:04 +0100 |
parents | 4eafe5a1b655 |
children | e6362cf5ff1d |
comparison
equal
deleted
inserted
replaced
1510:872873aa6463 | 1522:d5ef91dc2ea7 |
---|---|
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 |