Mercurial > hg > svgui
comparison layer/WaveformLayer.h @ 1324:13d9b422f7fe zoom
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 17 Sep 2018 13:51:31 +0100 |
parents | a34a2a25907c |
children | bc2cb82050a0 |
comparison
equal
deleted
inserted
replaced
1183:57d192e26331 | 1324:13d9b422f7fe |
---|---|
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. |