MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / draw

Method draw

3rdparty/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.80
paintEventMethod · 0.80

Calls 15

QPointClass · 0.85
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
drawLineMethod · 0.80
appendMethod · 0.80

Tested by

no test coverage detected