inherits documentation from base class */
| 676 | |
| 677 | /* inherits documentation from base class */ |
| 678 | QCPPainter *QCPPaintBufferPixmap::startPainting() |
| 679 | { |
| 680 | QCPPainter *result = new QCPPainter(&mBuffer); |
| 681 | #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) |
| 682 | result->setRenderHint(QPainter::HighQualityAntialiasing); |
| 683 | #endif |
| 684 | return result; |
| 685 | } |
| 686 | |
| 687 | /* inherits documentation from base class */ |
| 688 | void QCPPaintBufferPixmap::draw(QCPPainter *painter) const |