MCPcopy Create free account
hub / github.com/LUX-Core/lux / startPainting

Method startPainting

src/qt/qcustomplot.cpp:667–672  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

665
666/* inherits documentation from base class */
667QCPPainter *QCPPaintBufferPixmap::startPainting()
668{
669 QCPPainter *result = new QCPPainter(&mBuffer);
670 result->setRenderHint(QPainter::HighQualityAntialiasing);
671 return result;
672}
673
674/* inherits documentation from base class */
675void QCPPaintBufferPixmap::draw(QCPPainter *painter) const

Callers 1

drawToPaintBufferMethod · 0.80

Calls 3

isValidMethod · 0.45
isNullMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected