Mercurial > hg > svgui
comparison layer/WaveformLayer.h @ 1266:a34a2a25907c
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | e3c7da3d896e |
children | bc2cb82050a0 |
comparison
equal
deleted
inserted
replaced
1265:6e724c81f18f | 1266:a34a2a25907c |
---|---|
57 virtual PropertyType getPropertyType(const PropertyName &) const; | 57 virtual PropertyType getPropertyType(const PropertyName &) const; |
58 virtual QString getPropertyGroupName(const PropertyName &) const; | 58 virtual QString getPropertyGroupName(const PropertyName &) const; |
59 virtual int getPropertyRangeAndValue(const PropertyName &, | 59 virtual int getPropertyRangeAndValue(const PropertyName &, |
60 int *min, int *max, int *deflt) const; | 60 int *min, int *max, int *deflt) const; |
61 virtual QString getPropertyValueLabel(const PropertyName &, | 61 virtual QString getPropertyValueLabel(const PropertyName &, |
62 int value) const; | 62 int value) const; |
63 virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const; | 63 virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const; |
64 virtual void setProperty(const PropertyName &, int value); | 64 virtual void setProperty(const PropertyName &, int value); |
65 | 65 |
66 /** | 66 /** |
67 * Set the gain multiplier for sample values in this view. | 67 * Set the gain multiplier for sample values in this view. |