Mercurial > hg > svgui
comparison layer/SpectrogramLayer.h @ 583:4c484636d5ec
Record and show any error that occurs during layer processing (e.g. spectrogram layer runs out of disc space for feature files)
author | Chris Cannam |
---|---|
date | Thu, 14 Apr 2011 15:21:21 +0100 |
parents | c74e511a3c96 |
children | 7ebd5a21d74f 5b72899d692b |
comparison
equal
deleted
inserted
replaced
582:bde4aa56862b | 583:4c484636d5ec |
---|---|
198 | 198 |
199 float getYForFrequency(const View *v, float frequency) const; | 199 float getYForFrequency(const View *v, float frequency) const; |
200 float getFrequencyForY(const View *v, int y) const; | 200 float getFrequencyForY(const View *v, int y) const; |
201 | 201 |
202 virtual int getCompletion(View *v) const; | 202 virtual int getCompletion(View *v) const; |
203 virtual QString getError(View *v) const; | |
203 | 204 |
204 virtual bool getValueExtents(float &min, float &max, | 205 virtual bool getValueExtents(float &min, float &max, |
205 bool &logarithmic, QString &unit) const; | 206 bool &logarithmic, QString &unit) const; |
206 | 207 |
207 virtual bool getDisplayExtents(float &min, float &max) const; | 208 virtual bool getDisplayExtents(float &min, float &max) const; |