| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGLWidget| Name: | QGLWidget::QGLWidget | | Prototype: | QGLWidget::QGLWidget(QGLWidgetPrivate &dd, const QGLFormat &format, QWidget *parent, const QGLWidget *shareWidget, Qt::WindowFlags f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3888-3897 |
| | 5 | 1 |
QGLWidget| Name: | QGLWidget::QGLWidget | | Prototype: | QGLWidget::QGLWidget(const QGLFormat &format, QWidget *parent, const QGLWidget* shareWidget, Qt::WindowFlags f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3929-3938 |
| | 5 | 1 |
QGLWidget| Name: | QGLWidget::QGLWidget | | Prototype: | QGLWidget::QGLWidget(QGLContext *context, QWidget *parent, const QGLWidget *shareWidget, Qt::WindowFlags f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3965-3974 |
| | 5 | 1 |
bindTexture| Name: | QGLWidget::bindTexture | | Prototype: | GLuint QGLWidget::bindTexture(const QImage &image, GLenum target, GLint format) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5029-5036 |
| | 4 | 2 |
bindTexture| Name: | QGLWidget::bindTexture | | Prototype: | GLuint QGLWidget::bindTexture(const QImage &image, GLenum target, GLint format, QGLContext::BindOptions options) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5045-5052 |
| | 4 | 2 |
bindTexture| Name: | QGLWidget::bindTexture | | Prototype: | GLuint QGLWidget::bindTexture(const QPixmap &pixmap, GLenum target, GLint format) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5061-5068 |
| | 4 | 2 |
bindTexture| Name: | QGLWidget::bindTexture | | Prototype: | GLuint QGLWidget::bindTexture(const QPixmap &pixmap, GLenum target, GLint format, QGLContext::BindOptions options) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5080-5085 |
| | 2 | 1 |
bindTexture| Name: | QGLWidget::bindTexture | | Prototype: | GLuint QGLWidget::bindTexture(const QString &fileName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5093-5097 |
| | 2 | 1 |
colormap| Name: | QGLWidget::colormap | | Prototype: | const QGLColormap & QGLWidget::colormap() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4712-4716 |
| | 2 | 1 |
convertToGLFormat| Name: | QGLWidget::convertToGLFormat | | Prototype: | QImage QGLWidget::convertToGLFormat(const QImage& img) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4690-4695 |
| | 3 | 1 |
deleteTexture| Name: | QGLWidget::deleteTexture | | Prototype: | void QGLWidget::deleteTexture(GLuint id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5105-5109 |
| | 2 | 1 |
doneCurrent| Name: | QGLWidget::doneCurrent | | Prototype: | void QGLWidget::doneCurrent() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4092-4096 |
| | 2 | 1 |
doubleBuffer| Name: | QGLWidget::doubleBuffer | | Prototype: | bool QGLWidget::doubleBuffer() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5005-5009 |
| | 2 | 1 |
drawTexture| Name: | QGLWidget::drawTexture | | Prototype: | void QGLWidget::drawTexture(const QRectF &target, GLuint textureId, GLenum textureTarget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5118-5122 |
| | 2 | 1 |
drawTexture| Name: | QGLWidget::drawTexture | | Prototype: | void QGLWidget::drawTexture(const QPointF &point, GLuint textureId, GLenum textureTarget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5131-5135 |
| | 2 | 1 |
format| Name: | QGLWidget::format | | Prototype: | QGLFormat QGLWidget::format() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4993-4997 |
| | 2 | 1 |
glDraw| Name: | QGLWidget::glDraw | | Prototype: | void QGLWidget::glDraw() | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4547-4579 |
| | 23 | 7 |
glInit| Name: | QGLWidget::glInit | | Prototype: | void QGLWidget::glInit() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4529-4537 |
| | 6 | 2 |
grabFrameBuffer| Name: | QGLWidget::grabFrameBuffer | | Prototype: | QImage QGLWidget::grabFrameBuffer(bool withAlpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4509-4520 |
| | 9 | 2 |
overlayContext| Name: | QGLWidget::overlayContext | | Prototype: | const QGLContext* QGLWidget::overlayContext() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4126-4129 |
| | 1 | 1 |
paintEvent| Name: | QGLWidget::paintEvent | | Prototype: | void QGLWidget::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4397-4403 |
| | 3 | 2 |
paintGL| Name: | QGLWidget::paintGL | | Prototype: | void QGLWidget::paintGL() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4296-4299 |
| | 1 | 1 |
qglClearColor| Name: | QGLWidget::qglClearColor | | Prototype: | void QGLWidget::qglClearColor(const QColor& c) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4624-4646 |
| | 12 | 5 |
qglColor| Name: | QGLWidget::qglColor | | Prototype: | void QGLWidget::qglColor(const QColor& c) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4591-4614 |
| | 11 | 5 |
renderPixmap| Name: | QGLWidget::renderPixmap | | Prototype: | QPixmap QGLWidget::renderPixmap(int w, int h, bool useContext) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4467-4494 |
| | 21 | 3 |
renderText| Name: | QGLWidget::renderText | | Prototype: | void QGLWidget::renderText(int x, int y, const QString &str, const QFont &font) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4814-4882 |
| | 40 | 8 |
renderText| Name: | QGLWidget::renderText | | Prototype: | void QGLWidget::renderText(double x, double y, double z, const QString &str, const QFont &font) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4903-4991 |
| | 56 | 8 |
resizeEvent| Name: | QGLWidget::resizeEvent | | Prototype: | void QGLWidget::resizeEvent(QResizeEvent *e) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4412-4426 |
| | 10 | 3 |
setAutoBufferSwap| Name: | QGLWidget::setAutoBufferSwap | | Prototype: | void QGLWidget::setAutoBufferSwap(bool on) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5011-5015 |
| | 2 | 1 |
setColormap| Name: | QGLWidget::setColormap | | Prototype: | void QGLWidget::setColormap(const QGLColormap & c) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4726-4729 |
| | 1 | 1 |
setFormat| Name: | QGLWidget::setFormat | | Prototype: | void QGLWidget::setFormat(const QGLFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4168-4171 |
| | 1 | 1 |
updateGL| Name: | QGLWidget::updateGL | | Prototype: | void QGLWidget::updateGL() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4249-4255 |
| | 4 | 2 |
setContext| Name: | QGLWidget::setContext | | Prototype: | void QGLWidget::setContext(QGLContext *context, const QGLContext* shareContext, bool deleteOldContext) | | Coverage: | 53.846% (7/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4220-4241 |
| | 12 | 5 |
isValid| Name: | QGLWidget::isValid | | Prototype: | bool QGLWidget::isValid() const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4048-4052 |
| | 2 | 1 |
event| Name: | QGLWidget::event | | Prototype: | bool QGLWidget::event(QEvent *e) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4373-4385 |
| | 6 | 3 |
QGLWidget| Name: | QGLWidget::QGLWidget | | Prototype: | QGLWidget::QGLWidget(QWidget *parent, const QGLWidget* shareWidget, Qt::WindowFlags f) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3875-3883 |
| | 5 | 1 |
autoBufferSwap| Name: | QGLWidget::autoBufferSwap | | Prototype: | bool QGLWidget::autoBufferSwap() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5017-5021 |
| | 2 | 1 |
context| Name: | QGLWidget::context | | Prototype: | QGLContext *QGLWidget::context() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4999-5003 |
| | 2 | 1 |
isSharing| Name: | QGLWidget::isSharing | | Prototype: | bool QGLWidget::isSharing() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4064-4068 |
| | 2 | 1 |
makeCurrent| Name: | QGLWidget::makeCurrent | | Prototype: | void QGLWidget::makeCurrent() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4078-4082 |
| | 2 | 1 |
paintEngine| Name: | QGLWidget::paintEngine | | Prototype: | QPaintEngine *QGLWidget::paintEngine() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5149-5152 |
| | 1 | 1 |
swapBuffers| Name: | QGLWidget::swapBuffers | | Prototype: | void QGLWidget::swapBuffers() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4111-4115 |
| | 2 | 1 |
~QGLWidget| Name: | QGLWidget::~QGLWidget | | Prototype: | QGLWidget::~QGLWidget() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3980-3986 |
| | 4 | 1 |