Mercurial > hg > svgui
comparison layer/SpectrogramLayer.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 | 93a7efc75fb7 |
children | 6b864e6864cb |
comparison
equal
deleted
inserted
replaced
86:93a7efc75fb7 | 87:4b98bda7e94d |
---|---|
69 SnapType snap) const; | 69 SnapType snap) const; |
70 | 70 |
71 void setModel(const DenseTimeValueModel *model); | 71 void setModel(const DenseTimeValueModel *model); |
72 | 72 |
73 virtual PropertyList getProperties() const; | 73 virtual PropertyList getProperties() const; |
74 virtual QString getPropertyLabel(const PropertyName &) const; | |
74 virtual PropertyType getPropertyType(const PropertyName &) const; | 75 virtual PropertyType getPropertyType(const PropertyName &) const; |
75 virtual QString getPropertyGroupName(const PropertyName &) const; | 76 virtual QString getPropertyGroupName(const PropertyName &) const; |
76 virtual int getPropertyRangeAndValue(const PropertyName &, | 77 virtual int getPropertyRangeAndValue(const PropertyName &, |
77 int *min, int *max) const; | 78 int *min, int *max) const; |
78 virtual QString getPropertyValueLabel(const PropertyName &, | 79 virtual QString getPropertyValueLabel(const PropertyName &, |