| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
dragMoveEvent| Name: | QAbstractItemView::dragMoveEvent | | Prototype: | void QAbstractItemView::dragMoveEvent(QDragMoveEvent *event) | | Coverage: | 0.000% (0/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1995-2057 |
| | 39 | 14 |
dragLeaveEvent| Name: | QAbstractItemView::dragLeaveEvent | | Prototype: | void QAbstractItemView::dragLeaveEvent(QDragLeaveEvent *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2090-2097 |
| | 5 | 1 |
dragEnterEvent| Name: | QAbstractItemView::dragEnterEvent | | Prototype: | void QAbstractItemView::dragEnterEvent(QDragEnterEvent *event) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1973-1985 |
| | 7 | 3 |
dragEnabled| Name: | QAbstractItemView::dragEnabled | | Prototype: | bool QAbstractItemView::dragEnabled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1468-1472 |
| | 2 | 1 |
dragDropOverwriteMode| Name: | QAbstractItemView::dragDropOverwriteMode | | Prototype: | bool QAbstractItemView::dragDropOverwriteMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1356-1360 |
| | 2 | 1 |
dragDropMode| Name: | QAbstractItemView::dragDropMode | | Prototype: | QAbstractItemView::DragDropMode QAbstractItemView::dragDropMode() const | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1509-1530 |
| | 13 | 6 |
doItemsLayout| Name: | QAbstractItemView::doItemsLayout | | Prototype: | void QAbstractItemView::doItemsLayout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1223-1229 |
| | 4 | 1 |
doAutoScroll| Name: | QAbstractItemView::doAutoScroll | | Prototype: | void QAbstractItemView::doAutoScroll() | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3848-3904 |
| | 36 | 12 |
dirtyRegionOffset| Name: | QAbstractItemView::dirtyRegionOffset | | Prototype: | QPoint QAbstractItemView::dirtyRegionOffset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3823-3827 |
| | 2 | 1 |
defaultDropAction| Name: | QAbstractItemView::defaultDropAction | | Prototype: | Qt::DropAction QAbstractItemView::defaultDropAction() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1548-1552 |
| | 2 | 1 |
dataChanged| Name: | QAbstractItemView::dataChanged | | Prototype: | void QAbstractItemView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3291-3326 |
| | 21 | 7 |
currentIndex| Name: | QAbstractItemView::currentIndex | | Prototype: | QModelIndex QAbstractItemView::currentIndex() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1097-1101 |
| | 2 | 1 |
currentChanged| Name: | QAbstractItemView::currentChanged | | Prototype: | void QAbstractItemView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3620-3652 |
| | 21 | 9 |
commitData| Name: | QAbstractItemView::commitData | | Prototype: | void QAbstractItemView::commitData(QWidget *editor) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2885-2899 |
| | 12 | 3 |
closePersistentEditor| Name: | QAbstractItemView::closePersistentEditor | | Prototype: | void QAbstractItemView::closePersistentEditor(const QModelIndex &index) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3159-3169 |
| | 7 | 3 |
closeEditor| Name: | QAbstractItemView::closeEditor | | Prototype: | void QAbstractItemView::closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint) | | Coverage: | 0.000% (0/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2809-2878 |
| | 47 | 17 |
clearSelection| Name: | QAbstractItemView::clearSelection | | Prototype: | void QAbstractItemView::clearSelection() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1210-1215 |
| | 3 | 2 |
autoScrollMargin| Name: | QAbstractItemView::autoScrollMargin | | Prototype: | int QAbstractItemView::autoScrollMargin() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1403-1407 |
| | 2 | 1 |
alternatingRowColors| Name: | QAbstractItemView::alternatingRowColors | | Prototype: | bool QAbstractItemView::alternatingRowColors() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1574-1578 |
| | 2 | 1 |
QAbstractItemView| Name: | QAbstractItemView::QAbstractItemView | | Prototype: | QAbstractItemView::QAbstractItemView(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 618-622 |
| | 1 | 1 |
QAbstractItemView| Name: | QAbstractItemView::QAbstractItemView | | Prototype: | QAbstractItemView::QAbstractItemView(QAbstractItemViewPrivate &dd, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 627-631 |
| | 1 | 1 |