Mercurial > hg > svgui
diff layer/Colour3DPlotRenderer.cpp @ 1074:6f98aa5291d4 spectrogram-minor-refactor
Pull out render timer
author | Chris Cannam |
---|---|
date | Wed, 29 Jun 2016 14:04:57 +0100 |
parents | cb4c9fb37ddc |
children | 2e1d6c2ed3ee |
line wrap: on
line diff
--- a/layer/Colour3DPlotRenderer.cpp Wed Jun 29 11:53:00 2016 +0100 +++ b/layer/Colour3DPlotRenderer.cpp Wed Jun 29 14:04:57 2016 +0100 @@ -14,6 +14,7 @@ */ #include "Colour3DPlotRenderer.h" +#include "RenderTimer.h" Colour3DPlotRenderer::RenderResult Colour3DPlotRenderer::render(QPainter &paint, @@ -25,5 +26,9 @@ //!!! todo: peak frequency style //!!! todo: transparent style from Colour3DPlot + + //!!! todo: bin boundary alignment when in BinResolution + + return { rect, {} }; }