comparison layer/Colour3DPlotRenderer.cpp @ 1073:cb4c9fb37ddc spectrogram-minor-refactor

More renderer stubbing
author Chris Cannam
date Wed, 29 Jun 2016 11:53:00 +0100
parents 65b183494331
children 6f98aa5291d4
comparison
equal deleted inserted replaced
1072:76b50b48e1e4 1073:cb4c9fb37ddc
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #include "Colour3DPlotRenderer.h" 16 #include "Colour3DPlotRenderer.h"
17 17
18 Colour3DPlotRenderer::RenderResult
19 Colour3DPlotRenderer::render(QPainter &paint,
20 QRect rect,
21 bool complete)
22 {
23 //!!! todo: timing/incomplete paint
24
25 //!!! todo: peak frequency style
26
27 //!!! todo: transparent style from Colour3DPlot
28 }
29