Mercurial > hg > svgui
comparison layer/Colour3DPlotRenderer.h @ 1075:2e1d6c2ed3ee spectrogram-minor-refactor
Another tiny bit
author | Chris Cannam |
---|---|
date | Wed, 29 Jun 2016 15:13:54 +0100 |
parents | cb4c9fb37ddc |
children | e536dfc6b250 |
comparison
equal
deleted
inserted
replaced
1074:6f98aa5291d4 | 1075:2e1d6c2ed3ee |
---|---|
106 * the full requested height, it's only width that is | 106 * the full requested height, it's only width that is |
107 * time-constrained. | 107 * time-constrained. |
108 * | 108 * |
109 * If complete is true, the whole rect will be rendered and the | 109 * If complete is true, the whole rect will be rendered and the |
110 * returned QRect will be equal to the passed QRect. | 110 * returned QRect will be equal to the passed QRect. |
111 * | |
112 * If the model to render from is not ready, this will throw a | |
113 * std::logic_error exception. The model must be ready and the | |
114 * layer requesting the render must not be dormant in its view, so | |
115 * that the LayerGeometryProvider returns valid results; it is the | |
116 * caller's responsibility to ensure these. | |
111 */ | 117 */ |
112 RenderResult render(QPainter &paint, | 118 RenderResult render(QPainter &paint, |
113 QRect rect, | 119 QRect rect, |
114 bool complete); | 120 bool complete); |
115 | 121 |