| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGraphicsSceneBspTree::rectForIndex| Name: | QGraphicsSceneBspTree::rectForIndex | | Prototype: | QRectF QGraphicsSceneBspTree::rectForIndex(int index) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp | | Lines: | 262-284 |
| | 13 | 5 |
QGraphicsSceneBspTree::removeItem| Name: | QGraphicsSceneBspTree::removeItem | | Prototype: | void QGraphicsSceneBspTree::removeItem(QGraphicsItem *item, const QRectF &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp | | Lines: | 121-125 |
| | 2 | 1 |
QGraphicsSceneBspTree::removeItems| Name: | QGraphicsSceneBspTree::removeItems | | Prototype: | void QGraphicsSceneBspTree::removeItems(const QSet<QGraphicsItem *> &items) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp | | Lines: | 127-139 |
| | 8 | 4 |
QGraphicsSceneBspTree::~QGraphicsSceneBspTree| Name: | QGraphicsSceneBspTree::~QGraphicsSceneBspTree | | Prototype: | QGraphicsSceneBspTree::~QGraphicsSceneBspTree() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp | | Lines: | 89-94 |
| | 3 | 1 |
QGraphicsSceneBspTreeIndex::QGraphicsSceneBspTreeIndex| Name: | QGraphicsSceneBspTreeIndex::QGraphicsSceneBspTreeIndex | | Prototype: | QGraphicsSceneBspTreeIndex::QGraphicsSceneBspTreeIndex(QGraphicsScene *scene) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 438-442 |
| | 3 | 1 |
QGraphicsSceneBspTreeIndex::addItem| Name: | QGraphicsSceneBspTreeIndex::addItem | | Prototype: | void QGraphicsSceneBspTreeIndex::addItem(QGraphicsItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 482-486 |
| | 2 | 1 |
QGraphicsSceneBspTreeIndex::bspTreeDepth| Name: | QGraphicsSceneBspTreeIndex::bspTreeDepth | | Prototype: | int QGraphicsSceneBspTreeIndex::bspTreeDepth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 596-600 |
| | 2 | 1 |
QGraphicsSceneBspTreeIndex::clear| Name: | QGraphicsSceneBspTreeIndex::clear | | Prototype: | void QGraphicsSceneBspTreeIndex::clear() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 460-477 |
| | 12 | 3 |
QGraphicsSceneBspTreeIndex::estimateItems| Name: | QGraphicsSceneBspTreeIndex::estimateItems | | Prototype: | QList<QGraphicsItem *> QGraphicsSceneBspTreeIndex::estimateItems(const QRectF &rect, Qt::SortOrder order) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 526-530 |
| | 2 | 1 |
QGraphicsSceneBspTreeIndex::estimateTopLevelItems| Name: | QGraphicsSceneBspTreeIndex::estimateTopLevelItems | | Prototype: | QList<QGraphicsItem *> QGraphicsSceneBspTreeIndex::estimateTopLevelItems(const QRectF &rect, Qt::SortOrder order) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 532-536 |
| | 2 | 1 |
QGraphicsSceneBspTreeIndex::event| Name: | QGraphicsSceneBspTreeIndex::event | | Prototype: | bool QGraphicsSceneBspTreeIndex::event(QEvent *event) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 691-705 |
| | 7 | 4 |
QGraphicsSceneBspTreeIndex::itemChange| Name: | QGraphicsSceneBspTreeIndex::itemChange | | Prototype: | void QGraphicsSceneBspTreeIndex::itemChange(const QGraphicsItem *item, QGraphicsItem::GraphicsItemChange change, const void *const value) | | Coverage: | 0.000% (0/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 630-683 |
| | 32 | 7 |
QGraphicsSceneBspTreeIndex::items| Name: | QGraphicsSceneBspTreeIndex::items | | Prototype: | QList<QGraphicsItem *> QGraphicsSceneBspTreeIndex::items(Qt::SortOrder order) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 543-567 |
| | 12 | 5 |
QGraphicsSceneBspTreeIndex::prepareBoundingRectChange| Name: | QGraphicsSceneBspTreeIndex::prepareBoundingRectChange | | Prototype: | void QGraphicsSceneBspTreeIndex::prepareBoundingRectChange(const QGraphicsItem *item) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 501-517 |
| | 11 | 4 |
QGraphicsSceneBspTreeIndex::removeItem| Name: | QGraphicsSceneBspTreeIndex::removeItem | | Prototype: | void QGraphicsSceneBspTreeIndex::removeItem(QGraphicsItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 491-495 |
| | 2 | 1 |
QGraphicsSceneBspTreeIndex::setBspTreeDepth| Name: | QGraphicsSceneBspTreeIndex::setBspTreeDepth | | Prototype: | void QGraphicsSceneBspTreeIndex::setBspTreeDepth(int depth) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 602-609 |
| | 5 | 2 |
QGraphicsSceneBspTreeIndex::updateSceneRect| Name: | QGraphicsSceneBspTreeIndex::updateSceneRect | | Prototype: | void QGraphicsSceneBspTreeIndex::updateSceneRect(const QRectF &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 617-622 |
| | 3 | 1 |
QGraphicsSceneBspTreeIndex::~QGraphicsSceneBspTreeIndex| Name: | QGraphicsSceneBspTreeIndex::~QGraphicsSceneBspTreeIndex | | Prototype: | QGraphicsSceneBspTreeIndex::~QGraphicsSceneBspTreeIndex() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 444-454 |
| | 5 | 3 |
QGraphicsSceneBspTreeIndexPrivate::QGraphicsSceneBspTreeIndexPrivate| Name: | QGraphicsSceneBspTreeIndexPrivate::QGraphicsSceneBspTreeIndexPrivate | | Prototype: | QGraphicsSceneBspTreeIndexPrivate::QGraphicsSceneBspTreeIndexPrivate(QGraphicsScene *scene) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 90-101 |
| | 2 | 1 |
QGraphicsSceneBspTreeIndexPrivate::_q_updateIndex| Name: | QGraphicsSceneBspTreeIndexPrivate::_q_updateIndex | | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::_q_updateIndex() | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 112-172 |
| | 35 | 12 |
QGraphicsSceneBspTreeIndexPrivate::_q_updateSortCache| Name: | QGraphicsSceneBspTreeIndexPrivate::_q_updateSortCache | | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::_q_updateSortCache() | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 259-281 |
| | 15 | 5 |
QGraphicsSceneBspTreeIndexPrivate::addItem| Name: | QGraphicsSceneBspTreeIndexPrivate::addItem | | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::addItem(QGraphicsItem *item, bool recursive) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 296-325 |
| | 14 | 5 |
QGraphicsSceneBspTreeIndexPrivate::climbTree| Name: | QGraphicsSceneBspTreeIndexPrivate::climbTree | | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::climbTree(QGraphicsItem *item, int *stackingOrder) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 235-254 |
| | 13 | 6 |
QGraphicsSceneBspTreeIndexPrivate::estimateItems| Name: | QGraphicsSceneBspTreeIndexPrivate::estimateItems | | Prototype: | QList<QGraphicsItem *> QGraphicsSceneBspTreeIndexPrivate::estimateItems(const QRectF &rect, Qt::SortOrder order, bool onlyTopLevelItems) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 370-399 |
| | 18 | 6 |
QGraphicsSceneBspTreeIndexPrivate::invalidateSortCache| Name: | QGraphicsSceneBspTreeIndexPrivate::invalidateSortCache | | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::invalidateSortCache() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 286-294 |
| | 5 | 2 |
QGraphicsSceneBspTreeIndexPrivate::purgeRemovedItems| Name: | QGraphicsSceneBspTreeIndexPrivate::purgeRemovedItems | | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::purgeRemovedItems() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 180-195 |
| | 9 | 4 |
QGraphicsSceneBspTreeIndexPrivate::removeItem| Name: | QGraphicsSceneBspTreeIndexPrivate::removeItem | | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::removeItem(QGraphicsItem *item, bool recursive, bool moveToUnindexedItems) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 327-368 |
| | 28 | 9 |
QGraphicsSceneBspTreeIndexPrivate::resetIndex| Name: | QGraphicsSceneBspTreeIndexPrivate::resetIndex | | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::resetIndex() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 215-230 |
| | 11 | 3 |
QGraphicsSceneBspTreeIndexPrivate::sortItems| Name: | QGraphicsSceneBspTreeIndexPrivate::sortItems | | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::sortItems(QList<QGraphicsItem *> *itemList, Qt::SortOrder order, bool sortCacheEnabled, bool onlyTopLevelItems) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 406-433 |
| | 17 | 10 |
QGraphicsSceneBspTreeIndexPrivate::startIndexTimer| Name: | QGraphicsSceneBspTreeIndexPrivate::startIndexTimer | | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::startIndexTimer(int interval) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 202-210 |
| | 4 | 2 |
QGraphicsSceneContextMenuEvent::QGraphicsSceneContextMenuEvent| Name: | QGraphicsSceneContextMenuEvent::QGraphicsSceneContextMenuEvent | | Prototype: | QGraphicsSceneContextMenuEvent::QGraphicsSceneContextMenuEvent(Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 886-889 |
| | 2 | 1 |
QGraphicsSceneContextMenuEvent::modifiers| Name: | QGraphicsSceneContextMenuEvent::modifiers | | Prototype: | Qt::KeyboardModifiers QGraphicsSceneContextMenuEvent::modifiers() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 976-980 |
| | 2 | 1 |
QGraphicsSceneContextMenuEvent::pos| Name: | QGraphicsSceneContextMenuEvent::pos | | Prototype: | QPointF QGraphicsSceneContextMenuEvent::pos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 904-908 |
| | 2 | 1 |
QGraphicsSceneContextMenuEvent::reason| Name: | QGraphicsSceneContextMenuEvent::reason | | Prototype: | QGraphicsSceneContextMenuEvent::Reason QGraphicsSceneContextMenuEvent::reason() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 999-1003 |
| | 2 | 1 |
QGraphicsSceneContextMenuEvent::scenePos| Name: | QGraphicsSceneContextMenuEvent::scenePos | | Prototype: | QPointF QGraphicsSceneContextMenuEvent::scenePos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 929-933 |
| | 2 | 1 |
QGraphicsSceneContextMenuEvent::screenPos| Name: | QGraphicsSceneContextMenuEvent::screenPos | | Prototype: | QPoint QGraphicsSceneContextMenuEvent::screenPos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 954-958 |
| | 2 | 1 |
QGraphicsSceneContextMenuEvent::setModifiers| Name: | QGraphicsSceneContextMenuEvent::setModifiers | | Prototype: | void QGraphicsSceneContextMenuEvent::setModifiers(Qt::KeyboardModifiers modifiers) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 988-992 |
| | 2 | 1 |
QGraphicsSceneContextMenuEvent::setPos| Name: | QGraphicsSceneContextMenuEvent::setPos | | Prototype: | void QGraphicsSceneContextMenuEvent::setPos(const QPointF &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 917-921 |
| | 2 | 1 |
QGraphicsSceneContextMenuEvent::setReason| Name: | QGraphicsSceneContextMenuEvent::setReason | | Prototype: | void QGraphicsSceneContextMenuEvent::setReason(Reason reason) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1011-1015 |
| | 2 | 1 |
QGraphicsSceneContextMenuEvent::setScenePos| Name: | QGraphicsSceneContextMenuEvent::setScenePos | | Prototype: | void QGraphicsSceneContextMenuEvent::setScenePos(const QPointF &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 942-946 |
| | 2 | 1 |
QGraphicsSceneContextMenuEvent::setScreenPos| Name: | QGraphicsSceneContextMenuEvent::setScreenPos | | Prototype: | void QGraphicsSceneContextMenuEvent::setScreenPos(const QPoint &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 967-971 |
| | 2 | 1 |
QGraphicsSceneContextMenuEventPrivate::QGraphicsSceneContextMenuEventPrivate| Name: | QGraphicsSceneContextMenuEventPrivate::QGraphicsSceneContextMenuEventPrivate | | Prototype: | inline QGraphicsSceneContextMenuEventPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 870-872 |
| | 1 | 1 |
QGraphicsSceneDragDropEvent::QGraphicsSceneDragDropEvent| Name: | QGraphicsSceneDragDropEvent::QGraphicsSceneDragDropEvent | | Prototype: | QGraphicsSceneDragDropEvent::QGraphicsSceneDragDropEvent(Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1316-1319 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::acceptProposedAction| Name: | QGraphicsSceneDragDropEvent::acceptProposedAction | | Prototype: | void QGraphicsSceneDragDropEvent::acceptProposedAction() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1519-1523 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::buttons| Name: | QGraphicsSceneDragDropEvent::buttons | | Prototype: | Qt::MouseButtons QGraphicsSceneDragDropEvent::buttons() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1408-1412 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::dropAction| Name: | QGraphicsSceneDragDropEvent::dropAction | | Prototype: | Qt::DropAction QGraphicsSceneDragDropEvent::dropAction() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1533-1537 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::mimeData| Name: | QGraphicsSceneDragDropEvent::mimeData | | Prototype: | const QMimeData *QGraphicsSceneDragDropEvent::mimeData() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1579-1583 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::modifiers| Name: | QGraphicsSceneDragDropEvent::modifiers | | Prototype: | Qt::KeyboardModifiers QGraphicsSceneDragDropEvent::modifiers() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1433-1437 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::pos| Name: | QGraphicsSceneDragDropEvent::pos | | Prototype: | QPointF QGraphicsSceneDragDropEvent::pos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1334-1338 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::possibleActions| Name: | QGraphicsSceneDragDropEvent::possibleActions | | Prototype: | Qt::DropActions QGraphicsSceneDragDropEvent::possibleActions() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1460-1464 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::proposedAction| Name: | QGraphicsSceneDragDropEvent::proposedAction | | Prototype: | Qt::DropAction QGraphicsSceneDragDropEvent::proposedAction() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1487-1491 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::scenePos| Name: | QGraphicsSceneDragDropEvent::scenePos | | Prototype: | QPointF QGraphicsSceneDragDropEvent::scenePos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1360-1364 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::screenPos| Name: | QGraphicsSceneDragDropEvent::screenPos | | Prototype: | QPoint QGraphicsSceneDragDropEvent::screenPos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1383-1387 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::setButtons| Name: | QGraphicsSceneDragDropEvent::setButtons | | Prototype: | void QGraphicsSceneDragDropEvent::setButtons(Qt::MouseButtons buttons) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1421-1425 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::setDropAction| Name: | QGraphicsSceneDragDropEvent::setDropAction | | Prototype: | void QGraphicsSceneDragDropEvent::setDropAction(Qt::DropAction action) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1549-1553 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::setMimeData| Name: | QGraphicsSceneDragDropEvent::setMimeData | | Prototype: | void QGraphicsSceneDragDropEvent::setMimeData(const QMimeData *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1589-1593 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::setModifiers| Name: | QGraphicsSceneDragDropEvent::setModifiers | | Prototype: | void QGraphicsSceneDragDropEvent::setModifiers(Qt::KeyboardModifiers modifiers) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1447-1451 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::setPos| Name: | QGraphicsSceneDragDropEvent::setPos | | Prototype: | void QGraphicsSceneDragDropEvent::setPos(const QPointF &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1349-1353 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::setPossibleActions| Name: | QGraphicsSceneDragDropEvent::setPossibleActions | | Prototype: | void QGraphicsSceneDragDropEvent::setPossibleActions(Qt::DropActions actions) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1473-1477 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::setProposedAction| Name: | QGraphicsSceneDragDropEvent::setProposedAction | | Prototype: | void QGraphicsSceneDragDropEvent::setProposedAction(Qt::DropAction action) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1502-1506 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::setScenePos| Name: | QGraphicsSceneDragDropEvent::setScenePos | | Prototype: | void QGraphicsSceneDragDropEvent::setScenePos(const QPointF &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1372-1376 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::setScreenPos| Name: | QGraphicsSceneDragDropEvent::setScreenPos | | Prototype: | void QGraphicsSceneDragDropEvent::setScreenPos(const QPoint &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1395-1399 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::setSource| Name: | QGraphicsSceneDragDropEvent::setSource | | Prototype: | void QGraphicsSceneDragDropEvent::setSource(QWidget *source) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1570-1574 |
| | 2 | 1 |
QGraphicsSceneDragDropEvent::source| Name: | QGraphicsSceneDragDropEvent::source | | Prototype: | QWidget *QGraphicsSceneDragDropEvent::source() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1559-1563 |
| | 2 | 1 |
QGraphicsSceneDragDropEventPrivate::QGraphicsSceneDragDropEventPrivate| Name: | QGraphicsSceneDragDropEventPrivate::QGraphicsSceneDragDropEventPrivate | | Prototype: | inline QGraphicsSceneDragDropEventPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1292-1294 |
| | 1 | 1 |
QGraphicsSceneEvent::QGraphicsSceneEvent| Name: | QGraphicsSceneEvent::QGraphicsSceneEvent | | Prototype: | QGraphicsSceneEvent::QGraphicsSceneEvent(Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 292-296 |
| | 1 | 1 |
QGraphicsSceneEvent::QGraphicsSceneEvent| Name: | QGraphicsSceneEvent::QGraphicsSceneEvent | | Prototype: | QGraphicsSceneEvent::QGraphicsSceneEvent(QGraphicsSceneEventPrivate &dd, Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 303-307 |
| | 1 | 1 |
QGraphicsSceneEvent::setWidget| Name: | QGraphicsSceneEvent::setWidget | | Prototype: | void QGraphicsSceneEvent::setWidget(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 332-335 |
| | 1 | 1 |
QGraphicsSceneEvent::widget| Name: | QGraphicsSceneEvent::widget | | Prototype: | QWidget *QGraphicsSceneEvent::widget() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 320-323 |
| | 1 | 1 |
QGraphicsSceneEventPrivate::QGraphicsSceneEventPrivate| Name: | QGraphicsSceneEventPrivate::QGraphicsSceneEventPrivate | | Prototype: | inline QGraphicsSceneEventPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 275-278 |
| | 1 | 1 |
QGraphicsSceneFindItemBspTreeVisitor::visit| Name: | QGraphicsSceneFindItemBspTreeVisitor::visit | | Prototype: | void visit(QList<QGraphicsItem *> *items) override | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp | | Lines: | 67-78 |
| | 7 | 4 |
QGraphicsSceneHelpEvent::QGraphicsSceneHelpEvent| Name: | QGraphicsSceneHelpEvent::QGraphicsSceneHelpEvent | | Prototype: | QGraphicsSceneHelpEvent::QGraphicsSceneHelpEvent(Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1226-1229 |
| | 2 | 1 |
QGraphicsSceneHelpEvent::scenePos| Name: | QGraphicsSceneHelpEvent::scenePos | | Prototype: | QPointF QGraphicsSceneHelpEvent::scenePos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1244-1248 |
| | 2 | 1 |
QGraphicsSceneHelpEvent::screenPos| Name: | QGraphicsSceneHelpEvent::screenPos | | Prototype: | QPoint QGraphicsSceneHelpEvent::screenPos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1269-1273 |
| | 2 | 1 |
QGraphicsSceneHelpEvent::setScenePos| Name: | QGraphicsSceneHelpEvent::setScenePos | | Prototype: | void QGraphicsSceneHelpEvent::setScenePos(const QPointF &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1257-1261 |
| | 2 | 1 |
QGraphicsSceneHelpEvent::setScreenPos| Name: | QGraphicsSceneHelpEvent::setScreenPos | | Prototype: | void QGraphicsSceneHelpEvent::setScreenPos(const QPoint &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1282-1286 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::QGraphicsSceneHoverEvent| Name: | QGraphicsSceneHoverEvent::QGraphicsSceneHoverEvent | | Prototype: | QGraphicsSceneHoverEvent::QGraphicsSceneHoverEvent(Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1034-1037 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::lastPos| Name: | QGraphicsSceneHoverEvent::lastPos | | Prototype: | QPointF QGraphicsSceneHoverEvent::lastPos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1128-1132 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::lastScenePos| Name: | QGraphicsSceneHoverEvent::lastScenePos | | Prototype: | QPointF QGraphicsSceneHoverEvent::lastScenePos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1152-1156 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::lastScreenPos| Name: | QGraphicsSceneHoverEvent::lastScreenPos | | Prototype: | QPoint QGraphicsSceneHoverEvent::lastScreenPos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1176-1180 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::modifiers| Name: | QGraphicsSceneHoverEvent::modifiers | | Prototype: | Qt::KeyboardModifiers QGraphicsSceneHoverEvent::modifiers() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1196-1200 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::pos| Name: | QGraphicsSceneHoverEvent::pos | | Prototype: | QPointF QGraphicsSceneHoverEvent::pos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1052-1056 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::scenePos| Name: | QGraphicsSceneHoverEvent::scenePos | | Prototype: | QPointF QGraphicsSceneHoverEvent::scenePos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1077-1081 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::screenPos| Name: | QGraphicsSceneHoverEvent::screenPos | | Prototype: | QPoint QGraphicsSceneHoverEvent::screenPos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1102-1106 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::setLastPos| Name: | QGraphicsSceneHoverEvent::setLastPos | | Prototype: | void QGraphicsSceneHoverEvent::setLastPos(const QPointF &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1137-1141 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::setLastScenePos| Name: | QGraphicsSceneHoverEvent::setLastScenePos | | Prototype: | void QGraphicsSceneHoverEvent::setLastScenePos(const QPointF &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1161-1165 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::setLastScreenPos| Name: | QGraphicsSceneHoverEvent::setLastScreenPos | | Prototype: | void QGraphicsSceneHoverEvent::setLastScreenPos(const QPoint &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1185-1189 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::setModifiers| Name: | QGraphicsSceneHoverEvent::setModifiers | | Prototype: | void QGraphicsSceneHoverEvent::setModifiers(Qt::KeyboardModifiers modifiers) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1208-1212 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::setPos| Name: | QGraphicsSceneHoverEvent::setPos | | Prototype: | void QGraphicsSceneHoverEvent::setPos(const QPointF &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1065-1069 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::setScenePos| Name: | QGraphicsSceneHoverEvent::setScenePos | | Prototype: | void QGraphicsSceneHoverEvent::setScenePos(const QPointF &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1090-1094 |
| | 2 | 1 |
QGraphicsSceneHoverEvent::setScreenPos| Name: | QGraphicsSceneHoverEvent::setScreenPos | | Prototype: | void QGraphicsSceneHoverEvent::setScreenPos(const QPoint &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneevent.cpp | | Lines: | 1115-1119 |
| | 2 | 1 |
QGraphicsSceneIndex::QGraphicsSceneIndex| Name: | QGraphicsSceneIndex::QGraphicsSceneIndex | | Prototype: | QGraphicsSceneIndex::QGraphicsSceneIndex(QGraphicsScene *scene) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | | Lines: | 343-347 |
| | 1 | 1 |
QGraphicsSceneIndex::QGraphicsSceneIndex| Name: | QGraphicsSceneIndex::QGraphicsSceneIndex | | Prototype: | QGraphicsSceneIndex::QGraphicsSceneIndex(QGraphicsSceneIndexPrivate &dd, QGraphicsScene *scene) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | | Lines: | 352-356 |
| | 1 | 1 |
QGraphicsSceneIndex::clear| Name: | QGraphicsSceneIndex::clear | | Prototype: | void QGraphicsSceneIndex::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | | Lines: | 554-559 |
| | 3 | 2 |
QGraphicsSceneIndex::deleteItem| Name: | QGraphicsSceneIndex::deleteItem | | Prototype: | void QGraphicsSceneIndex::deleteItem(QGraphicsItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | | Lines: | 586-589 |
| | 1 | 1 |
QGraphicsSceneIndex::estimateItems| Name: | QGraphicsSceneIndex::estimateItems | | Prototype: | QList<QGraphicsItem *> QGraphicsSceneIndex::estimateItems(const QPointF &point, Qt::SortOrder order) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | | Lines: | 510-513 |
| | 1 | 1 |
QGraphicsSceneIndex::estimateTopLevelItems| Name: | QGraphicsSceneIndex::estimateTopLevelItems | | Prototype: | QList<QGraphicsItem *> QGraphicsSceneIndex::estimateTopLevelItems(const QRectF &rect, Qt::SortOrder order) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | | Lines: | 515-530 |
| | 12 | 3 |
QGraphicsSceneIndex::itemChange| Name: | QGraphicsSceneIndex::itemChange | | Prototype: | void QGraphicsSceneIndex::itemChange(const QGraphicsItem *item, QGraphicsItem::GraphicsItemChange change, const void *const value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | | Lines: | 604-609 |
| | 3 | 1 |
QGraphicsSceneIndex::items| Name: | QGraphicsSceneIndex::items | | Prototype: | QList<QGraphicsItem *> QGraphicsSceneIndex::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/qgraphicssceneindex.cpp | | Lines: | 395-403 |
| | 4 | 1 |
QGraphicsSceneIndex::items| Name: | QGraphicsSceneIndex::items | | Prototype: | QList<QGraphicsItem *> QGraphicsSceneIndex::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/qgraphicssceneindex.cpp | | Lines: | 427-436 |
| | 6 | 1 |