comparison 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
comparison
equal deleted inserted replaced
166:48182241f594 167:53b9c7656798
45 virtual QString getPropertyGroupName(const PropertyName &) const; 45 virtual QString getPropertyGroupName(const PropertyName &) const;
46 virtual int getPropertyRangeAndValue(const PropertyName &, 46 virtual int getPropertyRangeAndValue(const PropertyName &,
47 int *min, int *max) const; 47 int *min, int *max) const;
48 virtual QString getPropertyValueLabel(const PropertyName &, 48 virtual QString getPropertyValueLabel(const PropertyName &,
49 int value) const; 49 int value) const;
50 virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const;
50 virtual void setProperty(const PropertyName &, int value); 51 virtual void setProperty(const PropertyName &, int value);
51 virtual void setProperties(const QXmlAttributes &); 52 virtual void setProperties(const QXmlAttributes &);
52 53
53 virtual bool getValueExtents(float &min, float &max, 54 virtual bool getValueExtents(float &min, float &max,
54 bool &logarithmic, QString &unit) const; 55 bool &logarithmic, QString &unit) const;