Mercurial > hg > svgui
comparison layer/Colour3DPlotRenderer.h @ 1166:d89e04b0eff3 3.0-integration
Backed out changeset c036560a7205
author | Chris Cannam |
---|---|
date | Thu, 17 Nov 2016 11:48:59 +0000 |
parents | c036560a7205 |
children | 236ecb2c0758 |
comparison
equal
deleted
inserted
replaced
1165:c036560a7205 | 1166:d89e04b0eff3 |
---|---|
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 | |
308 ColumnOp::Column getColumn(int sx, int minbin, int nbins, | 305 ColumnOp::Column getColumn(int sx, int minbin, int nbins, |
309 bool usePeakCache) const; | 306 bool usePeakCache) const; |
310 }; | 307 }; |
311 | 308 |
312 #endif | 309 #endif |