Mercurial > hg > svgui
comparison layer/WaveformLayer.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 | b32282fefccd |
children | 42118892f428 |
comparison
equal
deleted
inserted
replaced
166:48182241f594 | 167:53b9c7656798 |
---|---|
54 virtual QString getPropertyGroupName(const PropertyName &) const; | 54 virtual QString getPropertyGroupName(const PropertyName &) const; |
55 virtual int getPropertyRangeAndValue(const PropertyName &, | 55 virtual int getPropertyRangeAndValue(const PropertyName &, |
56 int *min, int *max) const; | 56 int *min, int *max) const; |
57 virtual QString getPropertyValueLabel(const PropertyName &, | 57 virtual QString getPropertyValueLabel(const PropertyName &, |
58 int value) const; | 58 int value) const; |
59 virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const; | |
59 virtual void setProperty(const PropertyName &, int value); | 60 virtual void setProperty(const PropertyName &, int value); |
60 | 61 |
61 /** | 62 /** |
62 * Set the gain multiplier for sample values in this view. | 63 * Set the gain multiplier for sample values in this view. |
63 * | 64 * |