| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGraphicsView::setScene| Name: | QGraphicsView::setScene | | Prototype: | void QGraphicsView::setScene(QGraphicsScene *scene) | | Coverage: | 0.000% (0/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1701-1759 |
| | 36 | 10 |
QGraphicsView::setSceneRect| Name: | QGraphicsView::setSceneRect | | Prototype: | void QGraphicsView::setSceneRect(const QRectF &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1793-1799 |
| | 4 | 1 |
QGraphicsView::setTransform| Name: | QGraphicsView::setTransform | | Prototype: | void QGraphicsView::setTransform(const QTransform &matrix, bool combine ) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 3885-3911 |
| | 17 | 5 |
QGraphicsView::setTransformationAnchor| Name: | QGraphicsView::setTransformationAnchor | | Prototype: | void QGraphicsView::setTransformationAnchor(ViewportAnchor anchor) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1354-1363 |
| | 4 | 2 |
QGraphicsView::setViewportUpdateMode| Name: | QGraphicsView::setViewportUpdateMode | | Prototype: | void QGraphicsView::setViewportUpdateMode(ViewportUpdateMode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1420-1424 |
| | 2 | 1 |
QGraphicsView::setupViewport| Name: | QGraphicsView::setupViewport | | Prototype: | void QGraphicsView::setupViewport(QWidget *widget) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 2760-2803 |
| | 21 | 7 |
QGraphicsView::shear| Name: | QGraphicsView::shear | | Prototype: | void QGraphicsView::shear(qreal sh, qreal sv) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1885-1891 |
| | 4 | 1 |
QGraphicsView::showEvent| Name: | QGraphicsView::showEvent | | Prototype: | void QGraphicsView::showEvent(QShowEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 3719-3725 |
| | 4 | 1 |
QGraphicsView::sizeHint| Name: | QGraphicsView::sizeHint | | Prototype: | QSize QGraphicsView::sizeHint() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1250-1259 |
| | 6 | 2 |
QGraphicsView::transform| Name: | QGraphicsView::transform | | Prototype: | QTransform QGraphicsView::transform() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 3827-3831 |
| | 2 | 1 |
QGraphicsView::transformationAnchor| Name: | QGraphicsView::transformationAnchor | | Prototype: | QGraphicsView::ViewportAnchor QGraphicsView::transformationAnchor() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1349-1353 |
| | 2 | 1 |
QGraphicsView::translate| Name: | QGraphicsView::translate | | Prototype: | void QGraphicsView::translate(qreal dx, qreal dy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1898-1904 |
| | 4 | 1 |
QGraphicsView::updateScene| Name: | QGraphicsView::updateScene | | Prototype: | void QGraphicsView::updateScene(const QList<QRectF> &rects) | | Coverage: | 0.000% (0/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 2666-2735 |
| | 42 | 12 |
QGraphicsView::updateSceneRect| Name: | QGraphicsView::updateSceneRect | | Prototype: | void QGraphicsView::updateSceneRect(const QRectF &rect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 2744-2751 |
| | 4 | 2 |
QGraphicsView::viewportEvent| Name: | QGraphicsView::viewportEvent | | Prototype: | bool QGraphicsView::viewportEvent(QEvent *event) | | Coverage: | 0.000% (0/87) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 2849-2974 |
| | 69 | 29 |
QGraphicsView::viewportTransform| Name: | QGraphicsView::viewportTransform | | Prototype: | QTransform QGraphicsView::viewportTransform() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 3838-3843 |
| | 3 | 1 |
QGraphicsView::viewportUpdateMode| Name: | QGraphicsView::viewportUpdateMode | | Prototype: | QGraphicsView::ViewportUpdateMode QGraphicsView::viewportUpdateMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1415-1419 |
| | 2 | 1 |
QGraphicsView::wheelEvent| Name: | QGraphicsView::wheelEvent | | Prototype: | void QGraphicsView::wheelEvent(QWheelEvent *event) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 3436-3459 |
| | 18 | 3 |
QGraphicsView::~QGraphicsView| Name: | QGraphicsView::~QGraphicsView | | Prototype: | QGraphicsView::~QGraphicsView() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1239-1245 |
| | 4 | 2 |
QGraphicsViewPrivate::QGraphicsViewPrivate| Name: | QGraphicsViewPrivate::QGraphicsViewPrivate | | Prototype: | QGraphicsViewPrivate::QGraphicsViewPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 332-369 |
| | 1 | 1 |
QGraphicsViewPrivate::_q_setViewportCursor| Name: | QGraphicsViewPrivate::_q_setViewportCursor | | Prototype: | void QGraphicsViewPrivate::_q_setViewportCursor(const QCursor &cursor) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 791-798 |
| | 4 | 2 |
QGraphicsViewPrivate::_q_unsetViewportCursor| Name: | QGraphicsViewPrivate::_q_unsetViewportCursor | | Prototype: | void QGraphicsViewPrivate::_q_unsetViewportCursor() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 805-824 |
| | 11 | 5 |
QGraphicsViewPrivate::allocStyleOptionsArray| Name: | QGraphicsViewPrivate::allocStyleOptionsArray | | Prototype: | QStyleOptionGraphicsItem *QGraphicsViewPrivate::allocStyleOptionsArray(int numItems) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1085-1097 |
| | 6 | 3 |
QGraphicsViewPrivate::centerView| Name: | QGraphicsViewPrivate::centerView | | Prototype: | void QGraphicsViewPrivate::centerView(QGraphicsView::ViewportAnchor anchor) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 505-527 |
| | 11 | 5 |
QGraphicsViewPrivate::findItems| Name: | QGraphicsViewPrivate::findItems | | Prototype: | QList<QGraphicsItem *> QGraphicsViewPrivate::findItems(const QRegion &exposedRegion, bool *allItems, const QTransform &viewTransform) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1117-1156 |
| | 19 | 4 |
QGraphicsViewPrivate::freeStyleOptionsArray| Name: | QGraphicsViewPrivate::freeStyleOptionsArray | | Prototype: | void QGraphicsViewPrivate::freeStyleOptionsArray(QStyleOptionGraphicsItem *array) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1099-1104 |
| | 3 | 2 |
QGraphicsViewPrivate::horizontalScroll| Name: | QGraphicsViewPrivate::horizontalScroll | | Prototype: | qint64 QGraphicsViewPrivate::horizontalScroll() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 544-549 |
| | 3 | 2 |
QGraphicsViewPrivate::mapRectFromScene| Name: | QGraphicsViewPrivate::mapRectFromScene | | Prototype: | QRectF QGraphicsViewPrivate::mapRectFromScene(const QRectF &rect) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 583-588 |
| | 3 | 2 |
QGraphicsViewPrivate::mapRectToScene| Name: | QGraphicsViewPrivate::mapRectToScene | | Prototype: | QRectF QGraphicsViewPrivate::mapRectToScene(const QRect &rect) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 569-575 |
| | 4 | 2 |
QGraphicsViewPrivate::mapToScene| Name: | QGraphicsViewPrivate::mapToScene | | Prototype: | QPointF QGraphicsViewPrivate::mapToScene(const QPointF &point) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 3923-3929 |
| | 4 | 1 |
QGraphicsViewPrivate::mapToScene| Name: | QGraphicsViewPrivate::mapToScene | | Prototype: | QRectF QGraphicsViewPrivate::mapToScene(const QRectF &rect) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 3931-3953 |
| | 17 | 2 |
QGraphicsViewPrivate::mapToViewRect| Name: | QGraphicsViewPrivate::mapToViewRect | | Prototype: | QRect QGraphicsViewPrivate::mapToViewRect(const QGraphicsItem *item, const QRectF &rect) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 873-911 |
| | 26 | 8 |
QGraphicsViewPrivate::mapToViewRegion| Name: | QGraphicsViewPrivate::mapToViewRegion | | Prototype: | QRegion QGraphicsViewPrivate::mapToViewRegion(const QGraphicsItem *item, const QRectF &rect) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 916-925 |
| | 5 | 2 |
QGraphicsViewPrivate::mouseMoveEventHandler| Name: | QGraphicsViewPrivate::mouseMoveEventHandler | | Prototype: | void QGraphicsViewPrivate::mouseMoveEventHandler(QMouseEvent *event) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 632-706 |
| | 44 | 10 |
QGraphicsViewPrivate::populateSceneDragDropEvent| Name: | QGraphicsViewPrivate::populateSceneDragDropEvent | | Prototype: | void QGraphicsViewPrivate::populateSceneDragDropEvent(QGraphicsSceneDragDropEvent *dest, QDropEvent *source) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 849-868 |
| | 11 | 1 |
QGraphicsViewPrivate::processPendingUpdates| Name: | QGraphicsViewPrivate::processPendingUpdates | | Prototype: | void QGraphicsViewPrivate::processPendingUpdates() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 930-945 |
| | 9 | 4 |
QGraphicsViewPrivate::recalculateContentSize| Name: | QGraphicsViewPrivate::recalculateContentSize | | Prototype: | void QGraphicsViewPrivate::recalculateContentSize() | | Coverage: | 0.000% (0/76) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 378-500 |
| | 67 | 24 |
QGraphicsViewPrivate::replayLastMouseEvent| Name: | QGraphicsViewPrivate::replayLastMouseEvent | | Prototype: | void QGraphicsViewPrivate::replayLastMouseEvent() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 615-620 |
| | 3 | 2 |
QGraphicsViewPrivate::rubberBandRegion| Name: | QGraphicsViewPrivate::rubberBandRegion | | Prototype: | QRegion QGraphicsViewPrivate::rubberBandRegion(const QWidget *widget, const QRect &rect) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 712-726 |
| | 11 | 2 |
QGraphicsViewPrivate::setUpdateClip| Name: | QGraphicsViewPrivate::setUpdateClip | | Prototype: | void QGraphicsViewPrivate::setUpdateClip(QGraphicsItem *item) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 968-1007 |
| | 23 | 6 |
QGraphicsViewPrivate::storeDragDropEvent| Name: | QGraphicsViewPrivate::storeDragDropEvent | | Prototype: | void QGraphicsViewPrivate::storeDragDropEvent(const QGraphicsSceneDragDropEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 830-844 |
| | 12 | 1 |
QGraphicsViewPrivate::storeMouseEvent| Name: | QGraphicsViewPrivate::storeMouseEvent | | Prototype: | void QGraphicsViewPrivate::storeMouseEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 625-630 |
| | 3 | 1 |
QGraphicsViewPrivate::translateTouchEvent| Name: | QGraphicsViewPrivate::translateTouchEvent | | Prototype: | void QGraphicsViewPrivate::translateTouchEvent(QGraphicsViewPrivate *d, QTouchEvent *touchEvent) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 312-327 |
| | 7 | 2 |
QGraphicsViewPrivate::updateInputMethodSensitivity| Name: | QGraphicsViewPrivate::updateInputMethodSensitivity | | Prototype: | void QGraphicsViewPrivate::updateInputMethodSensitivity() | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1165-1190 |
| | 18 | 5 |
QGraphicsViewPrivate::updateLastCenterPoint| Name: | QGraphicsViewPrivate::updateLastCenterPoint | | Prototype: | void QGraphicsViewPrivate::updateLastCenterPoint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 532-536 |
| | 2 | 1 |
QGraphicsViewPrivate::updateRect| Name: | QGraphicsViewPrivate::updateRect | | Prototype: | bool QGraphicsViewPrivate::updateRect(const QRect &r) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1049-1083 |
| | 20 | 10 |
QGraphicsViewPrivate::updateRegion| Name: | QGraphicsViewPrivate::updateRegion | | Prototype: | bool QGraphicsViewPrivate::updateRegion(const QRectF &rect, const QTransform &xform) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1009-1045 |
| | 23 | 8 |
QGraphicsViewPrivate::updateRubberBand| Name: | QGraphicsViewPrivate::updateRubberBand | | Prototype: | void QGraphicsViewPrivate::updateRubberBand(const QMouseEvent *event) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 728-784 |
| | 34 | 11 |
QGraphicsViewPrivate::updateScroll| Name: | QGraphicsViewPrivate::updateScroll | | Prototype: | void QGraphicsViewPrivate::updateScroll() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 593-610 |
| | 10 | 3 |
QGraphicsViewPrivate::verticalScroll| Name: | QGraphicsViewPrivate::verticalScroll | | Prototype: | qint64 QGraphicsViewPrivate::verticalScroll() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 557-562 |
| | 3 | 2 |
QGraphicsWidget::QGraphicsWidget| Name: | QGraphicsWidget::QGraphicsWidget | | Prototype: | QGraphicsWidget::QGraphicsWidget(QGraphicsItem *parent, Qt::WindowFlags wFlags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 176-181 |
| | 2 | 1 |
QGraphicsWidget::QGraphicsWidget| Name: | QGraphicsWidget::QGraphicsWidget | | Prototype: | QGraphicsWidget::QGraphicsWidget(QGraphicsWidgetPrivate &dd, QGraphicsItem *parent, Qt::WindowFlags wFlags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 188-193 |
| | 2 | 1 |
QGraphicsWidget::actions| Name: | QGraphicsWidget::actions | | Prototype: | QList<QAction *> QGraphicsWidget::actions() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2114-2118 |
| | 2 | 1 |
QGraphicsWidget::addAction| Name: | QGraphicsWidget::addAction | | Prototype: | void QGraphicsWidget::addAction(QAction *action) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2000-2003 |
| | 1 | 1 |
QGraphicsWidget::addActions| Name: | QGraphicsWidget::addActions | | Prototype: | void QGraphicsWidget::addActions(QList<QAction *> actions) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2015-2020 |
| | 2 | 2 |
QGraphicsWidget::adjustSize| Name: | QGraphicsWidget::adjustSize | | Prototype: | void QGraphicsWidget::adjustSize() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 871-877 |
| | 3 | 2 |
QGraphicsWidget::autoFillBackground| Name: | QGraphicsWidget::autoFillBackground | | Prototype: | bool QGraphicsWidget::autoFillBackground() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1056-1060 |
| | 2 | 1 |
QGraphicsWidget::boundingRect| Name: | QGraphicsWidget::boundingRect | | Prototype: | QRectF QGraphicsWidget::boundingRect() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2358-2361 |
| | 1 | 1 |
QGraphicsWidget::changeEvent| Name: | QGraphicsWidget::changeEvent | | Prototype: | void QGraphicsWidget::changeEvent(QEvent *event) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1494-1517 |
| | 14 | 7 |
QGraphicsWidget::close| Name: | QGraphicsWidget::close | | Prototype: | bool QGraphicsWidget::close() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2384-2399 |
| | 9 | 4 |
QGraphicsWidget::closeEvent| Name: | QGraphicsWidget::closeEvent | | Prototype: | void QGraphicsWidget::closeEvent(QCloseEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1526-1529 |
| | 1 | 1 |
QGraphicsWidget::event| Name: | QGraphicsWidget::event | | Prototype: | bool QGraphicsWidget::event(QEvent *event) | | Coverage: | 0.000% (0/72) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1393-1482 |
| | 49 | 37 |
QGraphicsWidget::focusInEvent| Name: | QGraphicsWidget::focusInEvent | | Prototype: | void QGraphicsWidget::focusInEvent(QFocusEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1534-1539 |
| | 3 | 2 |
QGraphicsWidget::focusNextPrevChild| Name: | QGraphicsWidget::focusNextPrevChild | | Prototype: | bool QGraphicsWidget::focusNextPrevChild(bool next) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1560-1577 |
| | 13 | 6 |
QGraphicsWidget::focusOutEvent| Name: | QGraphicsWidget::focusOutEvent | | Prototype: | void QGraphicsWidget::focusOutEvent(QFocusEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1582-1587 |
| | 3 | 2 |
QGraphicsWidget::focusPolicy| Name: | QGraphicsWidget::focusPolicy | | Prototype: | Qt::FocusPolicy QGraphicsWidget::focusPolicy() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1856-1860 |
| | 2 | 1 |
QGraphicsWidget::focusWidget| Name: | QGraphicsWidget::focusWidget | | Prototype: | QGraphicsWidget *QGraphicsWidget::focusWidget() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1879-1885 |
| | 4 | 2 |
QGraphicsWidget::font| Name: | QGraphicsWidget::font | | Prototype: | QFont QGraphicsWidget::font() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 983-989 |
| | 4 | 1 |
QGraphicsWidget::getContentsMargins| Name: | QGraphicsWidget::getContentsMargins | | Prototype: | void QGraphicsWidget::getContentsMargins(qreal *left, qreal *top, qreal *right, qreal *bottom) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 527-540 |
| | 11 | 6 |
QGraphicsWidget::getWindowFrameMargins| Name: | QGraphicsWidget::getWindowFrameMargins | | Prototype: | void QGraphicsWidget::getWindowFrameMargins(qreal *left, qreal *top, qreal *right, qreal *bottom) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 582-595 |
| | 11 | 6 |
QGraphicsWidget::grabKeyboardEvent| Name: | QGraphicsWidget::grabKeyboardEvent | | Prototype: | void QGraphicsWidget::grabKeyboardEvent(QEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1723-1726 |
| | 1 | 1 |
QGraphicsWidget::grabMouseEvent| Name: | QGraphicsWidget::grabMouseEvent | | Prototype: | void QGraphicsWidget::grabMouseEvent(QEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1701-1704 |
| | 1 | 1 |
QGraphicsWidget::grabShortcut| Name: | QGraphicsWidget::grabShortcut | | Prototype: | int QGraphicsWidget::grabShortcut(const QKeySequence &sequence, Qt::ShortcutContext context) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1915-1922 |
| | 4 | 2 |
QGraphicsWidget::hideEvent| Name: | QGraphicsWidget::hideEvent | | Prototype: | void QGraphicsWidget::hideEvent(QHideEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1601-1606 |
| | 1 | 1 |
QGraphicsWidget::hoverLeaveEvent| Name: | QGraphicsWidget::hoverLeaveEvent | | Prototype: | void QGraphicsWidget::hoverLeaveEvent(QGraphicsSceneHoverEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1690-1693 |
| | 1 | 1 |
QGraphicsWidget::hoverMoveEvent| Name: | QGraphicsWidget::hoverMoveEvent | | Prototype: | void QGraphicsWidget::hoverMoveEvent(QGraphicsSceneHoverEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1682-1685 |
| | 1 | 1 |
QGraphicsWidget::initStyleOption| Name: | QGraphicsWidget::initStyleOption | | Prototype: | void QGraphicsWidget::initStyleOption(QStyleOption *option) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 690-744 |
| | 23 | 9 |
QGraphicsWidget::insertAction| Name: | QGraphicsWidget::insertAction | | Prototype: | void QGraphicsWidget::insertAction(QAction *before, QAction *action) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2034-2060 |
| | 17 | 5 |
QGraphicsWidget::insertActions| Name: | QGraphicsWidget::insertActions | | Prototype: | void QGraphicsWidget::insertActions(QAction *before, QList<QAction *> actions) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2076-2081 |
| | 2 | 2 |
QGraphicsWidget::isActiveWindow| Name: | QGraphicsWidget::isActiveWindow | | Prototype: | bool QGraphicsWidget::isActiveWindow() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1810-1813 |
| | 1 | 1 |
QGraphicsWidget::itemChange| Name: | QGraphicsWidget::itemChange | | Prototype: | QVariant QGraphicsWidget::itemChange(GraphicsItemChange change, const QVariant &value) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1133-1197 |
| | 35 | 14 |
QGraphicsWidget::layout| Name: | QGraphicsWidget::layout | | Prototype: | QGraphicsLayout *QGraphicsWidget::layout() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 813-817 |
| | 2 | 1 |
QGraphicsWidget::layoutDirection| Name: | QGraphicsWidget::layoutDirection | | Prototype: | Qt::LayoutDirection QGraphicsWidget::layoutDirection() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 905-908 |
| | 1 | 1 |
QGraphicsWidget::moveEvent| Name: | QGraphicsWidget::moveEvent | | Prototype: | void QGraphicsWidget::moveEvent(QGraphicsSceneMoveEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1623-1627 |
| | 1 | 1 |
QGraphicsWidget::paint| Name: | QGraphicsWidget::paint | | Prototype: | void QGraphicsWidget::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2242-2247 |
| | 3 | 1 |
QGraphicsWidget::paintWindowFrame| Name: | QGraphicsWidget::paintWindowFrame | | Prototype: | void QGraphicsWidget::paintWindowFrame(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2260-2353 |
| | 56 | 9 |
QGraphicsWidget::palette| Name: | QGraphicsWidget::palette | | Prototype: | QPalette QGraphicsWidget::palette() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1025-1029 |
| | 2 | 1 |
QGraphicsWidget::propertyChange| Name: | QGraphicsWidget::propertyChange | | Prototype: | QVariant QGraphicsWidget::propertyChange(const QString &propertyName, const QVariant &value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1225-1229 |
| | 2 | 1 |
QGraphicsWidget::releaseShortcut| Name: | QGraphicsWidget::releaseShortcut | | Prototype: | void QGraphicsWidget::releaseShortcut(int id) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1941-1946 |
| | 3 | 2 |
QGraphicsWidget::removeAction| Name: | QGraphicsWidget::removeAction | | Prototype: | void QGraphicsWidget::removeAction(QAction *action) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2090-2104 |
| | 8 | 3 |
QGraphicsWidget::resize| Name: | QGraphicsWidget::resize | | Prototype: | void QGraphicsWidget::resize(const QSizeF &size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 312-315 |
| | 1 | 1 |
QGraphicsWidget::resizeEvent| Name: | QGraphicsWidget::resizeEvent | | Prototype: | void QGraphicsWidget::resizeEvent(QGraphicsSceneResizeEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1657-1660 |
| | 1 | 1 |
QGraphicsWidget::sceneEvent| Name: | QGraphicsWidget::sceneEvent | | Prototype: | bool QGraphicsWidget::sceneEvent(QEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1239-1242 |
| | 1 | 1 |
QGraphicsWidget::setAttribute| Name: | QGraphicsWidget::setAttribute | | Prototype: | void QGraphicsWidget::setAttribute(Qt::WidgetAttribute attribute, bool on) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2210-2217 |
| | 2 | 1 |
QGraphicsWidget::setAutoFillBackground| Name: | QGraphicsWidget::setAutoFillBackground | | Prototype: | void QGraphicsWidget::setAutoFillBackground(bool enabled) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1061-1068 |
| | 4 | 2 |
QGraphicsWidget::setContentsMargins| Name: | QGraphicsWidget::setContentsMargins | | Prototype: | void QGraphicsWidget::setContentsMargins(qreal left, qreal top, qreal right, qreal bottom) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 493-518 |
| | 18 | 4 |
QGraphicsWidget::setFocusPolicy| Name: | QGraphicsWidget::setFocusPolicy | | Prototype: | void QGraphicsWidget::setFocusPolicy(Qt::FocusPolicy policy) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1861-1870 |
| | 7 | 3 |
QGraphicsWidget::setFont| Name: | QGraphicsWidget::setFont | | Prototype: | void QGraphicsWidget::setFont(const QFont &font) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 990-998 |
| | 5 | 1 |
QGraphicsWidget::setGeometry| Name: | QGraphicsWidget::setGeometry | | Prototype: | void QGraphicsWidget::setGeometry(const QRectF &rect) | | Coverage: | 0.000% (0/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 353-436 |
| | 52 | 17 |
QGraphicsWidget::setLayout| Name: | QGraphicsWidget::setLayout | | Prototype: | void QGraphicsWidget::setLayout(QGraphicsLayout *l) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 838-861 |
| | 16 | 4 |