Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 472:13e8edbffbd7
* Try out a smooth-scaling paint method... not especially promising
author | Chris Cannam |
---|---|
date | Mon, 26 Jan 2009 16:54:44 +0000 |
parents | 9863f9a36cc2 |
children | 3f4b10e76ccd |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Mon Jan 26 15:18:32 2009 +0000 +++ b/layer/Colour3DPlotLayer.h Mon Jan 26 16:54:44 2009 +0000 @@ -149,6 +149,7 @@ int getColourScaleWidth(QPainter &) const; void fillCache(size_t firstBin, size_t lastBin) const; void paintDense(View *v, QPainter &paint, QRect rect) const; + void paintSmooth(View *v, QPainter &paint, QRect rect) const; }; #endif