Mercurial > hg > svgui
diff 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 |
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h Wed Jul 19 16:55:29 2006 +0000 +++ b/layer/SpectrogramLayer.h Thu Jul 20 16:51:20 2006 +0000 @@ -289,6 +289,8 @@ int getColourScaleWidth(QPainter &) const; + void illuminateLocalFeatures(View *v, QPainter &painter) const; + float getEffectiveMinFrequency() const; float getEffectiveMaxFrequency() const;