inherits documentation from base class */
| 686 | |
| 687 | /* inherits documentation from base class */ |
| 688 | void QCPPaintBufferPixmap::draw(QCPPainter *painter) const |
| 689 | { |
| 690 | if (painter && painter->isActive()) |
| 691 | painter->drawPixmap(0, 0, mBuffer); |
| 692 | else |
| 693 | qDebug() << Q_FUNC_INFO << "invalid or inactive painter passed"; |
| 694 | } |
| 695 | |
| 696 | /* inherits documentation from base class */ |
| 697 | void QCPPaintBufferPixmap::clear(const QColor &color) |