Mercurial > hg > svgui
comparison layer/WaveformLayer.h @ 87:4b98bda7e94d
* Add property labels to property containers (so i18n() won't affect file format)
author | Chris Cannam |
---|---|
date | Wed, 03 May 2006 16:48:03 +0000 |
parents | 19bf27e4fb29 |
children | 0f36cdf407a6 |
comparison
equal
deleted
inserted
replaced
86:93a7efc75fb7 | 87:4b98bda7e94d |
---|---|
45 virtual void paintVerticalScale(View *v, QPainter &paint, QRect rect) const; | 45 virtual void paintVerticalScale(View *v, QPainter &paint, QRect rect) const; |
46 | 46 |
47 void setModel(const RangeSummarisableTimeValueModel *model); | 47 void setModel(const RangeSummarisableTimeValueModel *model); |
48 | 48 |
49 virtual PropertyList getProperties() const; | 49 virtual PropertyList getProperties() const; |
50 virtual QString getPropertyLabel(const PropertyName &) const; | |
50 virtual PropertyType getPropertyType(const PropertyName &) const; | 51 virtual PropertyType getPropertyType(const PropertyName &) const; |
51 virtual QString getPropertyGroupName(const PropertyName &) const; | 52 virtual QString getPropertyGroupName(const PropertyName &) const; |
52 virtual int getPropertyRangeAndValue(const PropertyName &, | 53 virtual int getPropertyRangeAndValue(const PropertyName &, |
53 int *min, int *max) const; | 54 int *min, int *max) const; |
54 virtual QString getPropertyValueLabel(const PropertyName &, | 55 virtual QString getPropertyValueLabel(const PropertyName &, |