inherits documentation from base class */
| 866 | |
| 867 | /* inherits documentation from base class */ |
| 868 | void 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 */ |
| 877 | void QCPPaintBufferGlFbo::draw(QCPPainter *painter) const |
no test coverage detected