inherits documentation from base class */
| 682 | |
| 683 | /* inherits documentation from base class */ |
| 684 | void QCPPaintBufferPixmap::clear(const QColor &color) |
| 685 | { |
| 686 | mBuffer.fill(color); |
| 687 | } |
| 688 | |
| 689 | /* inherits documentation from base class */ |
| 690 | void QCPPaintBufferPixmap::reallocateBuffer() |
no test coverage detected