Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
moveCursorName: | QTableView::moveCursor | Prototype: | QModelIndex QTableView::moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers) | Coverage: | 0.000% (0/264) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1578-1820 |
| | 174 | 64 |
paintEventName: | QTableView::paintEvent | Prototype: | void QTableView::paintEvent(QPaintEvent *event) | Coverage: | 0.000% (0/134) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1347-1519 |
| | 119 | 34 |
setSelectionName: | QTableView::setSelection | Prototype: | void QTableView::setSelection(const QRect &rect, QItemSelectionModel::SelectionFlags command) | Coverage: | 0.000% (0/76) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1829-1930 |
| | 81 | 21 |
updateGeometriesName: | QTableView::updateGeometries | Prototype: | void QTableView::updateGeometries() | Coverage: | 0.000% (0/65) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2089-2202 |
| | 79 | 19 |
scrollToName: | QTableView::scrollTo | Prototype: | void QTableView::scrollTo(const QModelIndex &index, ScrollHint hint) | Coverage: | 0.000% (0/117) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2706-2824 |
| | 78 | 29 |
visualRegionForSelectionName: | QTableView::visualRegionForSelection | Prototype: | QRegion QTableView::visualRegionForSelection(const QItemSelection &selection) const | Coverage: | 0.000% (0/99) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1941-2033 |
| | 70 | 28 |
sizeHintForRowName: | QTableView::sizeHintForRow | Prototype: | int QTableView::sizeHintForRow(int row) const | Coverage: | 0.000% (0/51) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2218-2290 |
| | 51 | 14 |
sizeHintForColumnName: | QTableView::sizeHintForColumn | Prototype: | int QTableView::sizeHintForColumn(int column) const | Coverage: | 0.000% (0/53) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2307-2378 |
| | 51 | 14 |
timerEventName: | QTableView::timerEvent | Prototype: | void QTableView::timerEvent(QTimerEvent *event) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2859-2911 |
| | 34 | 8 |
setModelName: | QTableView::setModel | Prototype: | void QTableView::setModel(QAbstractItemModel *model) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1110-1143 |
| | 27 | 5 |
setHorizontalHeaderName: | QTableView::setHorizontalHeader | Prototype: | void QTableView::setHorizontalHeader(QHeaderView *header) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1223-1254 |
| | 24 | 5 |
setVerticalHeaderName: | QTableView::setVerticalHeader | Prototype: | void QTableView::setVerticalHeader(QHeaderView *header) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1261-1289 |
| | 23 | 5 |
scrollContentsByName: | QTableView::scrollContentsBy | Prototype: | void QTableView::scrollContentsBy(int dx, int dy) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1296-1332 |
| | 21 | 8 |
setSortingEnabledName: | QTableView::setSortingEnabled | Prototype: | void QTableView::setSortingEnabled(bool enable) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2544-2566 |
| | 18 | 2 |
selectionChangedName: | QTableView::selectionChanged | Prototype: | void QTableView::selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3323-3348 |
| | 16 | 4 |
visualRectName: | QTableView::visualRect | Prototype: | QRect QTableView::visualRect(const QModelIndex &index) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2677-2698 |
| | 14 | 3 |
rowMovedName: | QTableView::rowMoved | Prototype: | void QTableView::rowMoved(int, int oldIndex, int newIndex) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2920-2939 |
| | 14 | 2 |
columnMovedName: | QTableView::columnMoved | Prototype: | void QTableView::columnMoved(int, int oldIndex, int newIndex) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2948-2967 |
| | 14 | 2 |
setSelectionModelName: | QTableView::setSelectionModel | Prototype: | void QTableView::setSelectionModel(QItemSelectionModel *selectionModel) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1175-1194 |
| | 11 | 3 |
indexAtName: | QTableView::indexAt | Prototype: | QModelIndex QTableView::indexAt(const QPoint &pos) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1525-1540 |
| | 11 | 3 |
selectedIndexesName: | QTableView::selectedIndexes | Prototype: | QModelIndexList QTableView::selectedIndexes() const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2039-2052 |
| | 10 | 4 |
isIndexHiddenName: | QTableView::isIndexHidden | Prototype: | bool QTableView::isIndexHidden(const QModelIndex &index) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3139-3150 |
| | 8 | 3 |
currentChangedName: | QTableView::currentChanged | Prototype: | void QTableView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3304-3318 |
| | 8 | 3 |
setRootIndexName: | QTableView::setRootIndex | Prototype: | void QTableView::setRootIndex(const QModelIndex &index) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1148-1158 |
| | 7 | 2 |
viewportSizeHintName: | QTableView::viewportSizeHint | Prototype: | QSize QTableView::viewportSizeHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1097-1105 |
| | 6 | 1 |
setWordWrapName: | QTableView::setWordWrap | Prototype: | void QTableView::setWordWrap(bool on) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2631-2639 |
| | 6 | 2 |
columnCountChangedName: | QTableView::columnCountChanged | Prototype: | void QTableView::columnCountChanged(int, int) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2075-2084 |
| | 6 | 2 |
setSpanName: | QTableView::setSpan | Prototype: | void QTableView::setSpan(int row, int column, int rowSpan, int columnSpan) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3161-3168 |
| | 5 | 2 |
doItemsLayoutName: | QTableView::doItemsLayout | Prototype: | void QTableView::doItemsLayout() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1163-1170 |
| | 5 | 2 |
sortByColumnName: | QTableView::sortByColumn | Prototype: | void QTableView::sortByColumn(int column) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3098-3104 |
| | 4 | 2 |
setShowGridName: | QTableView::setShowGrid | Prototype: | void QTableView::setShowGrid(bool show) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2587-2594 |
| | 4 | 2 |
setRowHiddenName: | QTableView::setRowHidden | Prototype: | void QTableView::setRowHidden(int row, bool hide) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2490-2496 |
| | 4 | 2 |
setGridStyleName: | QTableView::setGridStyle | Prototype: | void QTableView::setGridStyle(Qt::PenStyle style) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2608-2615 |
| | 4 | 2 |
setColumnHiddenName: | QTableView::setColumnHidden | Prototype: | void QTableView::setColumnHidden(int column, bool hide) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2515-2521 |
| | 4 | 2 |
rowResizedName: | QTableView::rowResized | Prototype: | void QTableView::rowResized(int row, int, int) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2833-2839 |
| | 4 | 2 |
rowCountChangedName: | QTableView::rowCountChanged | Prototype: | void QTableView::rowCountChanged(int oldCount, int newCount ) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2060-2068 |
| | 4 | 2 |
resizeRowToContentsName: | QTableView::resizeRowToContents | Prototype: | void QTableView::resizeRowToContents(int row) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3043-3049 |
| | 4 | 1 |
resizeColumnToContentsName: | QTableView::resizeColumnToContents | Prototype: | void QTableView::resizeColumnToContents(int column) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3072-3078 |
| | 4 | 1 |
columnResizedName: | QTableView::columnResized | Prototype: | void QTableView::columnResized(int column, int, int) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2848-2854 |
| | 4 | 2 |
viewOptionsName: | QTableView::viewOptions | Prototype: | QStyleOptionViewItem QTableView::viewOptions() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1337-1342 |
| | 3 | 1 |
sortByColumnName: | QTableView::sortByColumn | Prototype: | void QTableView::sortByColumn(int column, Qt::SortOrder order) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3113-3118 |
| | 3 | 1 |
clearSpansName: | QTableView::clearSpans | Prototype: | void QTableView::clearSpans() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3206-3211 |
| | 3 | 1 |
wordWrapName: | QTableView::wordWrap | Prototype: | bool QTableView::wordWrap() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2641-2645 |
| | 2 | 1 |
verticalOffsetName: | QTableView::verticalOffset | Prototype: | int QTableView::verticalOffset() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1564-1568 |
| | 2 | 1 |
verticalHeaderName: | QTableView::verticalHeader | Prototype: | QHeaderView *QTableView::verticalHeader() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1212-1216 |
| | 2 | 1 |
showRowName: | QTableView::showRow | Prototype: | void QTableView::showRow(int row) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3020-3024 |
| | 2 | 1 |
showGridName: | QTableView::showGrid | Prototype: | bool QTableView::showGrid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2581-2585 |
| | 2 | 1 |
showColumnName: | QTableView::showColumn | Prototype: | void QTableView::showColumn(int column) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3031-3035 |
| | 2 | 1 |
setRowHeightName: | QTableView::setRowHeight | Prototype: | void QTableView::setRowHeight(int row, int height) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2410-2414 |
| | 2 | 1 |
setCornerButtonEnabledName: | QTableView::setCornerButtonEnabled | Prototype: | void QTableView::setCornerButtonEnabled(bool enable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2658-2662 |
| | 2 | 1 |
setColumnWidthName: | QTableView::setColumnWidth | Prototype: | void QTableView::setColumnWidth(int column, int width) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2457-2461 |
| | 2 | 1 |
selectRowName: | QTableView::selectRow | Prototype: | void QTableView::selectRow(int row) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2975-2979 |
| | 2 | 1 |
selectColumnName: | QTableView::selectColumn | Prototype: | void QTableView::selectColumn(int column) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2987-2991 |
| | 2 | 1 |
rowViewportPositionName: | QTableView::rowViewportPosition | Prototype: | int QTableView::rowViewportPosition(int row) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2384-2388 |
| | 2 | 1 |
rowSpanName: | QTableView::rowSpan | Prototype: | int QTableView::rowSpan(int row, int column) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3178-3182 |
| | 2 | 1 |
rowHeightName: | QTableView::rowHeight | Prototype: | int QTableView::rowHeight(int row) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2421-2425 |
| | 2 | 1 |
rowAtName: | QTableView::rowAt | Prototype: | int QTableView::rowAt(int y) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2399-2403 |
| | 2 | 1 |
resizeRowsToContentsName: | QTableView::resizeRowsToContents | Prototype: | void QTableView::resizeRowsToContents() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3057-3061 |
| | 2 | 1 |
resizeColumnsToContentsName: | QTableView::resizeColumnsToContents | Prototype: | void QTableView::resizeColumnsToContents() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3086-3090 |
| | 2 | 1 |
isSortingEnabledName: | QTableView::isSortingEnabled | Prototype: | bool QTableView::isSortingEnabled() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2568-2572 |
| | 2 | 1 |
isRowHiddenName: | QTableView::isRowHidden | Prototype: | bool QTableView::isRowHidden(int row) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2479-2483 |
| | 2 | 1 |
isCornerButtonEnabledName: | QTableView::isCornerButtonEnabled | Prototype: | bool QTableView::isCornerButtonEnabled() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2664-2668 |
| | 2 | 1 |
isColumnHiddenName: | QTableView::isColumnHidden | Prototype: | bool QTableView::isColumnHidden(int column) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2503-2507 |
| | 2 | 1 |
horizontalOffsetName: | QTableView::horizontalOffset | Prototype: | int QTableView::horizontalOffset() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1550-1554 |
| | 2 | 1 |
horizontalHeaderName: | QTableView::horizontalHeader | Prototype: | QHeaderView *QTableView::horizontalHeader() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1201-1205 |
| | 2 | 1 |
hideRowName: | QTableView::hideRow | Prototype: | void QTableView::hideRow(int row) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2998-3002 |
| | 2 | 1 |
hideColumnName: | QTableView::hideColumn | Prototype: | void QTableView::hideColumn(int column) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3009-3013 |
| | 2 | 1 |
gridStyleName: | QTableView::gridStyle | Prototype: | Qt::PenStyle QTableView::gridStyle() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2602-2606 |
| | 2 | 1 |
columnWidthName: | QTableView::columnWidth | Prototype: | int QTableView::columnWidth(int column) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2468-2472 |
| | 2 | 1 |
columnViewportPositionName: | QTableView::columnViewportPosition | Prototype: | int QTableView::columnViewportPosition(int column) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2431-2435 |
| | 2 | 1 |
columnSpanName: | QTableView::columnSpan | Prototype: | int QTableView::columnSpan(int row, int column) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3192-3196 |
| | 2 | 1 |
columnAtName: | QTableView::columnAt | Prototype: | int QTableView::columnAt(int x) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2446-2450 |
| | 2 | 1 |
QTableViewName: | QTableView::QTableView | Prototype: | QTableView::QTableView(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1070-1075 |
| | 2 | 1 |
QTableViewName: | QTableView::QTableView | Prototype: | QTableView::QTableView(QTableViewPrivate &dd, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1080-1085 |
| | 2 | 1 |
visualIndexName: | QTableView::visualIndex | Prototype: | int QTableView::visualIndex(const QModelIndex &index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3350-3353 |
| | 1 | 1 |
verticalScrollbarActionName: | QTableView::verticalScrollbarAction | Prototype: | void QTableView::verticalScrollbarAction(int action) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3123-3126 |
| | 1 | 1 |
horizontalScrollbarActionName: | QTableView::horizontalScrollbarAction | Prototype: | void QTableView::horizontalScrollbarAction(int action) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 3131-3134 |
| | 1 | 1 |