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

Method donePainting

src/qt/qcustomplot.cpp:868–874  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

866
867/* inherits documentation from base class */
868void QCPPaintBufferGlFbo::donePainting()
869{
870 if (mGlFrameBuffer && mGlFrameBuffer->isBound())
871 mGlFrameBuffer->release();
872 else
873 qDebug() << Q_FUNC_INFO << "Either OpenGL frame buffer not valid or was not bound";
874}
875
876/* inherits documentation from base class */
877void QCPPaintBufferGlFbo::draw(QCPPainter *painter) const

Callers 1

drawToPaintBufferMethod · 0.80

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected