MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / draw

Method draw

qcustomplot/qcustomplot.cpp:675–681  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

673
674/* inherits documentation from base class */
675void QCPPaintBufferPixmap::draw(QCPPainter *painter) const
676{
677 if (painter && painter->isActive())
678 painter->drawPixmap(0, 0, mBuffer);
679 else
680 qDebug() << Q_FUNC_INFO << "invalid or inactive painter passed";
681}
682
683/* inherits documentation from base class */
684void QCPPaintBufferPixmap::clear(const QColor &color)

Callers 2

foreachFunction · 0.80
paintEventMethod · 0.80

Calls 15

orientationFunction · 0.85
rectFunction · 0.85
nameFunction · 0.85
selectionFunction · 0.85
keyAxisFunction · 0.85
valueAxisFunction · 0.85
setPenMethod · 0.80
setBrushMethod · 0.80
normalizedMethod · 0.80
colorMethod · 0.80
drawPolylineMethod · 0.80
drawLineMethod · 0.80

Tested by

no test coverage detected