comparison 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
comparison
equal deleted inserted replaced
1142:8f4634b82e36 1143:c53ed1a6fcbd
320 Dense3DModelPeakCache *getPeakCache() const; 320 Dense3DModelPeakCache *getPeakCache() const;
321 void invalidateFFTModel(); 321 void invalidateFFTModel();
322 322
323 void paintWithRenderer(LayerGeometryProvider *v, QPainter &paint, QRect rect) const; 323 void paintWithRenderer(LayerGeometryProvider *v, QPainter &paint, QRect rect) const;
324 324
325 void paintDetailedScale(LayerGeometryProvider *v, QPainter &paint, QRect rect) const; 325 void paintDetailedScale(LayerGeometryProvider *v,
326 QPainter &paint, QRect rect) const;
327 void paintDetailedScalePhase(LayerGeometryProvider *v,
328 QPainter &paint, QRect rect) const;
326 329
327 virtual void updateMeasureRectYCoords(LayerGeometryProvider *v, 330 virtual void updateMeasureRectYCoords(LayerGeometryProvider *v,
328 const MeasureRect &r) const; 331 const MeasureRect &r) const;
329 virtual void setMeasureRectYCoord(LayerGeometryProvider *v, 332 virtual void setMeasureRectYCoord(LayerGeometryProvider *v,
330 MeasureRect &r, bool start, int y) const; 333 MeasureRect &r, bool start, int y) const;