comparison layer/SingleColourLayer.h @ 1266:a34a2a25907c

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents a5488775f880
children 1d7921b1852f
comparison
equal deleted inserted replaced
1265:6e724c81f18f 1266:a34a2a25907c
60 virtual PropertyType getPropertyType(const PropertyName &) const; 60 virtual PropertyType getPropertyType(const PropertyName &) const;
61 virtual QString getPropertyGroupName(const PropertyName &) const; 61 virtual QString getPropertyGroupName(const PropertyName &) const;
62 virtual int getPropertyRangeAndValue(const PropertyName &, 62 virtual int getPropertyRangeAndValue(const PropertyName &,
63 int *min, int *max, int *deflt) const; 63 int *min, int *max, int *deflt) const;
64 virtual QString getPropertyValueLabel(const PropertyName &, 64 virtual QString getPropertyValueLabel(const PropertyName &,
65 int value) const; 65 int value) const;
66 virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const; 66 virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const;
67 virtual void setProperty(const PropertyName &, int value); 67 virtual void setProperty(const PropertyName &, int value);
68 68
69 virtual void toXml(QTextStream &stream, QString indent = "", 69 virtual void toXml(QTextStream &stream, QString indent = "",
70 QString extraAttributes = "") const; 70 QString extraAttributes = "") const;