| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 2758-2800 |
| | 20 | 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: | 1883-1889 |
| | 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: | 3716-3722 |
| | 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: | 1242-1251 |
| | 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: | 3824-3828 |
| | 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: | 1344-1348 |
| | 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: | 1896-1902 |
| | 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: | 2664-2733 |
| | 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: | 2742-2749 |
| | 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: | 2846-2971 |
| | 69 | 29 |
QGraphicsView::viewportTransform| Name: | QGraphicsView::viewportTransform | | Prototype: | QTransform QGraphicsView::viewportTransform() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 3835-3840 |
| | 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: | 1410-1414 |
| | 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: | 3433-3456 |
| | 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: | 1231-1237 |
| | 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: | 326-363 |
| | 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: | 785-792 |
| | 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: | 799-817 |
| | 10 | 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: | 1078-1090 |
| | 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: | 499-521 |
| | 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: | 1110-1148 |
| | 18 | 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: | 1092-1097 |
| | 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: | 538-543 |
| | 3 | 2 |
QGraphicsViewPrivate::mapRectFromScene| Name: | QGraphicsViewPrivate::mapRectFromScene | | Prototype: | QRectF QGraphicsViewPrivate::mapRectFromScene(const QRectF &rect) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 577-582 |
| | 3 | 2 |
QGraphicsViewPrivate::mapRectToScene| Name: | QGraphicsViewPrivate::mapRectToScene | | Prototype: | QRectF QGraphicsViewPrivate::mapRectToScene(const QRect &rect) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 563-569 |
| | 4 | 2 |
QGraphicsViewPrivate::mapToScene| Name: | QGraphicsViewPrivate::mapToScene | | Prototype: | QPointF QGraphicsViewPrivate::mapToScene(const QPointF &point) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 3920-3926 |
| | 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: | 3928-3950 |
| | 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: | 866-904 |
| | 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: | 909-918 |
| | 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: | 626-700 |
| | 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: | 842-861 |
| | 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: | 923-938 |
| | 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: | 372-494 |
| | 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: | 609-614 |
| | 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: | 706-720 |
| | 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: | 961-1000 |
| | 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: | 823-837 |
| | 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: | 619-624 |
| | 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: | 306-321 |
| | 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: | 1157-1182 |
| | 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: | 526-530 |
| | 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: | 1042-1076 |
| | 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: | 1002-1038 |
| | 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: | 722-778 |
| | 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: | 587-604 |
| | 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: | 551-556 |
| | 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: | 170-175 |
| | 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: | 182-187 |
| | 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: | 2103-2107 |
| | 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: | 1993-1996 |
| | 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: | 2008-2013 |
| | 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: | 864-870 |
| | 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: | 1049-1053 |
| | 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: | 2362-2365 |
| | 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: | 1487-1510 |
| | 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: | 2388-2403 |
| | 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: | 1519-1522 |
| | 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: | 1386-1475 |
| | 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: | 1527-1532 |
| | 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: | 1553-1570 |
| | 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: | 1575-1580 |
| | 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: | 1849-1853 |
| | 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: | 1872-1878 |
| | 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: | 976-982 |
| | 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: | 520-533 |
| | 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: | 575-588 |
| | 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: | 1716-1719 |
| | 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: | 1694-1697 |
| | 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: | 1908-1915 |
| | 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: | 1594-1599 |
| | 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: | 1683-1686 |
| | 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: | 1675-1678 |
| | 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: | 683-737 |
| | 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: | 2027-2053 |
| | 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: | 2066-2070 |
| | 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: | 1803-1806 |
| | 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: | 1126-1190 |
| | 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: | 806-810 |
| | 2 | 1 |
QGraphicsWidget::layoutDirection| Name: | QGraphicsWidget::layoutDirection | | Prototype: | Qt::LayoutDirection QGraphicsWidget::layoutDirection() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 898-901 |
| | 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: | 1616-1620 |
| | 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: | 2231-2236 |
| | 3 | 1 |
QGraphicsWidget::paintWindowFrame| Name: | QGraphicsWidget::paintWindowFrame | | Prototype: | void QGraphicsWidget::paintWindowFrame(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) | | Coverage: | 0.000% (0/55) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2249-2357 |
| | 64 | 13 |
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: | 1018-1022 |
| | 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: | 1218-1222 |
| | 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: | 1934-1939 |
| | 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: | 2079-2093 |
| | 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: | 305-308 |
| | 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: | 1650-1653 |
| | 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: | 1232-1235 |
| | 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: | 2199-2206 |
| | 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: | 1054-1061 |
| | 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: | 486-511 |
| | 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: | 1854-1863 |
| | 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: | 983-991 |
| | 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: | 346-429 |
| | 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: | 831-854 |
| | 16 | 4 |
QGraphicsWidget::setLayoutDirection| Name: | QGraphicsWidget::setLayoutDirection | | Prototype: | void QGraphicsWidget::setLayoutDirection(Qt::LayoutDirection direction) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 902-907 |
| | 3 | 1 |
QGraphicsWidget::setPalette| Name: | QGraphicsWidget::setPalette | | Prototype: | void QGraphicsWidget::setPalette(const QPalette &palette) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1023-1031 |
| | 5 | 1 |
QGraphicsWidget::setShortcutAutoRepeat| Name: | QGraphicsWidget::setShortcutAutoRepeat | | Prototype: | void QGraphicsWidget::setShortcutAutoRepeat(int id, bool enabled) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1970-1975 |
| | 3 | 2 |
QGraphicsWidget::setShortcutEnabled| Name: | QGraphicsWidget::setShortcutEnabled | | Prototype: | void QGraphicsWidget::setShortcutEnabled(int id, bool enabled) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1955-1960 |
| | 3 | 2 |
QGraphicsWidget::setStyle| Name: | QGraphicsWidget::setStyle | | Prototype: | void QGraphicsWidget::setStyle(QStyle *style) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 944-952 |
| | 4 | 1 |