diff base/PropertyContainer.h @ 984:a54016762f77 normalize_hybrid_option

Experimentally add the hybrid normalisation as an option (not working well either in UI or implementation)
author Chris Cannam
date Fri, 12 Sep 2014 11:38:55 +0100
parents 57857a57a03a
children 576be7933ec7
line wrap: on
line diff
--- a/base/PropertyContainer.h	Wed Sep 10 09:40:45 2014 +0100
+++ b/base/PropertyContainer.h	Fri Sep 12 11:38:55 2014 +0100
@@ -91,6 +91,13 @@
 					  int value) const;
 
     /**
+     * If the given property is a ValueProperty, return the icon to be
+     * used for the given value for that property, if any.
+     */
+    virtual QString getPropertyValueIconName(const PropertyName &,
+                                             int value) const;
+
+    /**
      * If the given property is a RangeProperty, return a new
      * RangeMapper object mapping its integer range onto an underlying
      * floating point value range for human-intelligible display, if