| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGraphicsScene::activePanel| Name: | QGraphicsScene::activePanel | | Prototype: | QGraphicsItem *QGraphicsScene::activePanel() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 5670-5674 |
| | 2 | 1 |
QGraphicsScene::activeWindow| Name: | QGraphicsScene::activeWindow | | Prototype: | QGraphicsWidget *QGraphicsScene::activeWindow() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 5701-5707 |
| | 4 | 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::addItem| Name: | QGraphicsScene::addItem | | Prototype: | void QGraphicsScene::addItem(QGraphicsItem *item) | | Coverage: | 0.000% (0/130) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2478-2643 |
| | 90 | 33 |
QGraphicsScene::addLine| Name: | QGraphicsScene::addLine | | Prototype: | QGraphicsLineItem *QGraphicsScene::addLine(const QLineF &line, const QPen &pen) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2692-2698 |
| | 4 | 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::addPixmap| Name: | QGraphicsScene::addPixmap | | Prototype: | QGraphicsPixmapItem *QGraphicsScene::addPixmap(const QPixmap &pixmap) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2746-2751 |
| | 3 | 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::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: | 2848-2854 |
| | 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: | 2826-2832 |
| | 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: | 2874-2880 |
| | 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: | 3279-3285 |
| | 3 | 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: | 3088-3092 |
| | 2 | 1 |
QGraphicsScene::bspTreeDepth| Name: | QGraphicsScene::bspTreeDepth | | Prototype: | int QGraphicsScene::bspTreeDepth() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1896-1901 |
| | 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: | 2366-2380 |
| | 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: | 3005-3013 |
| | 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: | 2339-2356 |
| | 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: | 2108-2124 |
| | 9 | 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: | 3542-3562 |
| | 10 | 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: | 2395-2436 |
| | 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: | 2445-2451 |
| | 4 | 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: | 3574-3580 |
| | 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: | 3674-3682 |
| | 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: | 3591-3665 |
| | 40 | 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: | 4211-4223 |
| | 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: | 4238-4250 |
| | 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: | 5329-5374 |
| | 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: | 3691-3700 |
| | 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: | 3305-3505 |
| | 103 | 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: | 3513-3529 |
| | 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: | 3711-3732 |
| | 12 | 7 |
QGraphicsScene::focusItem| Name: | QGraphicsScene::focusItem | | Prototype: | QGraphicsItem *QGraphicsScene::focusItem() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2933-2937 |
| | 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: | 5389-5456 |
| | 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: | 3743-3753 |
| | 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: | 5599-5603 |
| | 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: | 3124-3128 |
| | 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: | 2971-2975 |
| | 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: | 3770-3805 |
| | 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: | 4191-4196 |
| | 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: | 3147-3163 |
| | 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: | 3239-3244 |
| | 3 | 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: | 5658-5662 |
| | 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: | 1926-1930 |
| | 2 | 1 |
QGraphicsScene::itemAt| Name: | QGraphicsScene::itemAt | | Prototype: | QGraphicsItem *QGraphicsScene::itemAt(const QPointF &position, const QTransform &deviceTransform) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2156-2161 |
| | 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: | 1841-1845 |
| | 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: | 1961-1965 |
| | 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: | 2011-2016 |
| | 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: | 2037-2042 |
| | 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: | 2063-2068 |
| | 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: | 2089-2094 |
| | 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: | 1946-1953 |
| | 4 | 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: | 3935-3958 |
| | 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: | 3967-3990 |
| | 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: | 5809-5813 |
| | 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: | 4114-4118 |
| | 2 | 1 |
QGraphicsScene::mouseGrabberItem| Name: | QGraphicsScene::mouseGrabberItem | | Prototype: | QGraphicsItem *QGraphicsScene::mouseGrabberItem() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 3066-3070 |
| | 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: | 4036-4051 |
| | 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: | 4011-4022 |
| | 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: | 4066-4093 |
| | 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: | 5636-5640 |
| | 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: | 2889-2920 |
| | 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: | 1754-1823 |
| | 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: | 1693-1709 |
| | 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: | 2204-2219 |
| | 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: | 2228-2232 |
| | 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: | 5762-5776 |
| | 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: | 5687-5691 |
| | 2 | 1 |
QGraphicsScene::setActiveWindow| Name: | QGraphicsScene::setActiveWindow | | Prototype: | void QGraphicsScene::setActiveWindow(QGraphicsWidget *widget) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 5717-5748 |
| | 17 | 6 |
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: | 3093-3102 |
| | 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: | 1902-1916 |
| | 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: | 2987-2994 |
| | 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: | 2955-2962 |
| | 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: | 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::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: | 1846-1862 |
| | 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: | 5814-5819 |
| | 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: | 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 |
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: | 2249-2252 |
| | 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: | 2266-2270 |
| | 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: | 2286-2332 |
| | 20 | 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: | 1931-1937 |
| | 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: | 3033-3037 |
| | 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: | 5550-5574 |
| | 13 | 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: | 3038-3042 |
| | 2 | 1 |
QGraphicsScene::style| Name: | QGraphicsScene::style | | Prototype: | QStyle *QGraphicsScene::style() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 5526-5531 |
| | 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: | 3171-3207 |
| | 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: | 3260-3264 |
| | 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: | 4133-4179 |
| | 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: | 1663-1676 |
| | 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: | 81-87 |
| | 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: | 108-113 |
| | 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: | 229-260 |
| | 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: | 158-182 |
| | 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: | 96-106 |
| | 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: | 184-227 |
| | 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: | 115-119 |
| | 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: | 141-151 |
| | 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: | 153-156 |
| | 1 | 1 |