Mercurial > hg > svgui
comparison layer/Colour3DPlotLayer.h @ 472:13e8edbffbd7
* Try out a smooth-scaling paint method... not especially promising
author | Chris Cannam |
---|---|
date | Mon, 26 Jan 2009 16:54:44 +0000 |
parents | 9863f9a36cc2 |
children | 3f4b10e76ccd |
comparison
equal
deleted
inserted
replaced
471:72a080272a4e | 472:13e8edbffbd7 |
---|---|
147 DenseThreeDimensionalModel::Column getColumn(size_t col) const; | 147 DenseThreeDimensionalModel::Column getColumn(size_t col) const; |
148 | 148 |
149 int getColourScaleWidth(QPainter &) const; | 149 int getColourScaleWidth(QPainter &) const; |
150 void fillCache(size_t firstBin, size_t lastBin) const; | 150 void fillCache(size_t firstBin, size_t lastBin) const; |
151 void paintDense(View *v, QPainter &paint, QRect rect) const; | 151 void paintDense(View *v, QPainter &paint, QRect rect) const; |
152 void paintSmooth(View *v, QPainter &paint, QRect rect) const; | |
152 }; | 153 }; |
153 | 154 |
154 #endif | 155 #endif |