Mercurial > hg > svgui
diff layer/TimeRulerLayer.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 |
line wrap: on
line diff
--- a/layer/TimeRulerLayer.h Wed May 03 14:26:26 2006 +0000 +++ b/layer/TimeRulerLayer.h Wed May 03 16:48:03 2006 +0000 @@ -45,6 +45,7 @@ LabelHeight getLabelHeight() const { return m_labelHeight; } virtual PropertyList getProperties() const; + virtual QString getPropertyLabel(const PropertyName &) const; virtual PropertyType getPropertyType(const PropertyName &) const; virtual int getPropertyRangeAndValue(const PropertyName &, int *min, int *max) const;