comparison layer/NoteLayer.h @ 198:c2ed5014d4ff

* Scale fixes and feature descriptions in slice layer
author Chris Cannam
date Thu, 01 Feb 2007 16:54:42 +0000
parents 33929e0c3c6b
children 34bbbcb3c01f
comparison
equal deleted inserted replaced
197:6b023411087b 198:c2ed5014d4ff
62 void setModel(NoteModel *model); 62 void setModel(NoteModel *model);
63 63
64 virtual PropertyList getProperties() const; 64 virtual PropertyList getProperties() const;
65 virtual QString getPropertyLabel(const PropertyName &) const; 65 virtual QString getPropertyLabel(const PropertyName &) const;
66 virtual PropertyType getPropertyType(const PropertyName &) const; 66 virtual PropertyType getPropertyType(const PropertyName &) const;
67 virtual QString getPropertyGroupName(const PropertyName &) const;
67 virtual int getPropertyRangeAndValue(const PropertyName &, 68 virtual int getPropertyRangeAndValue(const PropertyName &,
68 int *min, int *max) const; 69 int *min, int *max) const;
69 virtual QString getPropertyValueLabel(const PropertyName &, 70 virtual QString getPropertyValueLabel(const PropertyName &,
70 int value) const; 71 int value) const;
71 virtual void setProperty(const PropertyName &, int value); 72 virtual void setProperty(const PropertyName &, int value);