comparison layer/Colour3DPlotLayer.h @ 346:8f01867cc191

* add icons to colour 3d plot layer toggles
author Chris Cannam
date Fri, 11 Jan 2008 18:19:50 +0000
parents c0b9eec70639
children 3e538a90e9b8
comparison
equal deleted inserted replaced
345:8c3fb13ef11c 346:8f01867cc191
73 virtual bool getValueExtents(float &, float &, bool &, QString &) const { return false; } 73 virtual bool getValueExtents(float &, float &, bool &, QString &) const { return false; }
74 74
75 virtual PropertyList getProperties() const; 75 virtual PropertyList getProperties() const;
76 virtual PropertyType getPropertyType(const PropertyName &) const; 76 virtual PropertyType getPropertyType(const PropertyName &) const;
77 virtual QString getPropertyLabel(const PropertyName &) const; 77 virtual QString getPropertyLabel(const PropertyName &) const;
78 virtual QString getPropertyIconName(const PropertyName &) const;
78 virtual QString getPropertyGroupName(const PropertyName &) const; 79 virtual QString getPropertyGroupName(const PropertyName &) const;
79 virtual int getPropertyRangeAndValue(const PropertyName &, 80 virtual int getPropertyRangeAndValue(const PropertyName &,
80 int *min, int *max, int *deflt) const; 81 int *min, int *max, int *deflt) const;
81 virtual QString getPropertyValueLabel(const PropertyName &, 82 virtual QString getPropertyValueLabel(const PropertyName &,
82 int value) const; 83 int value) const;