comparison layer/SpectrogramLayer.h @ 121:7363cacf7de0

* start work on prefs dialog * some work on highlighting local points in spectrogram
author Chris Cannam
date Thu, 20 Jul 2006 16:51:20 +0000
parents 8dfa20f1c70a
children 71992cee2ece
comparison
equal deleted inserted replaced
120:8dfa20f1c70a 121:7363cacf7de0
286 286
287 unsigned char getDisplayValue(View *v, float input) const; 287 unsigned char getDisplayValue(View *v, float input) const;
288 float getInputForDisplayValue(unsigned char uc) const; 288 float getInputForDisplayValue(unsigned char uc) const;
289 289
290 int getColourScaleWidth(QPainter &) const; 290 int getColourScaleWidth(QPainter &) const;
291
292 void illuminateLocalFeatures(View *v, QPainter &painter) const;
291 293
292 float getEffectiveMinFrequency() const; 294 float getEffectiveMinFrequency() const;
293 float getEffectiveMaxFrequency() const; 295 float getEffectiveMaxFrequency() const;
294 296
295 struct LayerRange { 297 struct LayerRange {