Mercurial > hg > svgui
comparison layer/TimeValueLayer.h @ 198:c2ed5014d4ff
* Scale fixes and feature descriptions in slice layer
author | Chris Cannam |
---|---|
date | Thu, 01 Feb 2007 16:54:42 +0000 |
parents | 6b023411087b |
children | 34bbbcb3c01f |
comparison
equal
deleted
inserted
replaced
197:6b023411087b | 198:c2ed5014d4ff |
---|---|
65 void setModel(SparseTimeValueModel *model); | 65 void setModel(SparseTimeValueModel *model); |
66 | 66 |
67 virtual PropertyList getProperties() const; | 67 virtual PropertyList getProperties() const; |
68 virtual QString getPropertyLabel(const PropertyName &) const; | 68 virtual QString getPropertyLabel(const PropertyName &) const; |
69 virtual PropertyType getPropertyType(const PropertyName &) const; | 69 virtual PropertyType getPropertyType(const PropertyName &) const; |
70 virtual QString getPropertyGroupName(const PropertyName &) const; | |
70 virtual int getPropertyRangeAndValue(const PropertyName &, | 71 virtual int getPropertyRangeAndValue(const PropertyName &, |
71 int *min, int *max) const; | 72 int *min, int *max) const; |
72 virtual QString getPropertyValueLabel(const PropertyName &, | 73 virtual QString getPropertyValueLabel(const PropertyName &, |
73 int value) const; | 74 int value) const; |
74 virtual void setProperty(const PropertyName &, int value); | 75 virtual void setProperty(const PropertyName &, int value); |