comparison layer/TextLayer.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
comparison
equal deleted inserted replaced
86:93a7efc75fb7 87:4b98bda7e94d
59 59
60 virtual const Model *getModel() const { return m_model; } 60 virtual const Model *getModel() const { return m_model; }
61 void setModel(TextModel *model); 61 void setModel(TextModel *model);
62 62
63 virtual PropertyList getProperties() const; 63 virtual PropertyList getProperties() const;
64 virtual QString getPropertyLabel(const PropertyName &) const;
64 virtual PropertyType getPropertyType(const PropertyName &) const; 65 virtual PropertyType getPropertyType(const PropertyName &) const;
65 virtual int getPropertyRangeAndValue(const PropertyName &, 66 virtual int getPropertyRangeAndValue(const PropertyName &,
66 int *min, int *max) const; 67 int *min, int *max) const;
67 virtual QString getPropertyValueLabel(const PropertyName &, 68 virtual QString getPropertyValueLabel(const PropertyName &,
68 int value) const; 69 int value) const;