diff layer/SpectrogramLayer.h @ 1142:8f4634b82e36 spectrogram-minor-refactor

Pull out paintDetailedScale
author Chris Cannam
date Fri, 05 Aug 2016 14:00:58 +0100
parents 4e7ed3252d80
children c53ed1a6fcbd
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h	Fri Aug 05 13:48:14 2016 +0100
+++ b/layer/SpectrogramLayer.h	Fri Aug 05 14:00:58 2016 +0100
@@ -321,6 +321,8 @@
     void invalidateFFTModel();
 
     void paintWithRenderer(LayerGeometryProvider *v, QPainter &paint, QRect rect) const;
+
+    void paintDetailedScale(LayerGeometryProvider *v, QPainter &paint, QRect rect) const;
     
     virtual void updateMeasureRectYCoords(LayerGeometryProvider *v,
                                           const MeasureRect &r) const;