MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / startPainting

Method startPainting

3rdparty/qcustomplot/qcustomplot.cpp:678–685  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

676
677/* inherits documentation from base class */
678QCPPainter *QCPPaintBufferPixmap::startPainting()
679{
680 QCPPainter *result = new QCPPainter(&mBuffer);
681#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
682 result->setRenderHint(QPainter::HighQualityAntialiasing);
683#endif
684 return result;
685}
686
687/* inherits documentation from base class */
688void QCPPaintBufferPixmap::draw(QCPPainter *painter) const

Callers 1

drawToPaintBufferMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected