comparison layer/Colour3DPlotRenderer.h @ 1080:2e5945b87aca spectrogram-minor-refactor

Minor adjustments
author Chris Cannam
date Thu, 30 Jun 2016 16:28:32 +0100
parents 7ebfb61b1701
children 5b4fe7bb9430
comparison
equal deleted inserted replaced
1079:7ebfb61b1701 1080:2e5945b87aca
150 // area that is being requested but is not valid in the cache, and 150 // area that is being requested but is not valid in the cache, and
151 // then repainting from cache to the requested painter. 151 // then repainting from cache to the requested painter.
152 ScrollableImageCache m_cache; 152 ScrollableImageCache m_cache;
153 153
154 RenderResult render(QPainter &paint, QRect rect, bool timeConstrained); 154 RenderResult render(QPainter &paint, QRect rect, bool timeConstrained);
155 QRect renderToCache(int x0, int repaintWidth, bool timeConstrained); 155 void renderToCache(int x0, int repaintWidth,
156 bool rightToLeft, bool timeConstrained);
156 void clearDrawBuffer(int w, int h); 157 void clearDrawBuffer(int w, int h);
157 }; 158 };
158 159
159 #endif 160 #endif
160 161