Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGraphicsSceneName: | 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: | 1633-1637 |
| | 1 | 1 |
QGraphicsSceneName: | 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: | 1646-1651 |
| | 2 | 1 |
QGraphicsSceneName: | 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: | 1661-1666 |
| | 2 | 1 |
activePanelName: | 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: | 5695-5699 |
| | 2 | 1 |
activeWindowName: | 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: | 5726-5732 |
| | 4 | 2 |
addEllipseName: | 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: | 2676-2683 |
| | 5 | 1 |
addItemName: | 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: | 2493-2659 |
| | 91 | 33 |
addLineName: | 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: | 2708-2714 |
| | 4 | 1 |
addPathName: | 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: | 2739-2746 |
| | 5 | 1 |
addPixmapName: | 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: | 2762-2767 |
| | 3 | 1 |
addPolygonName: | 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: | 2784-2792 |
| | 5 | 1 |
addRectName: | 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: | 2811-2818 |
| | 5 | 1 |
addSimpleTextName: | 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: | 2864-2870 |
| | 4 | 1 |
addTextName: | 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: | 2842-2848 |
| | 4 | 1 |
addWidgetName: | 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: | 2890-2896 |
| | 4 | 1 |
advanceName: | 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: | 3297-3304 |
| | 4 | 3 |
backgroundBrushName: | 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: | 3104-3108 |
| | 2 | 1 |
bspTreeDepthName: | QGraphicsScene::bspTreeDepth | Prototype: | int QGraphicsScene::bspTreeDepth() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 1907-1912 |
| | 3 | 1 |
clearName: | 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: | 2380-2394 |
| | 9 | 2 |
clearFocusName: | 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: | 3021-3029 |
| | 5 | 2 |
clearSelectionName: | 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: | 2353-2370 |
| | 9 | 3 |
collidingItemsName: | 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: | 2120-2137 |
| | 10 | 4 |
contextMenuEventName: | 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: | 3563-3584 |
| | 13 | 4 |
createItemGroupName: | 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: | 2409-2450 |
| | 26 | 10 |
destroyItemGroupName: | 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: | 2459-2466 |
| | 5 | 2 |
dragEnterEventName: | 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: | 3596-3602 |
| | 4 | 1 |
dragLeaveEventName: | 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: | 3697-3705 |
| | 4 | 2 |
dragMoveEventName: | 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: | 3613-3688 |
| | 43 | 10 |
drawBackgroundName: | 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: | 4234-4246 |
| | 8 | 4 |
drawForegroundName: | 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: | 4261-4273 |
| | 8 | 4 |
drawItemsName: | 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: | 5353-5398 |
| | 27 | 7 |
dropEventName: | 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: | 3714-3723 |
| | 5 | 2 |
eventName: | 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: | 3324-3526 |
| | 105 | 64 |
eventFilterName: | 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: | 3534-3550 |
| | 9 | 5 |
focusInEventName: | 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: | 3734-3755 |
| | 12 | 7 |
focusItemName: | QGraphicsScene::focusItem | Prototype: | QGraphicsItem *QGraphicsScene::focusItem() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 2949-2953 |
| | 2 | 1 |
focusNextPrevChildName: | 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: | 5413-5480 |
| | 39 | 15 |
focusOutEventName: | 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: | 3766-3776 |
| | 6 | 2 |
fontName: | 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: | 5624-5628 |
| | 2 | 1 |
foregroundBrushName: | 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: | 3140-3144 |
| | 2 | 1 |
hasFocusName: | 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: | 2987-2991 |
| | 2 | 1 |
helpEventName: | 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: | 3793-3828 |
| | 21 | 6 |
inputMethodEventName: | 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: | 4214-4219 |
| | 3 | 2 |
inputMethodQueryName: | 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: | 3164-3180 |
| | 14 | 6 |
invalidateName: | 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: | 3256-3262 |
| | 4 | 2 |
isActiveName: | 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: | 5683-5687 |
| | 2 | 1 |
isSortCacheEnabledName: | 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: | 1937-1941 |
| | 2 | 1 |
itemAtName: | QGraphicsScene::itemAt | Prototype: | QGraphicsItem *QGraphicsScene::itemAt(const QPointF &position, const QTransform &deviceTransform) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 2169-2174 |
| | 3 | 1 |
itemIndexMethodName: | 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: | 1852-1856 |
| | 2 | 1 |
itemsName: | 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: | 1973-1977 |
| | 2 | 1 |
itemsName: | 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: | 2023-2028 |
| | 2 | 1 |
itemsName: | 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: | 2049-2054 |
| | 2 | 1 |
itemsName: | 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: | 2075-2080 |
| | 2 | 1 |
itemsName: | 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: | 2101-2106 |
| | 2 | 1 |
itemsBoundingRectName: | 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: | 1957-1965 |
| | 5 | 2 |
keyPressEventName: | 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: | 3958-3981 |
| | 13 | 6 |
keyReleaseEventName: | 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: | 3990-4013 |
| | 13 | 6 |
minimumRenderSizeName: | 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: | 5832-5836 |
| | 2 | 1 |
mouseDoubleClickEventName: | 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: | 4137-4141 |
| | 2 | 1 |
mouseGrabberItemName: | QGraphicsScene::mouseGrabberItem | Prototype: | QGraphicsItem *QGraphicsScene::mouseGrabberItem() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 3082-3086 |
| | 2 | 1 |
mouseMoveEventName: | 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: | 4059-4074 |
| | 10 | 3 |
mousePressEventName: | 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: | 4034-4045 |
| | 6 | 2 |
mouseReleaseEventName: | 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: | 4089-4116 |
| | 15 | 5 |
paletteName: | 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: | 5661-5665 |
| | 2 | 1 |
removeItemName: | 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: | 2905-2936 |
| | 18 | 4 |
renderName: | 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: | 1765-1834 |
| | 39 | 9 |
sceneRectName: | 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: | 1704-1720 |
| | 11 | 4 |
selectedItemsName: | 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: | 2217-2232 |
| | 8 | 3 |
selectionAreaName: | 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: | 2241-2245 |
| | 2 | 1 |
sendEventName: | 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: | 5785-5799 |
| | 10 | 3 |
setActivePanelName: | 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: | 5712-5716 |
| | 2 | 1 |
setActiveWindowName: | QGraphicsScene::setActiveWindow | Prototype: | void QGraphicsScene::setActiveWindow(QGraphicsWidget *widget) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 5742-5771 |
| | 15 | 5 |
setBackgroundBrushName: | 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: | 3109-3118 |
| | 6 | 2 |
setBspTreeDepthName: | 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: | 1913-1927 |
| | 9 | 3 |
setFocusName: | 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: | 3003-3010 |
| | 5 | 2 |
setFocusItemName: | 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: | 2971-2978 |
| | 4 | 2 |
setFontName: | 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: | 5629-5636 |
| | 5 | 1 |
setForegroundBrushName: | 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: | 3145-3153 |
| | 6 | 2 |
setItemIndexMethodName: | 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: | 1857-1873 |
| | 11 | 4 |
setMinimumRenderSizeName: | 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: | 5837-5842 |
| | 3 | 1 |
setPaletteName: | 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: | 5666-5673 |
| | 5 | 1 |
setSceneRectName: | 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: | 1721-1729 |
| | 5 | 2 |
setSelectionAreaName: | QGraphicsScene::setSelectionArea | Prototype: | void QGraphicsScene::setSelectionArea(const QPainterPath &path, const QTransform &deviceTransform) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 2262-2265 |
| | 1 | 1 |
setSelectionAreaName: | 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: | 2279-2283 |
| | 1 | 1 |
setSelectionAreaName: | 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: | 2299-2346 |
| | 21 | 8 |
setSortCacheEnabledName: | QGraphicsScene::setSortCacheEnabled | Prototype: | void QGraphicsScene::setSortCacheEnabled(bool enabled) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 1942-1948 |
| | 4 | 2 |
setStickyFocusName: | QGraphicsScene::setStickyFocus | Prototype: | void QGraphicsScene::setStickyFocus(bool enabled) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 3049-3053 |
| | 2 | 1 |
setStyleName: | QGraphicsScene::setStyle | Prototype: | void QGraphicsScene::setStyle(QStyle *style) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 5574-5599 |
| | 14 | 6 |
stickyFocusName: | QGraphicsScene::stickyFocus | Prototype: | bool QGraphicsScene::stickyFocus() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 3054-3058 |
| | 2 | 1 |
styleName: | QGraphicsScene::style | Prototype: | QStyle *QGraphicsScene::style() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 5550-5555 |
| | 2 | 1 |
updateName: | QGraphicsScene::update | Prototype: | void QGraphicsScene::update(const QRectF &rect) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 3188-3224 |
| | 20 | 9 |
viewsName: | QGraphicsScene::views | Prototype: | QList <QGraphicsView *> QGraphicsScene::views() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 3278-3282 |
| | 2 | 1 |
wheelEventName: | QGraphicsScene::wheelEvent | Prototype: | void QGraphicsScene::wheelEvent(QGraphicsSceneWheelEvent *wheelEvent) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 4156-4202 |
| | 24 | 8 |
~QGraphicsSceneName: | QGraphicsScene::~QGraphicsScene | Prototype: | QGraphicsScene::~QGraphicsScene() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 1674-1687 |
| | 6 | 3 |