Mercurial > hg > svgui
diff layer/SpectrumLayer.h @ 167:53b9c7656798
* Use RangeMappers in various places in plugin parameters, layer properties,
playback parameters &c
author | Chris Cannam |
---|---|
date | Mon, 16 Oct 2006 20:42:23 +0000 |
parents | aaa3a53dbb10 |
children | 42118892f428 |
line wrap: on
line diff
--- a/layer/SpectrumLayer.h Mon Oct 16 13:13:57 2006 +0000 +++ b/layer/SpectrumLayer.h Mon Oct 16 20:42:23 2006 +0000 @@ -47,6 +47,7 @@ int *min, int *max) const; virtual QString getPropertyValueLabel(const PropertyName &, int value) const; + virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const; virtual void setProperty(const PropertyName &, int value); virtual void setProperties(const QXmlAttributes &);