| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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 |
QGraphicsScalePrivate::QGraphicsScalePrivate| Name: | QGraphicsScalePrivate::QGraphicsScalePrivate | | Prototype: | QGraphicsScalePrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 200-201 |
| | 1 | 1 |
QGraphicsScale::zScale| Name: | QGraphicsScale::zScale | | Prototype: | qreal QGraphicsScale::zScale() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 312-316 |
| | 2 | 1 |
QGraphicsScale::yScale| Name: | QGraphicsScale::yScale | | Prototype: | qreal QGraphicsScale::yScale() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 285-289 |
| | 2 | 1 |
QGraphicsScale::xScale| Name: | QGraphicsScale::xScale | | Prototype: | qreal QGraphicsScale::xScale() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 258-262 |
| | 2 | 1 |
QGraphicsScale::setZScale| Name: | QGraphicsScale::setZScale | | Prototype: | void QGraphicsScale::setZScale(qreal scale) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 317-326 |
| | 7 | 2 |
QGraphicsScale::setYScale| Name: | QGraphicsScale::setYScale | | Prototype: | void QGraphicsScale::setYScale(qreal scale) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 290-299 |
| | 7 | 2 |
QGraphicsScale::setXScale| Name: | QGraphicsScale::setXScale | | Prototype: | void QGraphicsScale::setXScale(qreal scale) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 263-272 |
| | 7 | 2 |
QGraphicsScale::setOrigin| Name: | QGraphicsScale::setOrigin | | Prototype: | void QGraphicsScale::setOrigin(const QVector3D &point) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 237-245 |
| | 6 | 2 |
QGraphicsScale::origin| Name: | QGraphicsScale::origin | | Prototype: | QVector3D QGraphicsScale::origin() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 232-236 |
| | 2 | 1 |
QGraphicsScale::applyTo| Name: | QGraphicsScale::applyTo | | Prototype: | void QGraphicsScale::applyTo(QMatrix4x4 *matrix) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 331-337 |
| | 4 | 1 |
QGraphicsScale::QGraphicsScale| Name: | QGraphicsScale::QGraphicsScale | | Prototype: | QGraphicsScale::QGraphicsScale(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 211-214 |
| | 2 | 1 |
QGraphicsRotationPrivate::QGraphicsRotationPrivate| Name: | QGraphicsRotationPrivate::QGraphicsRotationPrivate | | Prototype: | QGraphicsRotationPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 416-417 |
| | 1 | 1 |
QGraphicsRotation::setOrigin| Name: | QGraphicsRotation::setOrigin | | Prototype: | void QGraphicsRotation::setOrigin(const QVector3D &point) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 452-460 |
| | 6 | 2 |
QGraphicsRotation::setAxis| Name: | QGraphicsRotation::setAxis | | Prototype: | void QGraphicsRotation::setAxis(const QVector3D &axis) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 523-531 |
| | 6 | 2 |
QGraphicsRotation::setAxis| Name: | QGraphicsRotation::setAxis | | Prototype: | void QGraphicsRotation::setAxis(Qt::Axis axis) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 552-566 |
| | 7 | 4 |
QGraphicsRotation::setAngle| Name: | QGraphicsRotation::setAngle | | Prototype: | void QGraphicsRotation::setAngle(qreal angle) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | | Lines: | 480-488 |
| | 6 | 2 |