Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGraphicsProxyWidgetName: | QGraphicsProxyWidget::QGraphicsProxyWidget | Prototype: | QGraphicsProxyWidget::QGraphicsProxyWidget(QGraphicsItem *parent, Qt::WindowFlags wFlags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 502-507 |
| | 2 | 1 |
contextMenuEventName: | QGraphicsProxyWidget::contextMenuEvent | Prototype: | void QGraphicsProxyWidget::contextMenuEvent(QGraphicsSceneContextMenuEvent *event) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 988-1017 |
| | 14 | 3 |
createProxyForChildWidgetName: | QGraphicsProxyWidget::createProxyForChildWidget | Prototype: | QGraphicsProxyWidget *QGraphicsProxyWidget::createProxyForChildWidget(QWidget *child) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1528-1548 |
| | 15 | 5 |
dragEnterEventName: | QGraphicsProxyWidget::dragEnterEvent | Prototype: | void QGraphicsProxyWidget::dragEnterEvent(QGraphicsSceneDragDropEvent *event) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1024-1040 |
| | 9 | 3 |
dragLeaveEventName: | QGraphicsProxyWidget::dragLeaveEvent | Prototype: | void QGraphicsProxyWidget::dragLeaveEvent(QGraphicsSceneDragDropEvent *event) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1044-1055 |
| | 7 | 2 |
dragMoveEventName: | QGraphicsProxyWidget::dragMoveEvent | Prototype: | void QGraphicsProxyWidget::dragMoveEvent(QGraphicsSceneDragDropEvent *event) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1060-1121 |
| | 40 | 10 |
dropEventName: | QGraphicsProxyWidget::dropEvent | Prototype: | void QGraphicsProxyWidget::dropEvent(QGraphicsSceneDragDropEvent *event) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1126-1140 |
| | 7 | 2 |
eventName: | QGraphicsProxyWidget::event | Prototype: | bool QGraphicsProxyWidget::event(QEvent *event) | Coverage: | 0.000% (0/71) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 795-900 |
| | 63 | 26 |
eventFilterName: | QGraphicsProxyWidget::eventFilter | Prototype: | bool QGraphicsProxyWidget::eventFilter(QObject *object, QEvent *event) | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 905-966 |
| | 33 | 17 |
focusInEventName: | QGraphicsProxyWidget::focusInEvent | Prototype: | void QGraphicsProxyWidget::focusInEvent(QFocusEvent *event) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1319-1353 |
| | 15 | 8 |
focusNextPrevChildName: | QGraphicsProxyWidget::focusNextPrevChild | Prototype: | bool QGraphicsProxyWidget::focusNextPrevChild(bool next) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1375-1389 |
| | 9 | 3 |
focusOutEventName: | QGraphicsProxyWidget::focusOutEvent | Prototype: | void QGraphicsProxyWidget::focusOutEvent(QFocusEvent *event) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1358-1370 |
| | 4 | 3 |
grabMouseEventName: | QGraphicsProxyWidget::grabMouseEvent | Prototype: | void QGraphicsProxyWidget::grabMouseEvent(QEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1190-1193 |
| | 1 | 1 |
hideEventName: | QGraphicsProxyWidget::hideEvent | Prototype: | void QGraphicsProxyWidget::hideEvent(QHideEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 979-982 |
| | 1 | 1 |
hoverEnterEventName: | QGraphicsProxyWidget::hoverEnterEvent | Prototype: | void QGraphicsProxyWidget::hoverEnterEvent(QGraphicsSceneHoverEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1146-1149 |
| | 1 | 1 |
hoverLeaveEventName: | QGraphicsProxyWidget::hoverLeaveEvent | Prototype: | void QGraphicsProxyWidget::hoverLeaveEvent(QGraphicsSceneHoverEvent *event) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1154-1163 |
| | 5 | 2 |
hoverMoveEventName: | QGraphicsProxyWidget::hoverMoveEvent | Prototype: | void QGraphicsProxyWidget::hoverMoveEvent(QGraphicsSceneHoverEvent *event) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1168-1185 |
| | 8 | 3 |
inputMethodEventName: | QGraphicsProxyWidget::inputMethodEvent | Prototype: | void QGraphicsProxyWidget::inputMethodEvent(QInputMethodEvent *event) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1428-1435 |
| | 4 | 2 |
inputMethodQueryName: | QGraphicsProxyWidget::inputMethodQuery | Prototype: | QVariant QGraphicsProxyWidget::inputMethodQuery(Qt::InputMethodQuery query) const | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1394-1423 |
| | 19 | 8 |
itemChangeName: | QGraphicsProxyWidget::itemChange | Prototype: | QVariant QGraphicsProxyWidget::itemChange(GraphicsItemChange change, const QVariant &value) | Coverage: | 0.000% (0/48) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 745-790 |
| | 28 | 17 |
keyPressEventName: | QGraphicsProxyWidget::keyPressEvent | Prototype: | void QGraphicsProxyWidget::keyPressEvent(QKeyEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1295-1302 |
| | 2 | 1 |
keyReleaseEventName: | QGraphicsProxyWidget::keyReleaseEvent | Prototype: | void QGraphicsProxyWidget::keyReleaseEvent(QKeyEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1307-1314 |
| | 2 | 1 |
mouseDoubleClickEventName: | QGraphicsProxyWidget::mouseDoubleClickEvent | Prototype: | void QGraphicsProxyWidget::mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1232-1239 |
| | 2 | 1 |
mouseMoveEventName: | QGraphicsProxyWidget::mouseMoveEvent | Prototype: | void QGraphicsProxyWidget::mouseMoveEvent(QGraphicsSceneMouseEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1208-1215 |
| | 2 | 1 |
mousePressEventName: | QGraphicsProxyWidget::mousePressEvent | Prototype: | void QGraphicsProxyWidget::mousePressEvent(QGraphicsSceneMouseEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1220-1227 |
| | 2 | 1 |
mouseReleaseEventName: | QGraphicsProxyWidget::mouseReleaseEvent | Prototype: | void QGraphicsProxyWidget::mouseReleaseEvent(QGraphicsSceneMouseEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1283-1290 |
| | 2 | 1 |
newProxyWidgetName: | QGraphicsProxyWidget::newProxyWidget | Prototype: | QGraphicsProxyWidget *QGraphicsProxyWidget::newProxyWidget(const QWidget *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1568-1571 |
| | 1 | 1 |
paintName: | QGraphicsProxyWidget::paint | Prototype: | void QGraphicsProxyWidget::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1491-1504 |
| | 8 | 3 |
resizeEventName: | QGraphicsProxyWidget::resizeEvent | Prototype: | void QGraphicsProxyWidget::resizeEvent(QGraphicsSceneResizeEvent *event) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1478-1486 |
| | 5 | 3 |
setGeometryName: | QGraphicsProxyWidget::setGeometry | Prototype: | void QGraphicsProxyWidget::setGeometry(const QRectF &rect) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 727-740 |
| | 9 | 3 |
setWidgetName: | QGraphicsProxyWidget::setWidget | Prototype: | void QGraphicsProxyWidget::setWidget(QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 554-558 |
| | 2 | 1 |
showEventName: | QGraphicsProxyWidget::showEvent | Prototype: | void QGraphicsProxyWidget::showEvent(QShowEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 971-974 |
| | 1 | 1 |
sizeHintName: | QGraphicsProxyWidget::sizeHint | Prototype: | QSizeF QGraphicsProxyWidget::sizeHint(Qt::SizeHint which, const QSizeF &constraint) const | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1440-1473 |
| | 21 | 10 |
subWidgetRectName: | QGraphicsProxyWidget::subWidgetRect | Prototype: | QRectF QGraphicsProxyWidget::subWidgetRect(const QWidget *widget) const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 714-722 |
| | 6 | 3 |
typeName: | QGraphicsProxyWidget::type | Prototype: | int QGraphicsProxyWidget::type() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1509-1512 |
| | 1 | 1 |
ungrabMouseEventName: | QGraphicsProxyWidget::ungrabMouseEvent | Prototype: | void QGraphicsProxyWidget::ungrabMouseEvent(QEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1198-1203 |
| | 3 | 1 |
wheelEventName: | QGraphicsProxyWidget::wheelEvent | Prototype: | void QGraphicsProxyWidget::wheelEvent(QGraphicsSceneWheelEvent *event) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 1245-1277 |
| | 19 | 5 |
widgetName: | QGraphicsProxyWidget::widget | Prototype: | QWidget *QGraphicsProxyWidget::widget() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 699-703 |
| | 2 | 1 |
~QGraphicsProxyWidgetName: | QGraphicsProxyWidget::~QGraphicsProxyWidget | Prototype: | QGraphicsProxyWidget::~QGraphicsProxyWidget() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 512-520 |
| | 5 | 2 |