| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QGraphicsItemPrivate| Name: | QGraphicsItemPrivate::QGraphicsItemPrivate | | Prototype: | QGraphicsItemPrivate::QGraphicsItemPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 822-889 |
| | 2 | 1 |
children_count| Name: | QGraphicsItemPrivate::children_count | | Prototype: | int QGraphicsItemPrivate::children_count(QDeclarativeListProperty<QGraphicsObject> *list) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7838-7842 |
| | 2 | 1 |
discardUpdateRequest| Name: | QGraphicsItemPrivate::discardUpdateRequest | | Prototype: | bool QGraphicsItemPrivate::discardUpdateRequest(bool ignoreVisibleBit, bool ignoreDirtyBit, bool ignoreOpacity) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5464-5473 |
| | 4 | 1 |
focusScopeItemChange| Name: | QGraphicsItemPrivate::focusScopeItemChange | | Prototype: | void QGraphicsItemPrivate::focusScopeItemChange(bool isSubFocusItem) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5753-5756 |
| | 1 | 1 |
height| Name: | QGraphicsItemPrivate::height | | Prototype: | qreal QGraphicsItemPrivate::height() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7920-7923 |
| | 1 | 1 |
isProxyWidget| Name: | QGraphicsItemPrivate::isProxyWidget | | Prototype: | bool QGraphicsItemPrivate::isProxyWidget() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5773-5776 |
| | 1 | 1 |
maybeExtraItemCache| Name: | QGraphicsItemPrivate::maybeExtraItemCache | | Prototype: | QGraphicsItemCache *QGraphicsItemPrivate::maybeExtraItemCache() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5596-5599 |
| | 1 | 1 |
movableAncestorIsSelected| Name: | QGraphicsItemPrivate::movableAncestorIsSelected | | Prototype: | bool QGraphicsItemPrivate::movableAncestorIsSelected(const QGraphicsItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7206-7210 |
| | 2 | 1 |
setHeight| Name: | QGraphicsItemPrivate::setHeight | | Prototype: | void QGraphicsItemPrivate::setHeight(qreal h) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7930-7933 |
| | 1 | 1 |
setTransformHelper| Name: | QGraphicsItemPrivate::setTransformHelper | | Prototype: | void QGraphicsItemPrivate::setTransformHelper(const QTransform &transform) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3822-3828 |
| | 4 | 1 |
setWidth| Name: | QGraphicsItemPrivate::setWidth | | Prototype: | void QGraphicsItemPrivate::setWidth(qreal w) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7901-7904 |
| | 1 | 1 |
width| Name: | QGraphicsItemPrivate::width | | Prototype: | qreal QGraphicsItemPrivate::width() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7891-7894 |
| | 1 | 1 |
addChild| Name: | QGraphicsItemPrivate::addChild | | Prototype: | void QGraphicsItemPrivate::addChild(QGraphicsItem *child) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5557-5567 |
| | 6 | 2 |
childrenList| Name: | QGraphicsItemPrivate::childrenList | | Prototype: | QDeclarativeListProperty<QGraphicsObject> QGraphicsItemPrivate::childrenList() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7873-7884 |
| | 6 | 2 |
children_at| Name: | QGraphicsItemPrivate::children_at | | Prototype: | QGraphicsObject *QGraphicsItemPrivate::children_at(QDeclarativeListProperty<QGraphicsObject> *list, int index) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7844-7851 |
| | 4 | 2 |
depth| Name: | QGraphicsItemPrivate::depth | | Prototype: | int QGraphicsItemPrivate::depth() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5478-5484 |
| | 3 | 2 |
extraItemCache| Name: | QGraphicsItemPrivate::extraItemCache | | Prototype: | QGraphicsItemCache *QGraphicsItemPrivate::extraItemCache() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5604-5613 |
| | 6 | 2 |
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: | 5618-5626 |
| | 5 | 2 |
resetFocusProxy| Name: | QGraphicsItemPrivate::resetFocusProxy | | Prototype: | void QGraphicsItemPrivate::resetFocusProxy() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5730-5735 |
| | 3 | 2 |
appendGraphicsTransform| Name: | QGraphicsItemPrivate::appendGraphicsTransform | | Prototype: | void QGraphicsItemPrivate::appendGraphicsTransform(QGraphicsTransform *t) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4168-4180 |
| | 9 | 3 |
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: | 7826-7836 |
| | 5 | 3 |
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: | 1116-1126 |
| | 5 | 3 |
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: | 5525-5533 |
| | 5 | 3 |
prependGraphicsTransform| Name: | QGraphicsItemPrivate::prependGraphicsTransform | | Prototype: | void QGraphicsItemPrivate::prependGraphicsTransform(QGraphicsTransform *t) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4151-4163 |
| | 9 | 3 |
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: | 5540-5549 |
| | 5 | 3 |
sceneEffectiveBoundingRect| Name: | QGraphicsItemPrivate::sceneEffectiveBoundingRect | | Prototype: | QRectF QGraphicsItemPrivate::sceneEffectiveBoundingRect() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3001-3018 |
| | 11 | 3 |
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: | 1010-1018 |
| | 5 | 3 |
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: | 2902-2913 |
| | 5 | 3 |
children_clear| Name: | QGraphicsItemPrivate::children_clear | | Prototype: | void QGraphicsItemPrivate::children_clear(QDeclarativeListProperty<QGraphicsObject> *list) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7853-7864 |
| | 7 | 4 |
clearSubFocus| Name: | QGraphicsItemPrivate::clearSubFocus | | Prototype: | void QGraphicsItemPrivate::clearSubFocus(QGraphicsItem *rootItem, QGraphicsItem *stopItem) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5711-5722 |
| | 7 | 4 |
combineTransformToParent| Name: | QGraphicsItemPrivate::combineTransformToParent | | Prototype: | void QGraphicsItemPrivate::combineTransformToParent(QTransform *x, const QTransform *viewTransform) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1094-1105 |
| | 6 | 4 |
effectiveBoundingRect| Name: | QGraphicsItemPrivate::effectiveBoundingRect | | Prototype: | QRectF QGraphicsItemPrivate::effectiveBoundingRect(const QRectF &rect) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2925-2945 |
| | 14 | 4 |
ensureSequentialSiblingIndex| Name: | QGraphicsItemPrivate::ensureSequentialSiblingIndex | | Prototype: | void QGraphicsItemPrivate::ensureSequentialSiblingIndex() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4758-4770 |
| | 8 | 4 |
genericMapFromScene| Name: | QGraphicsItemPrivate::genericMapFromScene | | Prototype: | QPointF QGraphicsItemPrivate::genericMapFromScene(const QPointF &pos, const QWidget *viewport) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1071-1084 |
| | 9 | 4 |
invalidateParentGraphicsEffectsRecursively| Name: | QGraphicsItemPrivate::invalidateParentGraphicsEffectsRecursively | | Prototype: | void QGraphicsItemPrivate::invalidateParentGraphicsEffectsRecursively() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5490-5501 |
| | 6 | 4 |
removeChild| Name: | QGraphicsItemPrivate::removeChild | | Prototype: | void QGraphicsItemPrivate::removeChild(QGraphicsItem *child) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5575-5591 |
| | 8 | 4 |
effectiveBoundingRect| Name: | QGraphicsItemPrivate::effectiveBoundingRect | | Prototype: | QRectF QGraphicsItemPrivate::effectiveBoundingRect(QGraphicsItem *topMostEffectItem) const | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2957-2988 |
| | 19 | 5 |
invalidateChildGraphicsEffectsRecursively| Name: | QGraphicsItemPrivate::invalidateChildGraphicsEffectsRecursively | | Prototype: | void QGraphicsItemPrivate::invalidateChildGraphicsEffectsRecursively(QGraphicsItemPrivate::InvalidateReason reason) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5503-5519 |
| | 10 | 5 |
setPosHelper| Name: | QGraphicsItemPrivate::setPosHelper | | Prototype: | void QGraphicsItemPrivate::setPosHelper(const QPointF &pos) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3799-3815 |
| | 13 | 5 |
updatePaintedViewBoundingRects| Name: | QGraphicsItemPrivate::updatePaintedViewBoundingRects | | Prototype: | void QGraphicsItemPrivate::updatePaintedViewBoundingRects(bool updateChildren) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5628-5644 |
| | 10 | 5 |
ensureSceneTransformRecursive| Name: | QGraphicsItemPrivate::ensureSceneTransformRecursive | | Prototype: | void QGraphicsItemPrivate::ensureSceneTransformRecursive(QGraphicsItem **topMostDirtyItem) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5651-5678 |
| | 14 | 6 |
sendScenePosChange| Name: | QGraphicsItemPrivate::sendScenePosChange | | Prototype: | inline void QGraphicsItemPrivate::sendScenePosChange() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4775-4788 |
| | 8 | 6 |
setSubFocus| Name: | QGraphicsItemPrivate::setSubFocus | | Prototype: | void QGraphicsItemPrivate::setSubFocus(QGraphicsItem *rootItem, QGraphicsItem *stopItem) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5683-5706 |
| | 13 | 6 |
updateSceneTransformFromParent| Name: | QGraphicsItemPrivate::updateSceneTransformFromParent | | Prototype: | void QGraphicsItemPrivate::updateSceneTransformFromParent() | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1128-1162 |
| | 26 | 8 |
updateAncestorFlags| Name: | QGraphicsItemPrivate::updateAncestorFlags | | Prototype: | void QGraphicsItemPrivate::updateAncestorFlags() | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 975-1003 |
| | 19 | 9 |
childrenBoundingRectHelper| Name: | QGraphicsItemPrivate::childrenBoundingRectHelper | | Prototype: | void QGraphicsItemPrivate::childrenBoundingRectHelper(QTransform *x, QRectF *rect, QGraphicsItem *topMostEffectItem) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1356-1397 |
| | 28 | 10 |
remapItemPos| Name: | QGraphicsItemPrivate::remapItemPos | | Prototype: | void QGraphicsItemPrivate::remapItemPos(QEvent *event, QGraphicsItem *item) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1025-1062 |
| | 20 | 11 |
clearFocusHelper| Name: | QGraphicsItemPrivate::clearFocusHelper | | Prototype: | void QGraphicsItemPrivate::clearFocusHelper(bool giveFocusToParent, bool hiddenByParentPanel) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3463-3500 |
| | 22 | 12 |
initStyleOption| Name: | QGraphicsItemPrivate::initStyleOption | | Prototype: | void QGraphicsItemPrivate::initStyleOption(QStyleOptionGraphicsItem *option, const QTransform &worldTransform, const QRegion &exposedRegion, bool allItems) const | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1399-1450 |
| | 33 | 12 |
setFocusHelper| Name: | QGraphicsItemPrivate::setFocusHelper | | Prototype: | void QGraphicsItemPrivate::setFocusHelper(Qt::FocusReason focusReason, bool climb, bool focusFromHide) | | Coverage: | 0.000% (0/55) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3383-3441 |
| | 31 | 13 |
updateAncestorFlag| Name: | QGraphicsItemPrivate::updateAncestorFlag | | Prototype: | void QGraphicsItemPrivate::updateAncestorFlag(QGraphicsItem::GraphicsItemFlag childFlag, AncestorFlag flag, bool enabled, bool root) | | Coverage: | 0.000% (0/62) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 905-973 |
| | 39 | 14 |
setEnabledHelper| Name: | QGraphicsItemPrivate::setEnabledHelper | | Prototype: | void QGraphicsItemPrivate::setEnabledHelper(bool newEnabled, bool explicitly, bool update) | | Coverage: | 0.000% (0/53) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2588-2641 |
| | 30 | 15 |
setVisibleHelper| Name: | QGraphicsItemPrivate::setVisibleHelper | | Prototype: | void QGraphicsItemPrivate::setVisibleHelper(bool newVisible, bool explicitly, bool update, bool hiddenByPanel) | | Coverage: | 0.000% (0/166) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2356-2510 |
| | 97 | 43 |
setParentItemHelper| Name: | QGraphicsItemPrivate::setParentItemHelper | | Prototype: | void QGraphicsItemPrivate::setParentItemHelper(QGraphicsItem *newParent, const QVariant *newParentVariant, const QVariant *thisPointerVariant) | | Coverage: | 0.000% (0/187) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1171-1349 |
| | 101 | 46 |