| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QGraphicsItem| Name:  | QGraphicsItem::QGraphicsItem |  | Prototype:  | QGraphicsItem::QGraphicsItem(QGraphicsItem *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 1396-1401 |  
  |  | 2 | 1 | 
 QGraphicsItem| Name:  | QGraphicsItem::QGraphicsItem |  | Prototype:  | QGraphicsItem::QGraphicsItem(QGraphicsItemPrivate &dd, QGraphicsItem *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 1406-1411 |  
  |  | 2 | 1 | 
 acceptDrops| Name:  | QGraphicsItem::acceptDrops |  | Prototype:  | bool QGraphicsItem::acceptDrops() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 2940-2943 |  
  |  | 1 | 1 | 
 acceptHoverEvents| Name:  | QGraphicsItem::acceptHoverEvents |  | Prototype:  | bool QGraphicsItem::acceptHoverEvents() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 3008-3011 |  
  |  | 1 | 1 | 
 acceptTouchEvents| Name:  | QGraphicsItem::acceptTouchEvents |  | Prototype:  | bool QGraphicsItem::acceptTouchEvents() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 3076-3079 |  
  |  | 1 | 1 | 
 acceptedMouseButtons| Name:  | QGraphicsItem::acceptedMouseButtons |  | Prototype:  | Qt::MouseButtons QGraphicsItem::acceptedMouseButtons() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 2969-2972 |  
  |  | 1 | 1 | 
 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 | 
 advance| Name:  | QGraphicsItem::advance |  | Prototype:  | void QGraphicsItem::advance(int phase) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 4600-4603 |  
  |  | 1 | 1 | 
 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:  | 5222-5270 |  
  |  | 29 | 3 | 
 boundingRegionGranularity| Name:  | QGraphicsItem::boundingRegionGranularity |  | Prototype:  | qreal QGraphicsItem::boundingRegionGranularity() const |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 5285-5290 |  
  |  | 3 | 1 | 
 cacheMode| Name:  | QGraphicsItem::cacheMode |  | Prototype:  | QGraphicsItem::CacheMode QGraphicsItem::cacheMode() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 1952-1955 |  
  |  | 1 | 1 | 
 childItems| Name:  | QGraphicsItem::childItems |  | Prototype:  | QList<QGraphicsItem *> QGraphicsItem::childItems() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 1721-1725 |  
  |  | 2 | 1 | 
 childrenBoundingRect| Name:  | QGraphicsItem::childrenBoundingRect |  | Prototype:  | QRectF QGraphicsItem::childrenBoundingRect() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 4780-4789 |  
  |  | 6 | 2 | 
 clearFocus| Name:  | QGraphicsItem::clearFocus |  | Prototype:  | void QGraphicsItem::clearFocus() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 3367-3371 |  
  |  | 2 | 1 | 
 clipPath| Name:  | QGraphicsItem::clipPath |  | Prototype:  | QPainterPath QGraphicsItem::clipPath() const |  | Coverage:  |   0.000% (0/28) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 4921-4965 |  
  |  | 25 | 10 | 
 collidesWithItem| Name:  | QGraphicsItem::collidesWithItem |  | Prototype:  | bool QGraphicsItem::collidesWithItem(const QGraphicsItem *other, Qt::ItemSelectionMode mode) const |  | Coverage:  |   0.000% (0/31) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 5013-5040 |  
  |  | 20 | 7 | 
 collidesWithPath| Name:  | QGraphicsItem::collidesWithPath |  | Prototype:  | bool QGraphicsItem::collidesWithPath(const QPainterPath &path, Qt::ItemSelectionMode mode) const |  | Coverage:  |   0.000% (0/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 5056-5089 |  
  |  | 17 | 6 | 
 collidingItems| Name:  | QGraphicsItem::collidingItems |  | Prototype:  | QList<QGraphicsItem *> QGraphicsItem::collidingItems(Qt::ItemSelectionMode mode) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 5101-5106 |  
  |  | 3 | 2 | 
 commonAncestorItem| Name:  | QGraphicsItem::commonAncestorItem |  | Prototype:  | QGraphicsItem *QGraphicsItem::commonAncestorItem(const QGraphicsItem *other) const |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6487-6510 |  
  |  | 18 | 6 | 
 contains| Name:  | QGraphicsItem::contains |  | Prototype:  | bool QGraphicsItem::contains(const QPointF &point) const |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 4979-4982 |  
  |  | 1 | 1 | 
 contextMenuEvent| Name:  | QGraphicsItem::contextMenuEvent |  | Prototype:  | void QGraphicsItem::contextMenuEvent(QGraphicsSceneContextMenuEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6835-6838 |  
  |  | 1 | 1 | 
 cursor| Name:  | QGraphicsItem::cursor |  | Prototype:  | QCursor QGraphicsItem::cursor() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 2143-2146 |  
  |  | 1 | 1 | 
 data| Name:  | QGraphicsItem::data |  | Prototype:  | QVariant QGraphicsItem::data(int key) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6546-6552 |  
  |  | 4 | 2 | 
 deviceTransform| Name:  | QGraphicsItem::deviceTransform |  | Prototype:  | QTransform QGraphicsItem::deviceTransform(const QTransform &viewportTransform) const |  | Coverage:  |   0.000% (0/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 4221-4266 |  
  |  | 31 | 7 | 
 dragEnterEvent| Name:  | QGraphicsItem::dragEnterEvent |  | Prototype:  | void QGraphicsItem::dragEnterEvent(QGraphicsSceneDragDropEvent *event) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6863-6869 |  
  |  | 3 | 2 | 
 dragLeaveEvent| Name:  | QGraphicsItem::dragLeaveEvent |  | Prototype:  | void QGraphicsItem::dragLeaveEvent(QGraphicsSceneDragDropEvent *event) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6887-6893 |  
  |  | 3 | 2 | 
 dragMoveEvent| Name:  | QGraphicsItem::dragMoveEvent |  | Prototype:  | void QGraphicsItem::dragMoveEvent(QGraphicsSceneDragDropEvent *event) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6914-6920 |  
  |  | 3 | 2 | 
 dropEvent| Name:  | QGraphicsItem::dropEvent |  | Prototype:  | void QGraphicsItem::dropEvent(QGraphicsSceneDragDropEvent *event) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6936-6942 |  
  |  | 3 | 2 | 
 effectiveOpacity| Name:  | QGraphicsItem::effectiveOpacity |  | Prototype:  | qreal QGraphicsItem::effectiveOpacity() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 2699-2702 |  
  |  | 1 | 1 | 
 ensureVisible| Name:  | QGraphicsItem::ensureVisible |  | Prototype:  | void QGraphicsItem::ensureVisible(const QRectF &rect, int xmargin, int ymargin) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 3815-3826 |  
  |  | 7 | 4 | 
 extension| Name:  | QGraphicsItem::extension |  | Prototype:  | QVariant QGraphicsItem::extension(const QVariant &variant) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 7480-7484 |  
  |  | 2 | 1 | 
 filtersChildEvents| Name:  | QGraphicsItem::filtersChildEvents |  | Prototype:  | bool QGraphicsItem::filtersChildEvents() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 3110-3113 |  
  |  | 1 | 1 | 
 flags| Name:  | QGraphicsItem::flags |  | Prototype:  | QGraphicsItem::GraphicsItemFlags QGraphicsItem::flags() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 1769-1772 |  
  |  | 1 | 1 | 
 focusInEvent| Name:  | QGraphicsItem::focusInEvent |  | Prototype:  | void QGraphicsItem::focusInEvent(QFocusEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6951-6955 |  
  |  | 2 | 1 | 
 focusItem| Name:  | QGraphicsItem::focusItem |  | Prototype:  | QGraphicsItem *QGraphicsItem::focusItem() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 3485-3488 |  
  |  | 1 | 1 | 
 focusOutEvent| Name:  | QGraphicsItem::focusOutEvent |  | Prototype:  | void QGraphicsItem::focusOutEvent(QFocusEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6963-6967 |  
  |  | 2 | 1 | 
 focusProxy| Name:  | QGraphicsItem::focusProxy |  | Prototype:  | QGraphicsItem *QGraphicsItem::focusProxy() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 3423-3426 |  
  |  | 1 | 1 | 
 focusScopeItem| Name:  | QGraphicsItem::focusScopeItem |  | Prototype:  | QGraphicsItem *QGraphicsItem::focusScopeItem() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 3495-3498 |  
  |  | 1 | 1 | 
 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:  | 3596-3607 |  
  |  | 7 | 3 | 
 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:  | 3534-3545 |  
  |  | 7 | 3 | 
 graphicsEffect| Name:  | QGraphicsItem::graphicsEffect |  | Prototype:  | QGraphicsEffect *QGraphicsItem::graphicsEffect() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 2773-2776 |  
  |  | 1 | 1 | 
 group| Name:  | QGraphicsItem::group |  | Prototype:  | QGraphicsItemGroup *QGraphicsItem::group() const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 1512-1524 |  
  |  | 7 | 4 | 
 handlesChildEvents| Name:  | QGraphicsItem::handlesChildEvents |  | Prototype:  | bool QGraphicsItem::handlesChildEvents() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 3152-3155 |  
  |  | 1 | 1 | 
 hasCursor| Name:  | QGraphicsItem::hasCursor |  | Prototype:  | bool QGraphicsItem::hasCursor() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 2196-2199 |  
  |  | 1 | 1 | 
 hasFocus| Name:  | QGraphicsItem::hasFocus |  | Prototype:  | bool QGraphicsItem::hasFocus() const |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 3254-3266 |  
  |  | 7 | 4 | 
 hoverEnterEvent| Name:  | QGraphicsItem::hoverEnterEvent |  | Prototype:  | void QGraphicsItem::hoverEnterEvent(QGraphicsSceneHoverEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6978-6982 |  
  |  | 2 | 1 | 
 hoverLeaveEvent| Name:  | QGraphicsItem::hoverLeaveEvent |  | Prototype:  | void QGraphicsItem::hoverLeaveEvent(QGraphicsSceneHoverEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 7006-7010 |  
  |  | 2 | 1 | 
 hoverMoveEvent| Name:  | QGraphicsItem::hoverMoveEvent |  | Prototype:  | void QGraphicsItem::hoverMoveEvent(QGraphicsSceneHoverEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6992-6995 |  
  |  | 1 | 1 | 
 inputMethodEvent| Name:  | QGraphicsItem::inputMethodEvent |  | Prototype:  | void QGraphicsItem::inputMethodEvent(QInputMethodEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 7339-7342 |  
  |  | 1 | 1 | 
 inputMethodHints| Name:  | QGraphicsItem::inputMethodHints |  | Prototype:  | Qt::InputMethodHints QGraphicsItem::inputMethodHints() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 7373-7377 |  
  |  | 2 | 1 | 
 inputMethodQuery| Name:  | QGraphicsItem::inputMethodQuery |  | Prototype:  | QVariant QGraphicsItem::inputMethodQuery(Qt::InputMethodQuery query) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 7353-7357 |  
  |  | 2 | 1 | 
 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:  | 6624-6637 |  
  |  | 9 | 3 | 
 isActive| Name:  | QGraphicsItem::isActive |  | Prototype:  | bool QGraphicsItem::isActive() const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 3200-3205 |  
  |  | 3 | 2 | 
 isAncestorOf| Name:  | QGraphicsItem::isAncestorOf |  | Prototype:  | bool QGraphicsItem::isAncestorOf(const QGraphicsItem *child) const |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6465-6477 |  
  |  | 9 | 5 | 
 isBlockedByModalPanel| Name:  | QGraphicsItem::isBlockedByModalPanel |  | Prototype:  | bool QGraphicsItem::isBlockedByModalPanel(QGraphicsItem **blockingPanel) const |  | Coverage:  |   0.000% (0/33) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 2062-2099 |  
  |  | 22 | 9 | 
 isClipped| Name:  | QGraphicsItem::isClipped |  | Prototype:  | bool QGraphicsItem::isClipped() const |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 4894-4899 |  
  |  | 3 | 1 | 
 isEnabled| Name:  | QGraphicsItem::isEnabled |  | Prototype:  | bool QGraphicsItem::isEnabled() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 2491-2494 |  
  |  | 1 | 1 | 
 isObscured| Name:  | QGraphicsItem::isObscured |  | Prototype:  | bool QGraphicsItem::isObscured(const QRectF &rect) const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 5134-5150 |  
  |  | 11 | 5 | 
 isObscuredBy| Name:  | QGraphicsItem::isObscuredBy |  | Prototype:  | bool QGraphicsItem::isObscuredBy(const QGraphicsItem *item) const |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 5173-5179 |  
  |  | 4 | 2 | 
 isPanel| Name:  | QGraphicsItem::isPanel |  | Prototype:  | bool QGraphicsItem::isPanel() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 1755-1758 |  
  |  | 1 | 1 | 
 isSelected| Name:  | QGraphicsItem::isSelected |  | Prototype:  | bool QGraphicsItem::isSelected() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 2599-2604 |  
  |  | 3 | 2 | 
 isUnderMouse| Name:  | QGraphicsItem::isUnderMouse |  | Prototype:  | bool QGraphicsItem::isUnderMouse() const |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6519-6531 |  
  |  | 8 | 4 | 
 isVisible| Name:  | QGraphicsItem::isVisible |  | Prototype:  | bool QGraphicsItem::isVisible() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 2232-2235 |  
  |  | 1 | 1 | 
 isVisibleTo| Name:  | QGraphicsItem::isVisibleTo |  | Prototype:  | bool QGraphicsItem::isVisibleTo(const QGraphicsItem *parent) const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 2250-2262 |  
  |  | 9 | 5 | 
 isWidget| Name:  | QGraphicsItem::isWidget |  | Prototype:  | bool QGraphicsItem::isWidget() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 1732-1735 |  
  |  | 1 | 1 | 
 isWindow| Name:  | QGraphicsItem::isWindow |  | Prototype:  | bool QGraphicsItem::isWindow() const |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 1744-1747 |  
  |  | 1 | 1 | 
 itemChange| Name:  | QGraphicsItem::itemChange |  | Prototype:  | QVariant QGraphicsItem::itemChange(GraphicsItemChange change, const QVariant &value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 7444-7448 |  
  |  | 2 | 1 | 
 itemTransform| Name:  | QGraphicsItem::itemTransform |  | Prototype:  | QTransform QGraphicsItem::itemTransform(const QGraphicsItem *other, bool *ok) const |  | Coverage:  |   0.000% (0/70) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 4285-4383 |  
  |  | 66 | 20 | 
 keyPressEvent| Name:  | QGraphicsItem::keyPressEvent |  | Prototype:  | void QGraphicsItem::keyPressEvent(QKeyEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 7024-7027 |  
  |  | 1 | 1 | 
 keyReleaseEvent| Name:  | QGraphicsItem::keyReleaseEvent |  | Prototype:  | void QGraphicsItem::keyReleaseEvent(QKeyEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 7041-7044 |  
  |  | 1 | 1 | 
 mapFromItem| Name:  | QGraphicsItem::mapFromItem |  | Prototype:  | QPointF QGraphicsItem::mapFromItem(const QGraphicsItem *item, const QPointF &point) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6238-6243 |  
  |  | 3 | 2 | 
 mapFromItem| Name:  | QGraphicsItem::mapFromItem |  | Prototype:  | QPolygonF QGraphicsItem::mapFromItem(const QGraphicsItem *item, const QRectF &rect) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6310-6315 |  
  |  | 3 | 2 | 
 mapFromItem| Name:  | QGraphicsItem::mapFromItem |  | Prototype:  | QPolygonF QGraphicsItem::mapFromItem(const QGraphicsItem *item, const QPolygonF &polygon) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6378-6383 |  
  |  | 3 | 2 | 
 mapFromItem| Name:  | QGraphicsItem::mapFromItem |  | Prototype:  | QPainterPath QGraphicsItem::mapFromItem(const QGraphicsItem *item, const QPainterPath &path) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6423-6428 |  
  |  | 3 | 2 | 
 mapFromParent| Name:  | QGraphicsItem::mapFromParent |  | Prototype:  | QPointF QGraphicsItem::mapFromParent(const QPointF &point) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6261-6267 |  
  |  | 3 | 2 | 
 mapFromParent| Name:  | QGraphicsItem::mapFromParent |  | Prototype:  | QPolygonF QGraphicsItem::mapFromParent(const QRectF &rect) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6332-6338 |  
  |  | 3 | 2 | 
 mapFromParent| Name:  | QGraphicsItem::mapFromParent |  | Prototype:  | QPolygonF QGraphicsItem::mapFromParent(const QPolygonF &polygon) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6392-6398 |  
  |  | 3 | 2 | 
 mapFromParent| Name:  | QGraphicsItem::mapFromParent |  | Prototype:  | QPainterPath QGraphicsItem::mapFromParent(const QPainterPath &path) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6437-6443 |  
  |  | 3 | 2 | 
 mapFromScene| Name:  | QGraphicsItem::mapFromScene |  | Prototype:  | QPointF QGraphicsItem::mapFromScene(const QPointF &point) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6285-6290 |  
  |  | 3 | 2 | 
 mapFromScene| Name:  | QGraphicsItem::mapFromScene |  | Prototype:  | QPolygonF QGraphicsItem::mapFromScene(const QRectF &rect) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6355-6360 |  
  |  | 3 | 2 | 
 mapFromScene| Name:  | QGraphicsItem::mapFromScene |  | Prototype:  | QPolygonF QGraphicsItem::mapFromScene(const QPolygonF &polygon) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6407-6412 |  
  |  | 3 | 2 | 
 mapFromScene| Name:  | QGraphicsItem::mapFromScene |  | Prototype:  | QPainterPath QGraphicsItem::mapFromScene(const QPainterPath &path) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6452-6457 |  
  |  | 3 | 2 | 
 mapRectFromItem| Name:  | QGraphicsItem::mapRectFromItem |  | Prototype:  | QRectF QGraphicsItem::mapRectFromItem(const QGraphicsItem *item, const QRectF &rect) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6071-6076 |  
  |  | 3 | 2 | 
 mapRectFromParent| Name:  | QGraphicsItem::mapRectFromParent |  | Prototype:  | QRectF QGraphicsItem::mapRectFromParent(const QRectF &rect) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6096-6102 |  
  |  | 3 | 2 | 
 mapRectFromScene| Name:  | QGraphicsItem::mapRectFromScene |  | Prototype:  | QRectF QGraphicsItem::mapRectFromScene(const QRectF &rect) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6121-6126 |  
  |  | 3 | 2 | 
 mapRectToItem| Name:  | QGraphicsItem::mapRectToItem |  | Prototype:  | QRectF QGraphicsItem::mapRectToItem(const QGraphicsItem *item, const QRectF &rect) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 5996-6001 |  
  |  | 3 | 2 | 
 mapRectToParent| Name:  | QGraphicsItem::mapRectToParent |  | Prototype:  | QRectF QGraphicsItem::mapRectToParent(const QRectF &rect) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6020-6026 |  
  |  | 3 | 2 | 
 mapRectToScene| Name:  | QGraphicsItem::mapRectToScene |  | Prototype:  | QRectF QGraphicsItem::mapRectToScene(const QRectF &rect) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6045-6050 |  
  |  | 3 | 2 | 
 mapToItem| Name:  | QGraphicsItem::mapToItem |  | Prototype:  | QPointF QGraphicsItem::mapToItem(const QGraphicsItem *item, const QPointF &point) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 5855-5860 |  
  |  | 3 | 2 | 
 mapToItem| Name:  | QGraphicsItem::mapToItem |  | Prototype:  | QPolygonF QGraphicsItem::mapToItem(const QGraphicsItem *item, const QRectF &rect) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 5925-5930 |  
  |  | 3 | 2 | 
 mapToItem| Name:  | QGraphicsItem::mapToItem |  | Prototype:  | QPolygonF QGraphicsItem::mapToItem(const QGraphicsItem *item, const QPolygonF &polygon) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6144-6149 |  
  |  | 3 | 2 | 
 mapToItem| Name:  | QGraphicsItem::mapToItem |  | Prototype:  | QPainterPath QGraphicsItem::mapToItem(const QGraphicsItem *item, const QPainterPath &path) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6191-6196 |  
  |  | 3 | 2 | 
 mapToParent| Name:  | QGraphicsItem::mapToParent |  | Prototype:  | QPointF QGraphicsItem::mapToParent(const QPointF &point) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 5878-5884 |  
  |  | 3 | 2 | 
 mapToParent| Name:  | QGraphicsItem::mapToParent |  | Prototype:  | QPolygonF QGraphicsItem::mapToParent(const QRectF &rect) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 5948-5954 |  
  |  | 3 | 2 | 
 mapToParent| Name:  | QGraphicsItem::mapToParent |  | Prototype:  | QPolygonF QGraphicsItem::mapToParent(const QPolygonF &polygon) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6160-6166 |  
  |  | 3 | 2 | 
 mapToParent| Name:  | QGraphicsItem::mapToParent |  | Prototype:  | QPainterPath QGraphicsItem::mapToParent(const QPainterPath &path) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6207-6213 |  
  |  | 3 | 2 | 
 mapToScene| Name:  | QGraphicsItem::mapToScene |  | Prototype:  | QPointF QGraphicsItem::mapToScene(const QPointF &point) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 5901-5906 |  
  |  | 3 | 2 | 
 mapToScene| Name:  | QGraphicsItem::mapToScene |  | Prototype:  | QPolygonF QGraphicsItem::mapToScene(const QRectF &rect) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 5970-5975 |  
  |  | 3 | 2 | 
 mapToScene| Name:  | QGraphicsItem::mapToScene |  | Prototype:  | QPolygonF QGraphicsItem::mapToScene(const QPolygonF &polygon) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6175-6180 |  
  |  | 3 | 2 | 
 mapToScene| Name:  | QGraphicsItem::mapToScene |  | Prototype:  | QPainterPath QGraphicsItem::mapToScene(const QPainterPath &path) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 6222-6227 |  
  |  | 3 | 2 |