| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QGraphicsScene| Name: | QGraphicsScene::QGraphicsScene | | Prototype: | QGraphicsScene::QGraphicsScene(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1622-1626 |
| | 1 | 1 |
QGraphicsScene| Name: | QGraphicsScene::QGraphicsScene | | Prototype: | QGraphicsScene::QGraphicsScene(const QRectF &sceneRect, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1635-1640 |
| | 2 | 1 |
QGraphicsScene| Name: | QGraphicsScene::QGraphicsScene | | Prototype: | QGraphicsScene::QGraphicsScene(qreal x, qreal y, qreal width, qreal height, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 1650-1655 |
| | 2 | 1 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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| 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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |