Mercurial > hg > svgui
comparison layer/Colour3DPlotLayer.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 | 2be85befe873 |
comparison
equal
deleted
inserted
replaced
86:93a7efc75fb7 | 87:4b98bda7e94d |
---|---|
64 | 64 |
65 virtual int getCompletion() const { return m_model->getCompletion(); } | 65 virtual int getCompletion() const { return m_model->getCompletion(); } |
66 | 66 |
67 virtual bool getValueExtents(float &, float &, QString &) const { return false; } | 67 virtual bool getValueExtents(float &, float &, QString &) const { return false; } |
68 | 68 |
69 virtual QString getPropertyLabel(const PropertyName &) const { return ""; } | |
69 /* | 70 /* |
70 virtual PropertyList getProperties() const; | 71 virtual PropertyList getProperties() const; |
71 virtual PropertyType getPropertyType(const PropertyName &) const; | 72 virtual PropertyType getPropertyType(const PropertyName &) const; |
72 virtual int getPropertyRangeAndValue(const PropertyName &, | 73 virtual int getPropertyRangeAndValue(const PropertyName &, |
73 int *min, int *max) const; | 74 int *min, int *max) const; |