diff layer/SpectrogramLayer.h @ 1143:c53ed1a6fcbd spectrogram-minor-refactor

Fixes to phase display and colour scale for it; tidy up some debug output
author Chris Cannam
date Fri, 05 Aug 2016 14:31:16 +0100
parents 8f4634b82e36
children 7a19738b9762
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h	Fri Aug 05 14:00:58 2016 +0100
+++ b/layer/SpectrogramLayer.h	Fri Aug 05 14:31:16 2016 +0100
@@ -322,7 +322,10 @@
 
     void paintWithRenderer(LayerGeometryProvider *v, QPainter &paint, QRect rect) const;
 
-    void paintDetailedScale(LayerGeometryProvider *v, QPainter &paint, QRect rect) const;
+    void paintDetailedScale(LayerGeometryProvider *v,
+                            QPainter &paint, QRect rect) const;
+    void paintDetailedScalePhase(LayerGeometryProvider *v,
+                                 QPainter &paint, QRect rect) const;
     
     virtual void updateMeasureRectYCoords(LayerGeometryProvider *v,
                                           const MeasureRect &r) const;