Mercurial > hg > svgui
comparison layer/Colour3DPlotRenderer.h @ 1165:c036560a7205 3.0-integration
Introduce our own scaleDrawBufferImage (though I think we probably won't actually want to use this, so I expect to back it out again)
author | Chris Cannam |
---|---|
date | Thu, 17 Nov 2016 11:48:42 +0000 |
parents | ab169938832a |
children | d89e04b0eff3 |
comparison
equal
deleted
inserted
replaced
1164:f2f43802718b | 1165:c036560a7205 |
---|---|
300 DirectTranslucent | 300 DirectTranslucent |
301 }; | 301 }; |
302 | 302 |
303 RenderType decideRenderType(const LayerGeometryProvider *) const; | 303 RenderType decideRenderType(const LayerGeometryProvider *) const; |
304 | 304 |
305 QImage scaleDrawBufferImage(QImage source, int targetWidth, int targetHeight) | |
306 const; | |
307 | |
305 ColumnOp::Column getColumn(int sx, int minbin, int nbins, | 308 ColumnOp::Column getColumn(int sx, int minbin, int nbins, |
306 bool usePeakCache) const; | 309 bool usePeakCache) const; |
307 }; | 310 }; |
308 | 311 |
309 #endif | 312 #endif |