inherits documentation from base class */
| 665 | |
| 666 | /* inherits documentation from base class */ |
| 667 | QCPPainter *QCPPaintBufferPixmap::startPainting() |
| 668 | { |
| 669 | QCPPainter *result = new QCPPainter(&mBuffer); |
| 670 | result->setRenderHint(QPainter::HighQualityAntialiasing); |
| 671 | return result; |
| 672 | } |
| 673 | |
| 674 | /* inherits documentation from base class */ |
| 675 | void QCPPaintBufferPixmap::draw(QCPPainter *painter) const |
no test coverage detected