MCPcopy Create free account
hub / github.com/CloudCompare/CloudCompare / draw

Method draw

qCC/extern/QCustomPlot/qcustomplot.cpp:688–694  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

686
687/* inherits documentation from base class */
688void 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 */
697void QCPPaintBufferPixmap::clear(const QColor &color)

Callers 2

foreachFunction · 0.45
paintEventMethod · 0.45

Calls 15

drawFunction · 0.85
orientationFunction · 0.85
nameFunction · 0.85
selectionFunction · 0.85
keyAxisFunction · 0.85
valueAxisFunction · 0.85
setVisibleFunction · 0.85
toImageMethod · 0.80
setPenMethod · 0.80
setBrushMethod · 0.80
isNullMethod · 0.80
drawLineMethod · 0.80

Tested by

no test coverage detected