diff layer/Colour3DPlotLayer.h @ 216:34bbbcb3c01f sv1-1.0pre1

* Make getPropertyRangeAndValue return the default separately from the current value. Previously some contexts were incorrectly treating the current value as a default.
author Chris Cannam
date Fri, 02 Mar 2007 14:00:12 +0000
parents 6b023411087b
children cd2492c5fe45
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h	Fri Mar 02 13:01:41 2007 +0000
+++ b/layer/Colour3DPlotLayer.h	Fri Mar 02 14:00:12 2007 +0000
@@ -75,7 +75,7 @@
     virtual QString getPropertyLabel(const PropertyName &) const;
     virtual QString getPropertyGroupName(const PropertyName &) const;
     virtual int getPropertyRangeAndValue(const PropertyName &,
-                                         int *min, int *max) const;
+                                         int *min, int *max, int *deflt) const;
     virtual QString getPropertyValueLabel(const PropertyName &,
 					  int value) const;
     virtual void setProperty(const PropertyName &, int value);