comparison layer/SliceLayer.h @ 1266:a34a2a25907c

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents 4d0ca1ab4cd0
children fc9d9f1103fa
comparison
equal deleted inserted replaced
1265:6e724c81f18f 1266:a34a2a25907c
55 virtual PropertyType getPropertyType(const PropertyName &) const; 55 virtual PropertyType getPropertyType(const PropertyName &) const;
56 virtual QString getPropertyGroupName(const PropertyName &) const; 56 virtual QString getPropertyGroupName(const PropertyName &) const;
57 virtual int getPropertyRangeAndValue(const PropertyName &, 57 virtual int getPropertyRangeAndValue(const PropertyName &,
58 int *min, int *max, int *deflt) const; 58 int *min, int *max, int *deflt) const;
59 virtual QString getPropertyValueLabel(const PropertyName &, 59 virtual QString getPropertyValueLabel(const PropertyName &,
60 int value) const; 60 int value) const;
61 virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const; 61 virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const;
62 virtual void setProperty(const PropertyName &, int value); 62 virtual void setProperty(const PropertyName &, int value);
63 virtual void setProperties(const QXmlAttributes &); 63 virtual void setProperties(const QXmlAttributes &);
64 64
65 virtual bool getValueExtents(double &min, double &max, 65 virtual bool getValueExtents(double &min, double &max,