Mercurial > hg > svgui
comparison layer/SpectrogramLayer.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 | e98130764635 |
children | 42118892f428 |
comparison
equal
deleted
inserted
replaced
166:48182241f594 | 167:53b9c7656798 |
---|---|
79 virtual QString getPropertyGroupName(const PropertyName &) const; | 79 virtual QString getPropertyGroupName(const PropertyName &) const; |
80 virtual int getPropertyRangeAndValue(const PropertyName &, | 80 virtual int getPropertyRangeAndValue(const PropertyName &, |
81 int *min, int *max) const; | 81 int *min, int *max) const; |
82 virtual QString getPropertyValueLabel(const PropertyName &, | 82 virtual QString getPropertyValueLabel(const PropertyName &, |
83 int value) const; | 83 int value) const; |
84 virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const; | |
84 virtual void setProperty(const PropertyName &, int value); | 85 virtual void setProperty(const PropertyName &, int value); |
85 | 86 |
86 /** | 87 /** |
87 * Specify the channel to use from the source model. | 88 * Specify the channel to use from the source model. |
88 * A value of -1 means to mix all available channels. | 89 * A value of -1 means to mix all available channels. |