Mercurial > hg > svgui
comparison layer/TimeValueLayer.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 | b9f71b8ae21e |
children | 0f36cdf407a6 |
comparison
equal
deleted
inserted
replaced
86:93a7efc75fb7 | 87:4b98bda7e94d |
---|---|
62 | 62 |
63 virtual const Model *getModel() const { return m_model; } | 63 virtual const Model *getModel() const { return m_model; } |
64 void setModel(SparseTimeValueModel *model); | 64 void setModel(SparseTimeValueModel *model); |
65 | 65 |
66 virtual PropertyList getProperties() const; | 66 virtual PropertyList getProperties() const; |
67 virtual QString getPropertyLabel(const PropertyName &) const; | |
67 virtual PropertyType getPropertyType(const PropertyName &) const; | 68 virtual PropertyType getPropertyType(const PropertyName &) const; |
68 virtual int getPropertyRangeAndValue(const PropertyName &, | 69 virtual int getPropertyRangeAndValue(const PropertyName &, |
69 int *min, int *max) const; | 70 int *min, int *max) const; |
70 virtual QString getPropertyValueLabel(const PropertyName &, | 71 virtual QString getPropertyValueLabel(const PropertyName &, |
71 int value) const; | 72 int value) const; |