| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QGLShaderProgram::setAttributeBuffer| Name: | QGLShaderProgram::setAttributeBuffer | | Prototype: | void QGLShaderProgram::setAttributeBuffer (int location, GLenum type, int offset, int tupleSize, int stride) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 1701-1710 |
| | 5 | 2 |
QGLShaderProgram::setAttributeValue| Name: | QGLShaderProgram::setAttributeValue | | Prototype: | void QGLShaderProgram::setAttributeValue(int location, GLfloat x, GLfloat y) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 1194-1202 |
| | 5 | 2 |
QGLShaderProgram::setAttributeValue| Name: | QGLShaderProgram::setAttributeValue | | Prototype: | void QGLShaderProgram::setAttributeValue (int location, GLfloat x, GLfloat y, GLfloat z) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 1223-1232 |
| | 5 | 2 |
QGLShaderProgram::setAttributeValue| Name: | QGLShaderProgram::setAttributeValue | | Prototype: | void QGLShaderProgram::setAttributeValue (int location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 1254-1263 |
| | 5 | 2 |
QGLShaderProgram::setGeometryOutputVertexCount| Name: | QGLShaderProgram::setGeometryOutputVertexCount | | Prototype: | void QGLShaderProgram::setGeometryOutputVertexCount(int count) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 3083-3093 |
| | 5 | 2 |
QGLShaderProgram::setUniformValue| Name: | QGLShaderProgram::setUniformValue | | Prototype: | void QGLShaderProgram::setUniformValue(int location, GLfloat x, GLfloat y) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 1932-1940 |
| | 5 | 2 |
QGLShaderProgram::setUniformValue| Name: | QGLShaderProgram::setUniformValue | | Prototype: | void QGLShaderProgram::setUniformValue (int location, GLfloat x, GLfloat y, GLfloat z) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 1961-1970 |
| | 5 | 2 |
QGLShaderProgram::setUniformValue| Name: | QGLShaderProgram::setUniformValue | | Prototype: | void QGLShaderProgram::setUniformValue (int location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 1992-2001 |
| | 5 | 2 |
QGLShaderProgram::setUniformValue| Name: | QGLShaderProgram::setUniformValue | | Prototype: | void QGLShaderProgram::setUniformValue(int location, const QPoint& point) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 2131-2139 |
| | 5 | 2 |
QGLShaderProgram::setUniformValue| Name: | QGLShaderProgram::setUniformValue | | Prototype: | void QGLShaderProgram::setUniformValue(int location, const QPointF& point) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 2160-2168 |
| | 5 | 2 |
QGLShaderProgram::setUniformValue| Name: | QGLShaderProgram::setUniformValue | | Prototype: | void QGLShaderProgram::setUniformValue(int location, const QSize& size) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 2189-2197 |
| | 5 | 2 |
QGLShaderProgram::setUniformValue| Name: | QGLShaderProgram::setUniformValue | | Prototype: | void QGLShaderProgram::setUniformValue(int location, const QSizeF& size) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 2218-2226 |
| | 5 | 2 |
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: | 163-171 |
| | 5 | 3 |
QGLWidget::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::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::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 |
QGLWidget::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 |
QGenericUnixTheme::font| Name: | QGenericUnixTheme::font | | Prototype: | const QFont *QGenericUnixTheme::font(Font type) const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 131-142 |
| | 5 | 4 |
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: | 910-918 |
| | 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: | 923-931 |
| | 5 | 3 |
QGestureManager::~QGestureManager| Name: | QGestureManager::~QGestureManager | | Prototype: | QGestureManager::~QGestureManager() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesturemanager.cpp | | Lines: | 107-115 |
| | 5 | 2 |
QGlyphRun::clear| Name: | QGlyphRun::clear | | Prototype: | void QGlyphRun::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | | Lines: | 272-280 |
| | 5 | 1 |
QGlyphRun::glyphIndexes| Name: | QGlyphRun::glyphIndexes | | Prototype: | QVector<quint32> QGlyphRun::glyphIndexes() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qglyphrun.cpp | | Lines: | 219-228 |
| | 5 | 2 |
QGradient::stops| Name: | QGradient::stops | | Prototype: | QGradientStops QGradient::stops() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1442-1450 |
| | 5 | 2 |
QGraphicsAnchorLayout::setGeometry| Name: | QGraphicsAnchorLayout::setGeometry | | Prototype: | void QGraphicsAnchorLayout::setGeometry(const QRectF &geom) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout.cpp | | Lines: | 430-438 |
| | 5 | 1 |
QGraphicsAnchorLayoutPrivate::calculateGraphs| Name: | QGraphicsAnchorLayoutPrivate::calculateGraphs | | Prototype: | void QGraphicsAnchorLayoutPrivate::calculateGraphs() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 2044-2051 |
| | 5 | 2 |
QGraphicsAnchorLayoutPrivate::removeAnchor_helper| Name: | QGraphicsAnchorLayoutPrivate::removeAnchor_helper | | Prototype: | void QGraphicsAnchorLayoutPrivate::removeAnchor_helper(AnchorVertex *v1, AnchorVertex *v2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 1868-1879 |
| | 5 | 1 |
QGraphicsAnchorLayoutPrivate::updateAnchorSizes| Name: | QGraphicsAnchorLayoutPrivate::updateAnchorSizes | | Prototype: | void QGraphicsAnchorLayoutPrivate::updateAnchorSizes(Orientation orientation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 2388-2397 |
| | 5 | 2 |
QGraphicsAnchorPrivate::unsetSpacing| Name: | QGraphicsAnchorPrivate::unsetSpacing | | Prototype: | void QGraphicsAnchorPrivate::unsetSpacing() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 99-110 |
| | 5 | 2 |
QGraphicsBlurEffect::setBlurHints| Name: | QGraphicsBlurEffect::setBlurHints | | Prototype: | void QGraphicsBlurEffect::setBlurHints(QGraphicsBlurEffect::BlurHints hints) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | | Lines: | 825-833 |
| | 5 | 2 |
QGraphicsEffectSourcePrivate::invalidateCache| Name: | QGraphicsEffectSourcePrivate::invalidateCache | | Prototype: | void QGraphicsEffectSourcePrivate::invalidateCache(InvalidateReason reason) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | | Lines: | 379-388 |
| | 5 | 2 |
QGraphicsGridLayout::invalidate| Name: | QGraphicsGridLayout::invalidate | | Prototype: | void QGraphicsGridLayout::invalidate() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 617-624 |
| | 5 | 2 |
QGraphicsGridLayout::sizeHint| Name: | QGraphicsGridLayout::sizeHint | | Prototype: | QSizeF QGraphicsGridLayout::sizeHint(Qt::SizeHint which, const QSizeF &constraint) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 664-671 |
| | 5 | 1 |
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: | 7493-7502 |
| | 5 | 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: | 7511-7520 |
| | 5 | 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: | 2988-2997 |
| | 5 | 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: | 3658-3667 |
| | 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: | 3685-3694 |
| | 5 | 3 |
QGraphicsItemGroup::paint| Name: | QGraphicsItemGroup::paint | | Prototype: | void QGraphicsItemGroup::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 11108-11117 |
| | 5 | 2 |
QGraphicsItemPrivate::children_append| Name: | QGraphicsItemPrivate::children_append | | Prototype: | void QGraphicsItemPrivate::children_append(QDeclarativeListProperty<QGraphicsObject> *list, QGraphicsObject *item) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7736-7746 |
| | 5 | 3 |
QGraphicsItemPrivate::combineTransformFromParent| Name: | QGraphicsItemPrivate::combineTransformFromParent | | Prototype: | void QGraphicsItemPrivate::combineTransformFromParent(QTransform *x, const QTransform *viewTransform) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1031-1041 |
| | 5 | 3 |
QGraphicsItemPrivate::invalidateDepthRecursively| Name: | QGraphicsItemPrivate::invalidateDepthRecursively | | Prototype: | void QGraphicsItemPrivate::invalidateDepthRecursively() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5436-5444 |
| | 5 | 3 |
QGraphicsItemPrivate::removeExtraItemCache| Name: | QGraphicsItemPrivate::removeExtraItemCache | | Prototype: | void QGraphicsItemPrivate::removeExtraItemCache() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5529-5537 |
| | 5 | 2 |
QGraphicsItemPrivate::resolveDepth| Name: | QGraphicsItemPrivate::resolveDepth | | Prototype: | void QGraphicsItemPrivate::resolveDepth() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5451-5460 |
| | 5 | 3 |
QGraphicsItemPrivate::setIsMemberOfGroup| Name: | QGraphicsItemPrivate::setIsMemberOfGroup | | Prototype: | void QGraphicsItemPrivate::setIsMemberOfGroup(bool enabled) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 925-933 |
| | 5 | 3 |
QGraphicsItemPrivate::updateChildWithGraphicsEffectFlagRecursively| Name: | QGraphicsItemPrivate::updateChildWithGraphicsEffectFlagRecursively | | Prototype: | void QGraphicsItemPrivate::updateChildWithGraphicsEffectFlagRecursively() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2816-2827 |
| | 5 | 3 |
QGraphicsLayout::getContentsMargins| Name: | QGraphicsLayout::getContentsMargins | | Prototype: | void QGraphicsLayout::getContentsMargins(qreal *left, qreal *top, qreal *right, qreal *bottom) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayout.cpp | | Lines: | 227-234 |
| | 5 | 1 |
QGraphicsLayoutItem::setSizePolicy| Name: | QGraphicsLayoutItem::setSizePolicy | | Prototype: | void QGraphicsLayoutItem::setSizePolicy(const QSizePolicy &policy) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayoutitem.cpp | | Lines: | 448-455 |
| | 5 | 2 |
QGraphicsLayoutItemPrivate::parentItem| Name: | QGraphicsLayoutItemPrivate::parentItem | | Prototype: | QGraphicsItem *QGraphicsLayoutItemPrivate::parentItem() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayoutitem.cpp | | Lines: | 205-214 |
| | 5 | 2 |
QGraphicsLayoutStyleInfo::style| Name: | QGraphicsLayoutStyleInfo::style | | Prototype: | QStyle *QGraphicsLayoutStyleInfo::style() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayoutstyleinfo.cpp | | Lines: | 94-102 |
| | 5 | 2 |
QGraphicsLinearLayout::insertStretch| Name: | QGraphicsLinearLayout::insertStretch | | Prototype: | void QGraphicsLinearLayout::insertStretch(int index, int stretch) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslinearlayout.cpp | | Lines: | 290-297 |
| | 5 | 1 |
QGraphicsLinearLayout::invalidate| Name: | QGraphicsLinearLayout::invalidate | | Prototype: | void QGraphicsLinearLayout::invalidate() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslinearlayout.cpp | | Lines: | 536-543 |
| | 5 | 2 |
QGraphicsLinearLayout::setAlignment| Name: | QGraphicsLinearLayout::setAlignment | | Prototype: | void QGraphicsLinearLayout::setAlignment(QGraphicsLayoutItem *item, Qt::Alignment alignment) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslinearlayout.cpp | | Lines: | 432-439 |
| | 5 | 2 |
QGraphicsLinearLayout::setOrientation| Name: | QGraphicsLinearLayout::setOrientation | | Prototype: | void QGraphicsLinearLayout::setOrientation(Qt::Orientation orientation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslinearlayout.cpp | | Lines: | 223-231 |
| | 5 | 2 |
QGraphicsLinearLayout::sizeHint| Name: | QGraphicsLinearLayout::sizeHint | | Prototype: | QSizeF QGraphicsLinearLayout::sizeHint(Qt::SizeHint which, const QSizeF &constraint) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslinearlayout.cpp | | Lines: | 524-531 |
| | 5 | 1 |
QGraphicsPixmapItem::setPixmap| Name: | QGraphicsPixmapItem::setPixmap | | Prototype: | void QGraphicsPixmapItem::setPixmap(const QPixmap &pixmap) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 9537-9544 |
| | 5 | 1 |
QGraphicsPixmapItem::setShapeMode| Name: | QGraphicsPixmapItem::setShapeMode | | Prototype: | void QGraphicsPixmapItem::setShapeMode(ShapeMode mode) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 9724-9731 |
| | 5 | 2 |
QGraphicsProxyWidget::hoverLeaveEvent| Name: | QGraphicsProxyWidget::hoverLeaveEvent | | Prototype: | void QGraphicsProxyWidget::hoverLeaveEvent(QGraphicsSceneHoverEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | | Lines: | 1154-1163 |
| | 5 | 2 |
QGraphicsProxyWidget::resizeEvent| Name: | QGraphicsProxyWidget::resizeEvent | | Prototype: | void QGraphicsProxyWidget::resizeEvent(QGraphicsSceneResizeEvent *event) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | | Lines: | 1478-1486 |
| | 5 | 3 |
QGraphicsProxyWidget::~QGraphicsProxyWidget| Name: | QGraphicsProxyWidget::~QGraphicsProxyWidget | | Prototype: | QGraphicsProxyWidget::~QGraphicsProxyWidget() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | | Lines: | 512-520 |
| | 5 | 2 |
QGraphicsProxyWidgetPrivate::mapToReceiver| Name: | QGraphicsProxyWidgetPrivate::mapToReceiver | | Prototype: | QPointF QGraphicsProxyWidgetPrivate::mapToReceiver(const QPointF &pos, const QWidget *receiver) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | | Lines: | 486-496 |
| | 5 | 2 |
QGraphicsProxyWidgetPrivate::removeSubFocusHelper| Name: | QGraphicsProxyWidgetPrivate::removeSubFocusHelper | | Prototype: | void QGraphicsProxyWidgetPrivate::removeSubFocusHelper(QWidget *widget, Qt::FocusReason reason) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | | Lines: | 323-330 |
| | 5 | 2 |
QGraphicsScene::addEllipse| Name: | QGraphicsScene::addEllipse | | Prototype: | QGraphicsEllipseItem *QGraphicsScene::addEllipse(const QRectF &rect, const QPen &pen, const QBrush &brush) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2660-2667 |
| | 5 | 1 |
QGraphicsScene::addPath| Name: | QGraphicsScene::addPath | | Prototype: | QGraphicsPathItem *QGraphicsScene::addPath(const QPainterPath &path, const QPen &pen, const QBrush &brush) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2723-2730 |
| | 5 | 1 |
QGraphicsScene::addPolygon| Name: | QGraphicsScene::addPolygon | | Prototype: | QGraphicsPolygonItem *QGraphicsScene::addPolygon(const QPolygonF &polygon, const QPen &pen, const QBrush &brush) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2768-2776 |
| | 5 | 1 |
QGraphicsScene::addRect| Name: | QGraphicsScene::addRect | | Prototype: | QGraphicsRectItem *QGraphicsScene::addRect(const QRectF &rect, const QPen &pen, const QBrush &brush) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2795-2802 |
| | 5 | 1 |
QGraphicsScene::clearFocus| Name: | QGraphicsScene::clearFocus | | Prototype: | void QGraphicsScene::clearFocus() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 3005-3013 |
| | 5 | 2 |
QGraphicsScene::dropEvent| Name: | QGraphicsScene::dropEvent | | Prototype: | void QGraphicsScene::dropEvent(QGraphicsSceneDragDropEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 3691-3700 |
| | 5 | 2 |
QGraphicsScene::setFocus| Name: | QGraphicsScene::setFocus | | Prototype: | void QGraphicsScene::setFocus(Qt::FocusReason focusReason) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2987-2994 |
| | 5 | 2 |
QGraphicsScene::setFont| Name: | QGraphicsScene::setFont | | Prototype: | void QGraphicsScene::setFont(const QFont &font) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 5604-5611 |
| | 5 | 1 |
QGraphicsScene::setForegroundBrush| Name: | QGraphicsScene::setForegroundBrush | | Prototype: | void QGraphicsScene::setForegroundBrush(const QBrush &brush) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 3129-3136 |
| | 5 | 2 |
QGraphicsScene::setPalette| Name: | QGraphicsScene::setPalette | | Prototype: | void QGraphicsScene::setPalette(const QPalette &palette) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 5641-5648 |
| | 5 | 1 |
QGraphicsScene::setSceneRect| Name: | QGraphicsScene::setSceneRect | | Prototype: | void QGraphicsScene::setSceneRect(const QRectF &rect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1710-1718 |
| | 5 | 2 |
QGraphicsSceneBspTreeIndex::setBspTreeDepth| Name: | QGraphicsSceneBspTreeIndex::setBspTreeDepth | | Prototype: | void QGraphicsSceneBspTreeIndex::setBspTreeDepth(int depth) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 602-609 |
| | 5 | 2 |
QGraphicsSceneBspTreeIndex::~QGraphicsSceneBspTreeIndex| Name: | QGraphicsSceneBspTreeIndex::~QGraphicsSceneBspTreeIndex | | Prototype: | QGraphicsSceneBspTreeIndex::~QGraphicsSceneBspTreeIndex() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 444-454 |
| | 5 | 3 |
QGraphicsSceneBspTreeIndexPrivate::invalidateSortCache| Name: | QGraphicsSceneBspTreeIndexPrivate::invalidateSortCache | | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::invalidateSortCache() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 286-294 |
| | 5 | 2 |
QGraphicsShaderEffect::setPixelShaderFragment| Name: | QGraphicsShaderEffect::setPixelShaderFragment | | Prototype: | void QGraphicsShaderEffect::setPixelShaderFragment(const QByteArray& code) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgraphicsshadereffect.cpp | | Lines: | 223-233 |
| | 5 | 2 |
QGraphicsTextItem::shape| Name: | QGraphicsTextItem::shape | | Prototype: | QPainterPath QGraphicsTextItem::shape() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 9975-9982 |
| | 5 | 2 |
QGraphicsTextItemPrivate::_q_update| Name: | QGraphicsTextItemPrivate::_q_update | | Prototype: | void QGraphicsTextItemPrivate::_q_update(QRectF rect) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 10404-10413 |
| | 5 | 3 |
QGraphicsView::QGraphicsView| Name: | QGraphicsView::QGraphicsView | | Prototype: | QGraphicsView::QGraphicsView(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1187-1196 |
| | 5 | 1 |
QGraphicsView::QGraphicsView| Name: | QGraphicsView::QGraphicsView | | Prototype: | QGraphicsView::QGraphicsView(QGraphicsViewPrivate &dd, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1217-1226 |
| | 5 | 1 |
QGraphicsView::drawBackground| Name: | QGraphicsView::drawBackground | | Prototype: | void QGraphicsView::drawBackground(QPainter *painter, const QRectF &rect) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 3751-3760 |
| | 5 | 2 |
QGraphicsView::drawForeground| Name: | QGraphicsView::drawForeground | | Prototype: | void QGraphicsView::drawForeground(QPainter *painter, const QRectF &rect) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 3779-3788 |
| | 5 | 2 |
QGraphicsView::fitInView| Name: | QGraphicsView::fitInView | | Prototype: | void QGraphicsView::fitInView(const QGraphicsItem *item, Qt::AspectRatioMode aspectRatioMode) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 2112-2121 |
| | 5 | 2 |
QGraphicsView::itemAt| Name: | QGraphicsView::itemAt | | Prototype: | QGraphicsItem *QGraphicsView::itemAt(const QPoint &pos) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 2374-2381 |
| | 5 | 2 |
QGraphicsView::mapFromScene| Name: | QGraphicsView::mapFromScene | | Prototype: | QPoint QGraphicsView::mapFromScene(const QPointF &point) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 2492-2499 |
| | 5 | 1 |
QGraphicsView::mapFromScene| Name: | QGraphicsView::mapFromScene | | Prototype: | QPolygon QGraphicsView::mapFromScene(const QPolygonF &polygon) const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 2560-2567 |
| | 5 | 2 |
QGraphicsView::mapToScene| Name: | QGraphicsView::mapToScene | | Prototype: | QPointF QGraphicsView::mapToScene(const QPoint &point) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 2400-2407 |
| | 5 | 1 |
QGraphicsView::mapToScene| Name: | QGraphicsView::mapToScene | | Prototype: | QPolygonF QGraphicsView::mapToScene(const QPolygon &polygon) const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 2464-2471 |
| | 5 | 2 |
QGraphicsView::setBackgroundBrush| Name: | QGraphicsView::setBackgroundBrush | | Prototype: | void QGraphicsView::setBackgroundBrush(const QBrush &brush) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 2622-2632 |
| | 5 | 2 |
QGraphicsView::setCacheMode| Name: | QGraphicsView::setCacheMode | | Prototype: | void QGraphicsView::setCacheMode(CacheMode mode) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1584-1591 |
| | 5 | 2 |
QGraphicsView::setRenderHints| Name: | QGraphicsView::setRenderHints | | Prototype: | void QGraphicsView::setRenderHints(QPainter::RenderHints hints) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1273-1280 |
| | 5 | 2 |
QGraphicsViewPrivate::mapToViewRegion| Name: | QGraphicsViewPrivate::mapToViewRegion | | Prototype: | QRegion QGraphicsViewPrivate::mapToViewRegion(const QGraphicsItem *item, const QRectF &rect) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 909-918 |
| | 5 | 2 |
QGraphicsWidget::setFont| Name: | QGraphicsWidget::setFont | | Prototype: | void QGraphicsWidget::setFont(const QFont &font) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 983-991 |
| | 5 | 1 |
QGraphicsWidget::setPalette| Name: | QGraphicsWidget::setPalette | | Prototype: | void QGraphicsWidget::setPalette(const QPalette &palette) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1023-1031 |
| | 5 | 1 |
QGraphicsWidget::windowFrameGeometry| Name: | QGraphicsWidget::windowFrameGeometry | | Prototype: | QRectF QGraphicsWidget::windowFrameGeometry() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 618-625 |
| | 5 | 1 |
QGraphicsWidget::windowFrameRect| Name: | QGraphicsWidget::windowFrameRect | | Prototype: | QRectF QGraphicsWidget::windowFrameRect() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 632-639 |
| | 5 | 1 |
QGraphicsWidgetPrivate::setLayout_helper| Name: | QGraphicsWidgetPrivate::setLayout_helper | | Prototype: | void QGraphicsWidgetPrivate::setLayout_helper(QGraphicsLayout *l) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 807-815 |
| | 5 | 2 |
QGridLayout::addItem| Name: | QGridLayout::addItem | | Prototype: | void QGridLayout::addItem(QLayoutItem *item, int row, int column, int rowSpan, int columnSpan, Qt::Alignment alignment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1416-1423 |
| | 5 | 1 |
QGridLayout::setGeometry| Name: | QGridLayout::setGeometry | | Prototype: | void QGridLayout::setGeometry(const QRect &rect) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1370-1378 |
| | 5 | 2 |