| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QGL2PaintEngineEx::createState| Name: | QGL2PaintEngineEx::createState | | Prototype: | QPainterState *QGL2PaintEngineEx::createState(QPainterState *orig) const | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 2467-2485 |
| | 12 | 3 |
QGL2PaintEngineEx::drawImage| Name: | QGL2PaintEngineEx::drawImage | | Prototype: | void QGL2PaintEngineEx::drawImage(const QRectF& dest, const QImage& image, const QRectF& src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1467-1506 |
| | 20 | 3 |
QGL2PaintEngineEx::drawPixmap| Name: | QGL2PaintEngineEx::drawPixmap | | Prototype: | void QGL2PaintEngineEx::drawPixmap(const QRectF& dest, const QPixmap & pixmap, const QRectF & src) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1421-1465 |
| | 25 | 3 |
QGL2PaintEngineEx::drawPixmapFragments| Name: | QGL2PaintEngineEx::drawPixmapFragments | | Prototype: | void QGL2PaintEngineEx::drawPixmapFragments(const QPainter::PixmapFragment *fragments, int fragmentCount, const QPixmap &pixmap, QPainter::PixmapFragmentHints hints) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1910-1928 |
| | 10 | 3 |
QGL2PaintEngineEx::renderHintsChanged| Name: | QGL2PaintEngineEx::renderHintsChanged | | Prototype: | void QGL2PaintEngineEx::renderHintsChanged() | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1388-1406 |
| | 9 | 3 |
QGL2PaintEngineEx::stroke| Name: | QGL2PaintEngineEx::stroke | | Prototype: | void QGL2PaintEngineEx::stroke(const QVectorPath &path, const QPen &pen) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1266-1284 |
| | 11 | 3 |
QGL2PaintEngineExPrivate::updateMatrix| Name: | QGL2PaintEngineExPrivate::updateMatrix | | Prototype: | void QGL2PaintEngineExPrivate::updateMatrix() | | Coverage: | 33.333% (3/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 370-438 |
| | 30 | 3 |
QGL2PaintEngineExPrivate::updateTextureFilter| Name: | QGL2PaintEngineExPrivate::updateTextureFilter | | Prototype: | void QGL2PaintEngineExPrivate::updateTextureFilter(GLenum target, GLenum wrapMode, bool smoothPixmapTransform, GLuint id) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 115-132 |
| | 10 | 3 |
QGL2PaintEngineExPrivate::~QGL2PaintEngineExPrivate| Name: | QGL2PaintEngineExPrivate::~QGL2PaintEngineExPrivate | | Prototype: | QGL2PaintEngineExPrivate::~QGL2PaintEngineExPrivate() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 98-113 |
| | 9 | 3 |
QGLBuffer::allocate| Name: | QGLBuffer::allocate | | Prototype: | void QGLBuffer::allocate(const void *data, int count) | | Coverage: | 55.556% (5/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 389-398 |
| | 5 | 3 |
QGLBuffer::map| Name: | QGLBuffer::map | | Prototype: | void *QGLBuffer::map(QGLBuffer::Access access) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 538-548 |
| | 6 | 3 |
QGLBuffer::operator=| Name: | QGLBuffer::operator= | | Prototype: | QGLBuffer &QGLBuffer::operator=(const QGLBuffer &other) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 211-222 |
| | 7 | 3 |
QGLBuffer::read| Name: | QGLBuffer::read | | Prototype: | bool QGLBuffer::read(int offset, void *data, int count) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 342-357 |
| | 6 | 3 |
QGLBuffer::release| Name: | QGLBuffer::release | | Prototype: | void QGLBuffer::release() | | Coverage: | 55.556% (5/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 455-464 |
| | 5 | 3 |
QGLBuffer::unmap| Name: | QGLBuffer::unmap | | Prototype: | bool QGLBuffer::unmap() | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 563-573 |
| | 6 | 3 |
QGLBuffer::write| Name: | QGLBuffer::write | | Prototype: | void QGLBuffer::write(int offset, const void *data, int count) | | Coverage: | 55.556% (5/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 369-378 |
| | 5 | 3 |
QGLColormap::detach_helper| Name: | QGLColormap::detach_helper | | Prototype: | void QGLColormap::detach_helper() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | | Lines: | 153-166 |
| | 10 | 3 |
QGLColormap::setEntries| Name: | QGLColormap::setEntries | | Prototype: | void QGLColormap::setEntries(int count, const QRgb *colors, int base) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | | Lines: | 185-195 |
| | 13 | 3 |
QGLContext::create| Name: | QGLContext::create | | Prototype: | bool QGLContext::create(const QGLContext* shareContext) | | Coverage: | 46.154% (6/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3364-3377 |
| | 9 | 3 |
QGLContext::fromOpenGLContext| Name: | QGLContext::fromOpenGLContext | | Prototype: | QGLContext *QGLContext::fromOpenGLContext(QOpenGLContext *context) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 2201-2212 |
| | 6 | 3 |
QGLContext::swapBuffers| Name: | QGLContext::swapBuffers | | Prototype: | void QGLContext::swapBuffers() const | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3608-3619 |
| | 7 | 3 |
QGLContextGroup::addShare| Name: | QGLContextGroup::addShare | | Prototype: | void QGLContextGroup::addShare(const QGLContext *context, const QGLContext *share) | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5217-5236 |
| | 11 | 3 |
QGLContextPrivate::setVertexAttribArrayEnabled| Name: | QGLContextPrivate::setVertexAttribArrayEnabled | | Prototype: | void QGLContextPrivate::setVertexAttribArrayEnabled(int arrayIndex, bool enabled) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 2235-2250 |
| | 7 | 3 |
QGLContextPrivate::syncGlState| Name: | QGLContextPrivate::syncGlState | | Prototype: | void QGLContextPrivate::syncGlState() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 2252-2265 |
| | 5 | 3 |
QGLCustomShaderStage::setOnPainter| Name: | QGLCustomShaderStage::setOnPainter | | Prototype: | bool QGLCustomShaderStage::setOnPainter(QPainter* p) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp | | Lines: | 82-98 |
| | 11 | 3 |
QGLEngineSharedShaders::cleanupCustomStage| Name: | QGLEngineSharedShaders::cleanupCustomStage | | Prototype: | void QGLEngineSharedShaders::cleanupCustomStage(QGLCustomShaderStage* stage) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | | Lines: | 475-487 |
| | 7 | 3 |
QGLEngineSharedShaders::~QGLEngineSharedShaders| Name: | QGLEngineSharedShaders::~QGLEngineSharedShaders | | Prototype: | QGLEngineSharedShaders::~QGLEngineSharedShaders() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | | Lines: | 301-321 |
| | 10 | 3 |
QGLFBOGLPaintDevice::setFBO| Name: | QGLFBOGLPaintDevice::setFBO | | Prototype: | void QGLFBOGLPaintDevice::setFBO(QGLFramebufferObject* f, QGLFramebufferObject::Attachment attachment) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 356-385 |
| | 20 | 3 |
QGLFormat::detach| Name: | QGLFormat::detach | | Prototype: | void QGLFormat::detach() | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 399-407 |
| | 5 | 3 |
QGLFormat::operator=| Name: | QGLFormat::operator= | | Prototype: | QGLFormat &QGLFormat::operator=(const QGLFormat &other) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 423-432 |
| | 6 | 3 |
QGLFramebufferObject::bindDefault| Name: | QGLFramebufferObject::bindDefault | | Prototype: | bool QGLFramebufferObject::bindDefault() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1189-1207 |
| | 9 | 3 |
QGLFramebufferObject::blitFramebuffer| Name: | QGLFramebufferObject::blitFramebuffer | | Prototype: | void QGLFramebufferObject::blitFramebuffer(QGLFramebufferObject *target, const QRect &targetRect, QGLFramebufferObject *source, const QRect &sourceRect, GLbitfield buffers, GLenum filter) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1403-1443 |
| | 25 | 3 |
QGLFramebufferObject::paintEngine| Name: | QGLFramebufferObject::paintEngine | | Prototype: | QPaintEngine *QGLFramebufferObject::paintEngine() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1166-1178 |
| | 8 | 3 |
QGLFramebufferObjectFormat::detach| Name: | QGLFramebufferObjectFormat::detach | | Prototype: | void QGLFramebufferObjectFormat::detach() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 139-148 |
| | 6 | 3 |
QGLFramebufferObjectFormat::operator=| Name: | QGLFramebufferObjectFormat::operator= | | Prototype: | QGLFramebufferObjectFormat &QGLFramebufferObjectFormat::operator=(const QGLFramebufferObjectFormat &other) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 180-189 |
| | 6 | 3 |
QGLFunctions::hasOpenGLFeature| Name: | QGLFunctions::hasOpenGLFeature | | Prototype: | bool QGLFunctions::hasOpenGLFeature(QGLFunctions::OpenGLFeature feature) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglfunctions.cpp | | Lines: | 325-333 |
| | 6 | 3 |
QGLFunctions::openGLFeatures| Name: | QGLFunctions::openGLFeatures | | Prototype: | QGLFunctions::OpenGLFeatures QGLFunctions::openGLFeatures() const | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglfunctions.cpp | | Lines: | 306-314 |
| | 6 | 3 |
QGLPaintDevice::ensureActiveTarget| Name: | QGLPaintDevice::ensureActiveTarget | | Prototype: | void QGLPaintDevice::ensureActiveTarget() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | | Lines: | 109-123 |
| | 8 | 3 |
QGLPixelBuffer::toImage| Name: | QGLPixelBuffer::toImage | | Prototype: | QImage QGLPixelBuffer::toImage() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 384-394 |
| | 7 | 3 |
QGLPixelBuffer::~QGLPixelBuffer| Name: | QGLPixelBuffer::~QGLPixelBuffer | | Prototype: | QGLPixelBuffer::~QGLPixelBuffer() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpixelbuffer.cpp | | Lines: | 196-207 |
| | 7 | 3 |
QGLShader::sourceCode| Name: | QGLShader::sourceCode | | Prototype: | QByteArray QGLShader::sourceCode() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 501-517 |
| | 14 | 3 |
QGLShaderProgram::addShaderFromSourceCode| Name: | QGLShaderProgram::addShaderFromSourceCode | | Prototype: | bool QGLShaderProgram::addShaderFromSourceCode(QGLShader::ShaderType type, const char *source) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 753-766 |
| | 10 | 3 |
QGLShaderProgram::addShaderFromSourceFile| Name: | QGLShaderProgram::addShaderFromSourceFile | | Prototype: | bool QGLShaderProgram::addShaderFromSourceFile (QGLShader::ShaderType type, const QString& fileName) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 820-834 |
| | 10 | 3 |
QGLShaderProgram::hasOpenGLShaderPrograms| Name: | QGLShaderProgram::hasOpenGLShaderPrograms | | Prototype: | bool QGLShaderProgram::hasOpenGLShaderPrograms(const QGLContext *context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 3174-3188 |
| | 6 | 3 |
QGLShaderProgram::programId| Name: | QGLShaderProgram::programId | | Prototype: | GLuint QGLShaderProgram::programId() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 1050-1063 |
| | 7 | 3 |
QGLShaderProgram::removeShader| Name: | QGLShaderProgram::removeShader | | Prototype: | void QGLShaderProgram::removeShader(QGLShader *shader) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 843-857 |
| | 9 | 3 |
QGLShaderProgramPrivate::hasShader| Name: | QGLShaderProgramPrivate::hasShader | | Prototype: | bool QGLShaderProgramPrivate::hasShader(QGLShader::ShaderType type) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 633-640 |
| | 4 | 3 |
QGLSignalProxy::instance| Name: | QGLSignalProxy::instance | | Prototype: | QGLSignalProxy *QGLSignalProxy::instance() | | Coverage: | 36.364% (4/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 169-177 |
| | 5 | 3 |
QGLTextureCache::remove| Name: | QGLTextureCache::remove | | Prototype: | bool QGLTextureCache::remove(QGLContext* ctx, GLuint textureId) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1947-1960 |
| | 9 | 3 |
QGLTextureCache::removeContextTextures| Name: | QGLTextureCache::removeContextTextures | | Prototype: | void QGLTextureCache::removeContextTextures(QGLContext* ctx) | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1962-1971 |
| | 6 | 3 |
QGLTextureGlyphCache::maxTextureHeight| Name: | QGLTextureGlyphCache::maxTextureHeight | | Prototype: | int QGLTextureGlyphCache::maxTextureHeight() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp | | Lines: | 385-395 |
| | 6 | 3 |
QGLWidget::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: | 4379-4391 |
| | 6 | 3 |
QGLWidget::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: | 4473-4500 |
| | 21 | 3 |
QGLWidget::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: | 4418-4432 |
| | 10 | 3 |
QGLWidgetPrivate::initContext| Name: | QGLWidgetPrivate::initContext | | Prototype: | void QGLWidgetPrivate::initContext(QGLContext *context, const QGLWidget* shareWidget) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5168-5183 |
| | 9 | 3 |
QGenericPluginFactory::keys| Name: | QGenericPluginFactory::keys | | Prototype: | QStringList QGenericPluginFactory::keys() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qgenericpluginfactory.cpp | | Lines: | 80-93 |
| | 9 | 3 |
QGenericUnixServices::openUrl| Name: | QGenericUnixServices::openUrl | | Prototype: | bool QGenericUnixServices::openUrl(const QUrl &url) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/services/genericunix/qgenericunixservices.cpp | | Lines: | 139-149 |
| | 6 | 3 |
QGestureEvent::activeGestures| Name: | QGestureEvent::activeGestures | | Prototype: | QList<QGesture *> QGestureEvent::activeGestures() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | | Lines: | 916-924 |
| | 5 | 3 |
QGestureEvent::canceledGestures| Name: | QGestureEvent::canceledGestures | | Prototype: | QList<QGesture *> QGestureEvent::canceledGestures() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | | Lines: | 929-937 |
| | 5 | 3 |
QGestureEvent::gesture| Name: | QGestureEvent::gesture | | Prototype: | QGesture *QGestureEvent::gesture(Qt::GestureType type) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | | Lines: | 905-911 |
| | 4 | 3 |
QGestureEvent::mapToGraphicsScene| Name: | QGestureEvent::mapToGraphicsScene | | Prototype: | QPointF QGestureEvent::mapToGraphicsScene(const QPointF &gesturePoint) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | | Lines: | 1083-1093 |
| | 7 | 3 |
QGestureManager::cleanupGesturesForRemovedRecognizer| Name: | QGestureManager::cleanupGesturesForRemovedRecognizer | | Prototype: | void QGestureManager::cleanupGesturesForRemovedRecognizer(QGesture *gesture) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesturemanager.cpp | | Lines: | 467-479 |
| | 8 | 3 |
QGestureManager::filterEvent| Name: | QGestureManager::filterEvent | | Prototype: | bool QGestureManager::filterEvent(QObject *receiver, QEvent *event) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesturemanager.cpp | | Lines: | 549-564 |
| | 9 | 3 |
QGestureManager::instance| Name: | QGestureManager::instance | | Prototype: | QGestureManager* QGestureManager::instance() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4565-4573 |
| | 6 | 3 |
QGestureManager::registerGestureRecognizer| Name: | QGestureManager::registerGestureRecognizer | | Prototype: | Qt::GestureType QGestureManager::registerGestureRecognizer(QGestureRecognizer *recognizer) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesturemanager.cpp | | Lines: | 123-140 |
| | 12 | 3 |
QGlobalNetworkProxy::setApplicationProxyFactory| Name: | QGlobalNetworkProxy::setApplicationProxyFactory | | Prototype: | void setApplicationProxyFactory(QNetworkProxyFactory *factory) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | | Lines: | 287-296 |
| | 7 | 3 |
QGradientCache::addCacheElement| Name: | QGradientCache::addCacheElement | | Prototype: | QExplicitlySharedDataPointer<const CacheInfo> addCacheElement(quint64 hash_val, const QGradient &gradient, int opacity) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 4196-4206 |
| | 7 | 3 |
QGraphicsAnchorLayoutPrivate::QGraphicsAnchorLayoutPrivate| Name: | QGraphicsAnchorLayoutPrivate::QGraphicsAnchorLayoutPrivate | | Prototype: | QGraphicsAnchorLayoutPrivate::QGraphicsAnchorLayoutPrivate() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 623-639 |
| | 9 | 3 |
QGraphicsAnchorLayoutPrivate::addAnchor_helper| Name: | QGraphicsAnchorLayoutPrivate::addAnchor_helper | | Prototype: | void QGraphicsAnchorLayoutPrivate::addAnchor_helper(QGraphicsLayoutItem *firstItem, Qt::AnchorPoint firstEdge, QGraphicsLayoutItem *secondItem, Qt::AnchorPoint secondEdge, AnchorData *data) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 1727-1765 |
| | 14 | 3 |
QGraphicsAnchorLayoutPrivate::calculateNonTrunk| Name: | QGraphicsAnchorLayoutPrivate::calculateNonTrunk | | Prototype: | bool QGraphicsAnchorLayoutPrivate::calculateNonTrunk(const QList<QSimplexConstraint *> &constraints, const QList<AnchorData *> &variables) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 2262-2281 |
| | 10 | 3 |
QGraphicsAnchorLayoutPrivate::getAnchor| Name: | QGraphicsAnchorLayoutPrivate::getAnchor | | Prototype: | QGraphicsAnchor *QGraphicsAnchorLayoutPrivate::getAnchor(QGraphicsLayoutItem *firstItem, Qt::AnchorPoint firstEdge, QGraphicsLayoutItem *secondItem, Qt::AnchorPoint secondEdge) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 1767-1794 |
| | 11 | 3 |
QGraphicsAnchorLayoutPrivate::identifyFloatItems| Name: | QGraphicsAnchorLayoutPrivate::identifyFloatItems | | Prototype: | void QGraphicsAnchorLayoutPrivate::identifyFloatItems(const QSet<AnchorData *> &visited, Orientation orientation) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 2571-2582 |
| | 7 | 3 |
QGraphicsAnchorLayoutPrivate::removeVertex| Name: | QGraphicsAnchorLayoutPrivate::removeVertex | | Prototype: | void QGraphicsAnchorLayoutPrivate::removeVertex(QGraphicsLayoutItem *item, Qt::AnchorPoint edge) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 1938-1949 |
| | 7 | 3 |
QGraphicsAnchorLayoutPrivate::replaceVertex| Name: | QGraphicsAnchorLayoutPrivate::replaceVertex | | Prototype: | bool QGraphicsAnchorLayoutPrivate::replaceVertex(Orientation orientation, AnchorVertex *oldV, AnchorVertex *newV, const QList<AnchorData *> &edges) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 884-913 |
| | 13 | 3 |
QGraphicsAnchorLayoutPrivate::restoreSimplifiedGraph| Name: | QGraphicsAnchorLayoutPrivate::restoreSimplifiedGraph | | Prototype: | void QGraphicsAnchorLayoutPrivate::restoreSimplifiedGraph(Orientation orientation) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 1260-1287 |
| | 12 | 3 |
QGraphicsAnchorPrivate::setSpacing| Name: | QGraphicsAnchorPrivate::setSpacing | | Prototype: | void QGraphicsAnchorPrivate::setSpacing(qreal value) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 90-105 |
| | 8 | 3 |
QGraphicsBlurEffect::draw| Name: | QGraphicsBlurEffect::draw | | Prototype: | void QGraphicsBlurEffect::draw(QPainter *painter) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | | Lines: | 860-876 |
| | 10 | 3 |
QGraphicsDropShadowEffect::draw| Name: | QGraphicsDropShadowEffect::draw | | Prototype: | void QGraphicsDropShadowEffect::draw(QPainter *painter) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | | Lines: | 1051-1071 |
| | 13 | 3 |
QGraphicsEffect::setEnabled| Name: | QGraphicsEffect::setEnabled | | Prototype: | void QGraphicsEffect::setEnabled(bool enable) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | | Lines: | 470-482 |
| | 8 | 3 |
QGraphicsEllipseItem::boundingRect| Name: | QGraphicsEllipseItem::boundingRect | | Prototype: | QRectF QGraphicsEllipseItem::boundingRect() const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8910-8921 |
| | 7 | 3 |
QGraphicsEllipseItem::paint| Name: | QGraphicsEllipseItem::paint | | Prototype: | void QGraphicsEllipseItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8953-8967 |
| | 9 | 3 |
QGraphicsEllipseItem::shape| Name: | QGraphicsEllipseItem::shape | | Prototype: | QPainterPath QGraphicsEllipseItem::shape() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8926-8940 |
| | 9 | 3 |
QGraphicsGridLayout::itemAt| Name: | QGraphicsGridLayout::itemAt | | Prototype: | QGraphicsLayoutItem *QGraphicsGridLayout::itemAt(int row, int column) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 535-545 |
| | 7 | 3 |
QGraphicsGridLayout::itemAt| Name: | QGraphicsGridLayout::itemAt | | Prototype: | QGraphicsLayoutItem *QGraphicsGridLayout::itemAt(int index) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 560-571 |
| | 8 | 3 |
QGraphicsItem::addToIndex| Name: | QGraphicsItem::addToIndex | | Prototype: | void QGraphicsItem::addToIndex() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7583-7592 |
| | 5 | 3 |
QGraphicsItem::boundingRegion| Name: | QGraphicsItem::boundingRegion | | Prototype: | QRegion QGraphicsItem::boundingRegion(const QTransform &itemToDeviceTransform) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5310-5359 |
| | 30 | 3 |
QGraphicsItem::grabKeyboard| Name: | QGraphicsItem::grabKeyboard | | Prototype: | void QGraphicsItem::grabKeyboard() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3683-3694 |
| | 7 | 3 |
QGraphicsItem::grabMouse| Name: | QGraphicsItem::grabMouse | | Prototype: | void QGraphicsItem::grabMouse() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3621-3632 |
| | 7 | 3 |
QGraphicsItem::installSceneEventFilter| Name: | QGraphicsItem::installSceneEventFilter | | Prototype: | void QGraphicsItem::installSceneEventFilter(QGraphicsItem *filterItem) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 6714-6727 |
| | 9 | 3 |
QGraphicsItem::removeFromIndex| Name: | QGraphicsItem::removeFromIndex | | Prototype: | void QGraphicsItem::removeFromIndex() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7601-7610 |
| | 5 | 3 |
QGraphicsItem::setAcceptHoverEvents| Name: | QGraphicsItem::setAcceptHoverEvents | | Prototype: | void QGraphicsItem::setAcceptHoverEvents(bool enabled) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3138-3147 |
| | 6 | 3 |
QGraphicsItem::setAcceptTouchEvents| Name: | QGraphicsItem::setAcceptTouchEvents | | Prototype: | void QGraphicsItem::setAcceptTouchEvents(bool enabled) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3175-3184 |
| | 6 | 3 |
QGraphicsItem::setAcceptedMouseButtons| Name: | QGraphicsItem::setAcceptedMouseButtons | | Prototype: | void QGraphicsItem::setAcceptedMouseButtons(Qt::MouseButtons buttons) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3075-3084 |
| | 5 | 3 |
QGraphicsItem::setBoundingRegionGranularity| Name: | QGraphicsItem::setBoundingRegionGranularity | | Prototype: | void QGraphicsItem::setBoundingRegionGranularity(qreal granularity) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5400-5414 |
| | 10 | 3 |
QGraphicsItem::setGroup| Name: | QGraphicsItem::setGroup | | Prototype: | void QGraphicsItem::setGroup(QGraphicsItemGroup *group) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1616-1624 |
| | 4 | 3 |
QGraphicsItem::setInputMethodHints| Name: | QGraphicsItem::setInputMethodHints | | Prototype: | void QGraphicsItem::setInputMethodHints(Qt::InputMethodHints hints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7476-7487 |
| | 9 | 3 |
QGraphicsItem::setTransformations| Name: | QGraphicsItem::setTransformations | | Prototype: | void QGraphicsItem::setTransformations(const QList<QGraphicsTransform *> &transformations) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4135-4146 |
| | 9 | 3 |
QGraphicsItem::setX| Name: | QGraphicsItem::setX | | Prototype: | void QGraphicsItem::setX(qreal x) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3745-3754 |
| | 5 | 3 |
QGraphicsItem::setY| Name: | QGraphicsItem::setY | | Prototype: | void QGraphicsItem::setY(qreal y) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3772-3781 |
| | 5 | 3 |
QGraphicsItemAnimationPrivate::insertUniquePair| Name: | QGraphicsItemAnimationPrivate::insertUniquePair | | Prototype: | void QGraphicsItemAnimationPrivate::insertUniquePair(qreal step, qreal value, QVector<Pair> *binList, const char* method) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 177-189 |
| | 7 | 3 |