| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 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:  | 2811-2818 |  
  |  | 5 | 1 | 
 QGraphicsScene::addSimpleText| Name:  | QGraphicsScene::addSimpleText |  | Prototype:  | QGraphicsSimpleTextItem *QGraphicsScene::addSimpleText(const QString &text, const QFont &font) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2864-2870 |  
  |  | 4 | 1 | 
 QGraphicsScene::addText| Name:  | QGraphicsScene::addText |  | Prototype:  | QGraphicsTextItem *QGraphicsScene::addText(const QString &text, const QFont &font) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2842-2848 |  
  |  | 4 | 1 | 
 QGraphicsScene::addWidget| Name:  | QGraphicsScene::addWidget |  | Prototype:  | QGraphicsProxyWidget *QGraphicsScene::addWidget(QWidget *widget, Qt::WindowFlags wFlags) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2890-2896 |  
  |  | 4 | 1 | 
 QGraphicsScene::advance| Name:  | QGraphicsScene::advance |  | Prototype:  | void QGraphicsScene::advance() |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3297-3304 |  
  |  | 4 | 3 | 
 QGraphicsScene::backgroundBrush| Name:  | QGraphicsScene::backgroundBrush |  | Prototype:  | QBrush QGraphicsScene::backgroundBrush() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3104-3108 |  
  |  | 2 | 1 | 
 QGraphicsScene::bspTreeDepth| Name:  | QGraphicsScene::bspTreeDepth |  | Prototype:  | int QGraphicsScene::bspTreeDepth() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1907-1912 |  
  |  | 3 | 1 | 
 QGraphicsScene::clear| Name:  | QGraphicsScene::clear |  | Prototype:  | void QGraphicsScene::clear() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2380-2394 |  
  |  | 9 | 2 | 
 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:  | 3021-3029 |  
  |  | 5 | 2 | 
 QGraphicsScene::clearSelection| Name:  | QGraphicsScene::clearSelection |  | Prototype:  | void QGraphicsScene::clearSelection() |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2353-2370 |  
  |  | 9 | 3 | 
 QGraphicsScene::collidingItems| Name:  | QGraphicsScene::collidingItems |  | Prototype:  | QList<QGraphicsItem *> QGraphicsScene::collidingItems(const QGraphicsItem *item, Qt::ItemSelectionMode mode) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2120-2137 |  
  |  | 10 | 4 | 
 QGraphicsScene::contextMenuEvent| Name:  | QGraphicsScene::contextMenuEvent |  | Prototype:  | void QGraphicsScene::contextMenuEvent(QGraphicsSceneContextMenuEvent *contextMenuEvent) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3563-3584 |  
  |  | 13 | 4 | 
 QGraphicsScene::createItemGroup| Name:  | QGraphicsScene::createItemGroup |  | Prototype:  | QGraphicsItemGroup *QGraphicsScene::createItemGroup(const QList<QGraphicsItem *> &items) |  | Coverage:  |   0.000% (0/26) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2409-2450 |  
  |  | 26 | 10 | 
 QGraphicsScene::destroyItemGroup| Name:  | QGraphicsScene::destroyItemGroup |  | Prototype:  | void QGraphicsScene::destroyItemGroup(QGraphicsItemGroup *group) |  | Coverage:  |   0.000% (0/2) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2459-2466 |  
  |  | 5 | 2 | 
 QGraphicsScene::dragEnterEvent| Name:  | QGraphicsScene::dragEnterEvent |  | Prototype:  | void QGraphicsScene::dragEnterEvent(QGraphicsSceneDragDropEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3596-3602 |  
  |  | 4 | 1 | 
 QGraphicsScene::dragLeaveEvent| Name:  | QGraphicsScene::dragLeaveEvent |  | Prototype:  | void QGraphicsScene::dragLeaveEvent(QGraphicsSceneDragDropEvent *event) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3697-3705 |  
  |  | 4 | 2 | 
 QGraphicsScene::dragMoveEvent| Name:  | QGraphicsScene::dragMoveEvent |  | Prototype:  | void QGraphicsScene::dragMoveEvent(QGraphicsSceneDragDropEvent *event) |  | Coverage:  |   0.000% (0/28) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3613-3688 |  
  |  | 43 | 10 | 
 QGraphicsScene::drawBackground| Name:  | QGraphicsScene::drawBackground |  | Prototype:  | void QGraphicsScene::drawBackground(QPainter *painter, const QRectF &rect) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 4234-4246 |  
  |  | 8 | 4 | 
 QGraphicsScene::drawForeground| Name:  | QGraphicsScene::drawForeground |  | Prototype:  | void QGraphicsScene::drawForeground(QPainter *painter, const QRectF &rect) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 4261-4273 |  
  |  | 8 | 4 | 
 QGraphicsScene::drawItems| Name:  | QGraphicsScene::drawItems |  | Prototype:  | void QGraphicsScene::drawItems(QPainter *painter, int numItems, QGraphicsItem *items[], const QStyleOptionGraphicsItem options[], QWidget *widget) |  | Coverage:  |   0.000% (0/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 5353-5398 |  
  |  | 27 | 7 | 
 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:  | 3714-3723 |  
  |  | 5 | 2 | 
 QGraphicsScene::event| Name:  | QGraphicsScene::event |  | Prototype:  | bool QGraphicsScene::event(QEvent *event) |  | Coverage:  |   0.000% (0/142) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3324-3526 |  
  |  | 105 | 64 | 
 QGraphicsScene::eventFilter| Name:  | QGraphicsScene::eventFilter |  | Prototype:  | bool QGraphicsScene::eventFilter(QObject *watched, QEvent *event) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3534-3550 |  
  |  | 9 | 5 | 
 QGraphicsScene::focusInEvent| Name:  | QGraphicsScene::focusInEvent |  | Prototype:  | void QGraphicsScene::focusInEvent(QFocusEvent *focusEvent) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3734-3755 |  
  |  | 12 | 7 | 
 QGraphicsScene::focusItem| Name:  | QGraphicsScene::focusItem |  | Prototype:  | QGraphicsItem *QGraphicsScene::focusItem() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2949-2953 |  
  |  | 2 | 1 | 
 QGraphicsScene::focusNextPrevChild| Name:  | QGraphicsScene::focusNextPrevChild |  | Prototype:  | bool QGraphicsScene::focusNextPrevChild(bool next) |  | Coverage:  |   0.000% (0/82) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 5413-5480 |  
  |  | 39 | 15 | 
 QGraphicsScene::focusOutEvent| Name:  | QGraphicsScene::focusOutEvent |  | Prototype:  | void QGraphicsScene::focusOutEvent(QFocusEvent *focusEvent) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3766-3776 |  
  |  | 6 | 2 | 
 QGraphicsScene::font| Name:  | QGraphicsScene::font |  | Prototype:  | QFont QGraphicsScene::font() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 5624-5628 |  
  |  | 2 | 1 | 
 QGraphicsScene::foregroundBrush| Name:  | QGraphicsScene::foregroundBrush |  | Prototype:  | QBrush QGraphicsScene::foregroundBrush() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3140-3144 |  
  |  | 2 | 1 | 
 QGraphicsScene::hasFocus| Name:  | QGraphicsScene::hasFocus |  | Prototype:  | bool QGraphicsScene::hasFocus() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2987-2991 |  
  |  | 2 | 1 | 
 QGraphicsScene::helpEvent| Name:  | QGraphicsScene::helpEvent |  | Prototype:  | void QGraphicsScene::helpEvent(QGraphicsSceneHelpEvent *helpEvent) |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3793-3828 |  
  |  | 21 | 6 | 
 QGraphicsScene::inputMethodEvent| Name:  | QGraphicsScene::inputMethodEvent |  | Prototype:  | void QGraphicsScene::inputMethodEvent(QInputMethodEvent *event) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 4214-4219 |  
  |  | 3 | 2 | 
 QGraphicsScene::inputMethodQuery| Name:  | QGraphicsScene::inputMethodQuery |  | Prototype:  | QVariant QGraphicsScene::inputMethodQuery(Qt::InputMethodQuery query) const |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3164-3180 |  
  |  | 14 | 6 | 
 QGraphicsScene::invalidate| Name:  | QGraphicsScene::invalidate |  | Prototype:  | void QGraphicsScene::invalidate(const QRectF &rect, SceneLayers layers) |  | Coverage:  |   0.000% (0/2) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3256-3262 |  
  |  | 4 | 2 | 
 QGraphicsScene::isActive| Name:  | QGraphicsScene::isActive |  | Prototype:  | bool QGraphicsScene::isActive() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 5683-5687 |  
  |  | 2 | 1 | 
 QGraphicsScene::isSortCacheEnabled| Name:  | QGraphicsScene::isSortCacheEnabled |  | Prototype:  | bool QGraphicsScene::isSortCacheEnabled() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1937-1941 |  
  |  | 2 | 1 | 
 QGraphicsScene::itemAt| Name:  | QGraphicsScene::itemAt |  | Prototype:  | QGraphicsItem *QGraphicsScene::itemAt(const QPointF &position, const QTransform &deviceTransform) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2169-2174 |  
  |  | 3 | 1 | 
 QGraphicsScene::itemIndexMethod| Name:  | QGraphicsScene::itemIndexMethod |  | Prototype:  | QGraphicsScene::ItemIndexMethod QGraphicsScene::itemIndexMethod() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1852-1856 |  
  |  | 2 | 1 | 
 QGraphicsScene::items| Name:  | QGraphicsScene::items |  | Prototype:  | QList<QGraphicsItem *> QGraphicsScene::items(Qt::SortOrder order) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1973-1977 |  
  |  | 2 | 1 | 
 QGraphicsScene::items| Name:  | QGraphicsScene::items |  | Prototype:  | QList<QGraphicsItem *> QGraphicsScene::items(const QPointF &pos, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2023-2028 |  
  |  | 2 | 1 | 
 QGraphicsScene::items| Name:  | QGraphicsScene::items |  | Prototype:  | QList<QGraphicsItem *> QGraphicsScene::items(const QRectF &rect, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2049-2054 |  
  |  | 2 | 1 | 
 QGraphicsScene::items| Name:  | QGraphicsScene::items |  | Prototype:  | QList<QGraphicsItem *> QGraphicsScene::items(const QPolygonF &polygon, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2075-2080 |  
  |  | 2 | 1 | 
 QGraphicsScene::items| Name:  | QGraphicsScene::items |  | Prototype:  | QList<QGraphicsItem *> QGraphicsScene::items(const QPainterPath &path, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2101-2106 |  
  |  | 2 | 1 | 
 QGraphicsScene::itemsBoundingRect| Name:  | QGraphicsScene::itemsBoundingRect |  | Prototype:  | QRectF QGraphicsScene::itemsBoundingRect() const |  | Coverage:  |   0.000% (0/2) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1957-1965 |  
  |  | 5 | 2 | 
 QGraphicsScene::keyPressEvent| Name:  | QGraphicsScene::keyPressEvent |  | Prototype:  | void QGraphicsScene::keyPressEvent(QKeyEvent *keyEvent) |  | Coverage:  |   0.000% (0/22) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3958-3981 |  
  |  | 13 | 6 | 
 QGraphicsScene::keyReleaseEvent| Name:  | QGraphicsScene::keyReleaseEvent |  | Prototype:  | void QGraphicsScene::keyReleaseEvent(QKeyEvent *keyEvent) |  | Coverage:  |   0.000% (0/22) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3990-4013 |  
  |  | 13 | 6 | 
 QGraphicsScene::minimumRenderSize| Name:  | QGraphicsScene::minimumRenderSize |  | Prototype:  | qreal QGraphicsScene::minimumRenderSize() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 5832-5836 |  
  |  | 2 | 1 | 
 QGraphicsScene::mouseDoubleClickEvent| Name:  | QGraphicsScene::mouseDoubleClickEvent |  | Prototype:  | void QGraphicsScene::mouseDoubleClickEvent(QGraphicsSceneMouseEvent *mouseEvent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 4137-4141 |  
  |  | 2 | 1 | 
 QGraphicsScene::mouseGrabberItem| Name:  | QGraphicsScene::mouseGrabberItem |  | Prototype:  | QGraphicsItem *QGraphicsScene::mouseGrabberItem() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3082-3086 |  
  |  | 2 | 1 | 
 QGraphicsScene::mouseMoveEvent| Name:  | QGraphicsScene::mouseMoveEvent |  | Prototype:  | void QGraphicsScene::mouseMoveEvent(QGraphicsSceneMouseEvent *mouseEvent) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 4059-4074 |  
  |  | 10 | 3 | 
 QGraphicsScene::mousePressEvent| Name:  | QGraphicsScene::mousePressEvent |  | Prototype:  | void QGraphicsScene::mousePressEvent(QGraphicsSceneMouseEvent *mouseEvent) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 4034-4045 |  
  |  | 6 | 2 | 
 QGraphicsScene::mouseReleaseEvent| Name:  | QGraphicsScene::mouseReleaseEvent |  | Prototype:  | void QGraphicsScene::mouseReleaseEvent(QGraphicsSceneMouseEvent *mouseEvent) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 4089-4116 |  
  |  | 15 | 5 | 
 QGraphicsScene::palette| Name:  | QGraphicsScene::palette |  | Prototype:  | QPalette QGraphicsScene::palette() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 5661-5665 |  
  |  | 2 | 1 | 
 QGraphicsScene::removeItem| Name:  | QGraphicsScene::removeItem |  | Prototype:  | void QGraphicsScene::removeItem(QGraphicsItem *item) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2905-2936 |  
  |  | 18 | 4 | 
 QGraphicsScene::render| Name:  | QGraphicsScene::render |  | Prototype:  | void QGraphicsScene::render(QPainter *painter, const QRectF &target, const QRectF &source, Qt::AspectRatioMode aspectRatioMode) |  | Coverage:  |   0.000% (0/22) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1765-1834 |  
  |  | 39 | 9 | 
 QGraphicsScene::sceneRect| Name:  | QGraphicsScene::sceneRect |  | Prototype:  | QRectF QGraphicsScene::sceneRect() const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1704-1720 |  
  |  | 11 | 4 | 
 QGraphicsScene::selectedItems| Name:  | QGraphicsScene::selectedItems |  | Prototype:  | QList<QGraphicsItem *> QGraphicsScene::selectedItems() const |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2217-2232 |  
  |  | 8 | 3 | 
 QGraphicsScene::selectionArea| Name:  | QGraphicsScene::selectionArea |  | Prototype:  | QPainterPath QGraphicsScene::selectionArea() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2241-2245 |  
  |  | 2 | 1 | 
 QGraphicsScene::sendEvent| Name:  | QGraphicsScene::sendEvent |  | Prototype:  | bool QGraphicsScene::sendEvent(QGraphicsItem *item, QEvent *event) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 5785-5799 |  
  |  | 10 | 3 | 
 QGraphicsScene::setActivePanel| Name:  | QGraphicsScene::setActivePanel |  | Prototype:  | void QGraphicsScene::setActivePanel(QGraphicsItem *item) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 5712-5716 |  
  |  | 2 | 1 | 
 QGraphicsScene::setActiveWindow| Name:  | QGraphicsScene::setActiveWindow |  | Prototype:  | void QGraphicsScene::setActiveWindow(QGraphicsWidget *widget) |  | Coverage:  |   0.000% (0/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 5742-5771 |  
  |  | 15 | 5 | 
 QGraphicsScene::setBackgroundBrush| Name:  | QGraphicsScene::setBackgroundBrush |  | Prototype:  | void QGraphicsScene::setBackgroundBrush(const QBrush &brush) |  | Coverage:  |   0.000% (0/2) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3109-3118 |  
  |  | 6 | 2 | 
 QGraphicsScene::setBspTreeDepth| Name:  | QGraphicsScene::setBspTreeDepth |  | Prototype:  | void QGraphicsScene::setBspTreeDepth(int depth) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1913-1927 |  
  |  | 9 | 3 | 
 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:  | 3003-3010 |  
  |  | 5 | 2 | 
 QGraphicsScene::setFocusItem| Name:  | QGraphicsScene::setFocusItem |  | Prototype:  | void QGraphicsScene::setFocusItem(QGraphicsItem *item, Qt::FocusReason focusReason) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2971-2978 |  
  |  | 4 | 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:  | 5629-5636 |  
  |  | 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:  | 3145-3153 |  
  |  | 6 | 2 | 
 QGraphicsScene::setItemIndexMethod| Name:  | QGraphicsScene::setItemIndexMethod |  | Prototype:  | void QGraphicsScene::setItemIndexMethod(ItemIndexMethod method) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1857-1873 |  
  |  | 11 | 4 | 
 QGraphicsScene::setMinimumRenderSize| Name:  | QGraphicsScene::setMinimumRenderSize |  | Prototype:  | void QGraphicsScene::setMinimumRenderSize(qreal minSize) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 5837-5842 |  
  |  | 3 | 1 | 
 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:  | 5666-5673 |  
  |  | 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:  | 1721-1729 |  
  |  | 5 | 2 | 
 QGraphicsScene::setSelectionArea| Name:  | QGraphicsScene::setSelectionArea |  | Prototype:  | void QGraphicsScene::setSelectionArea(const QPainterPath &path, const QTransform &deviceTransform) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2262-2265 |  
  |  | 1 | 1 | 
 QGraphicsScene::setSelectionArea| Name:  | QGraphicsScene::setSelectionArea |  | Prototype:  | void QGraphicsScene::setSelectionArea(const QPainterPath &path, Qt::ItemSelectionMode mode, const QTransform &deviceTransform) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2279-2283 |  
  |  | 1 | 1 | 
 QGraphicsScene::setSelectionArea| Name:  | QGraphicsScene::setSelectionArea |  | Prototype:  | void QGraphicsScene::setSelectionArea(const QPainterPath &path, Qt::ItemSelectionOperation selectionOperation, Qt::ItemSelectionMode mode, const QTransform &deviceTransform) |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 2299-2346 |  
  |  | 21 | 8 | 
 QGraphicsScene::setSortCacheEnabled| Name:  | QGraphicsScene::setSortCacheEnabled |  | Prototype:  | void QGraphicsScene::setSortCacheEnabled(bool enabled) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1942-1948 |  
  |  | 4 | 2 | 
 QGraphicsScene::setStickyFocus| Name:  | QGraphicsScene::setStickyFocus |  | Prototype:  | void QGraphicsScene::setStickyFocus(bool enabled) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3049-3053 |  
  |  | 2 | 1 | 
 QGraphicsScene::setStyle| Name:  | QGraphicsScene::setStyle |  | Prototype:  | void QGraphicsScene::setStyle(QStyle *style) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 5574-5599 |  
  |  | 14 | 6 | 
 QGraphicsScene::stickyFocus| Name:  | QGraphicsScene::stickyFocus |  | Prototype:  | bool QGraphicsScene::stickyFocus() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3054-3058 |  
  |  | 2 | 1 | 
 QGraphicsScene::style| Name:  | QGraphicsScene::style |  | Prototype:  | QStyle *QGraphicsScene::style() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 5550-5555 |  
  |  | 2 | 1 | 
 QGraphicsScene::update| Name:  | QGraphicsScene::update |  | Prototype:  | void QGraphicsScene::update(const QRectF &rect) |  | Coverage:  |   0.000% (0/34) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3188-3224 |  
  |  | 20 | 9 | 
 QGraphicsScene::views| Name:  | QGraphicsScene::views |  | Prototype:  | QList <QGraphicsView *> QGraphicsScene::views() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 3278-3282 |  
  |  | 2 | 1 | 
 QGraphicsScene::wheelEvent| Name:  | QGraphicsScene::wheelEvent |  | Prototype:  | void QGraphicsScene::wheelEvent(QGraphicsSceneWheelEvent *wheelEvent) |  | Coverage:  |   0.000% (0/36) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 4156-4202 |  
  |  | 24 | 8 | 
 QGraphicsScene::~QGraphicsScene| Name:  | QGraphicsScene::~QGraphicsScene |  | Prototype:  | QGraphicsScene::~QGraphicsScene() |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp |  | Lines:  | 1674-1687 |  
  |  | 6 | 3 | 
 QGraphicsSceneBspTree::QGraphicsSceneBspTree| Name:  | QGraphicsSceneBspTree::QGraphicsSceneBspTree |  | Prototype:  | QGraphicsSceneBspTree::QGraphicsSceneBspTree() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp |  | Lines:  | 87-93 |  
  |  | 3 | 1 | 
 QGraphicsSceneBspTree::clear| Name:  | QGraphicsSceneBspTree::clear |  | Prototype:  | void QGraphicsSceneBspTree::clear() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp |  | Lines:  | 114-119 |  
  |  | 3 | 1 | 
 QGraphicsSceneBspTree::climbTree| Name:  | QGraphicsSceneBspTree::climbTree |  | Prototype:  | void QGraphicsSceneBspTree::climbTree(QGraphicsSceneBspTreeVisitor *visitor, const QRectF &rect, int index) const |  | Coverage:  |   0.000% (0/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp |  | Lines:  | 235-266 |  
  |  | 18 | 9 | 
 QGraphicsSceneBspTree::debug| Name:  | QGraphicsSceneBspTree::debug |  | Prototype:  | QString QGraphicsSceneBspTree::debug(int index) const |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp |  | Lines:  | 164-188 |  
  |  | 15 | 4 | 
 QGraphicsSceneBspTree::initialize| Name:  | QGraphicsSceneBspTree::initialize |  | Prototype:  | void QGraphicsSceneBspTree::initialize(const QRectF &rect, int depth) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp |  | Lines:  | 102-112 |  
  |  | 7 | 1 | 
 QGraphicsSceneBspTree::initialize| Name:  | QGraphicsSceneBspTree::initialize |  | Prototype:  | void QGraphicsSceneBspTree::initialize(const QRectF &rect, int depth, int index) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp |  | Lines:  | 190-233 |  
  |  | 30 | 4 | 
 QGraphicsSceneBspTree::insertItem| Name:  | QGraphicsSceneBspTree::insertItem |  | Prototype:  | void QGraphicsSceneBspTree::insertItem(QGraphicsItem *item, const QRectF &rect) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp |  | Lines:  | 121-125 |  
  |  | 2 | 1 | 
 QGraphicsSceneBspTree::items| Name:  | QGraphicsSceneBspTree::items |  | Prototype:  | QList<QGraphicsItem *> QGraphicsSceneBspTree::items(const QRectF &rect, bool onlyTopLevelItems) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp |  | Lines:  | 147-157 |  
  |  | 7 | 2 | 
 QGraphicsSceneBspTree::leafCount| Name:  | QGraphicsSceneBspTree::leafCount |  | Prototype:  | int QGraphicsSceneBspTree::leafCount() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp |  | Lines:  | 159-162 |  
  |  | 1 | 1 | 
 QGraphicsSceneBspTree::rectForIndex| Name:  | QGraphicsSceneBspTree::rectForIndex |  | Prototype:  | QRectF QGraphicsSceneBspTree::rectForIndex(int index) const |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp |  | Lines:  | 268-290 |  
  |  | 13 | 5 | 
 QGraphicsSceneBspTree::removeItem| Name:  | QGraphicsSceneBspTree::removeItem |  | Prototype:  | void QGraphicsSceneBspTree::removeItem(QGraphicsItem *item, const QRectF &rect) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp |  | Lines:  | 127-131 |  
  |  | 2 | 1 | 
 QGraphicsSceneBspTree::removeItems| Name:  | QGraphicsSceneBspTree::removeItems |  | Prototype:  | void QGraphicsSceneBspTree::removeItems(const QSet<QGraphicsItem *> &items) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp |  | Lines:  | 133-145 |  
  |  | 8 | 4 | 
 QGraphicsSceneBspTree::~QGraphicsSceneBspTree| Name:  | QGraphicsSceneBspTree::~QGraphicsSceneBspTree |  | Prototype:  | QGraphicsSceneBspTree::~QGraphicsSceneBspTree() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp |  | Lines:  | 95-100 |  
  |  | 3 | 1 | 
 QGraphicsSceneBspTreeIndex::QGraphicsSceneBspTreeIndex| Name:  | QGraphicsSceneBspTreeIndex::QGraphicsSceneBspTreeIndex |  | Prototype:  | QGraphicsSceneBspTreeIndex::QGraphicsSceneBspTreeIndex(QGraphicsScene *scene) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp |  | Lines:  | 446-450 |  
  |  | 3 | 1 | 
 QGraphicsSceneBspTreeIndex::addItem| Name:  | QGraphicsSceneBspTreeIndex::addItem |  | Prototype:  | void QGraphicsSceneBspTreeIndex::addItem(QGraphicsItem *item) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp |  | Lines:  | 490-494 |  
  |  | 2 | 1 | 
 QGraphicsSceneBspTreeIndex::bspTreeDepth| Name:  | QGraphicsSceneBspTreeIndex::bspTreeDepth |  | Prototype:  | int QGraphicsSceneBspTreeIndex::bspTreeDepth() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp |  | Lines:  | 599-603 |  
  |  | 2 | 1 | 
 QGraphicsSceneBspTreeIndex::clear| Name:  | QGraphicsSceneBspTreeIndex::clear |  | Prototype:  | void QGraphicsSceneBspTreeIndex::clear() |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp |  | Lines:  | 468-485 |  
  |  | 12 | 3 |