Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QStackedLayout::QStackedLayoutName: | QStackedLayout::QStackedLayout | Prototype: | QStackedLayout::QStackedLayout(QLayout *parentLayout) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 176-179 |
| | 2 | 1 |
QStackedLayout::addItemName: | QStackedLayout::addItem | Prototype: | void QStackedLayout::addItem(QLayoutItem *item) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 422-431 |
| | 6 | 2 |
QStackedLayout::addWidgetName: | QStackedLayout::addWidget | Prototype: | int QStackedLayout::addWidget(QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 200-204 |
| | 2 | 1 |
QStackedLayout::countName: | QStackedLayout::count | Prototype: | int QStackedLayout::count() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 412-416 |
| | 2 | 1 |
QStackedLayout::currentIndexName: | QStackedLayout::currentIndex | Prototype: | int QStackedLayout::currentIndex() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 354-358 |
| | 2 | 1 |
QStackedLayout::currentWidgetName: | QStackedLayout::currentWidget | Prototype: | QWidget *QStackedLayout::currentWidget() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 386-390 |
| | 2 | 1 |
QStackedLayout::hasHeightForWidthName: | QStackedLayout::hasHeightForWidth | Prototype: | bool QStackedLayout::hasHeightForWidth() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 492-503 |
| | 6 | 4 |
QStackedLayout::heightForWidthName: | QStackedLayout::heightForWidth | Prototype: | int QStackedLayout::heightForWidth(int width) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 508-527 |
| | 8 | 4 |
QStackedLayout::insertWidgetName: | QStackedLayout::insertWidget | Prototype: | int QStackedLayout::insertWidget(int index, QWidget *widget) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 220-240 |
| | 16 | 5 |
QStackedLayout::itemAtName: | QStackedLayout::itemAt | Prototype: | QLayoutItem *QStackedLayout::itemAt(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 245-249 |
| | 2 | 1 |
QStackedLayout::minimumSizeName: | QStackedLayout::minimumSize | Prototype: | QSize QStackedLayout::minimumSize() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 457-467 |
| | 7 | 3 |
QStackedLayout::setCurrentIndexName: | QStackedLayout::setCurrentIndex | Prototype: | void QStackedLayout::setCurrentIndex(int index) | Coverage: | 0.000% (0/57) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 294-352 |
| | 35 | 13 |
QStackedLayout::setCurrentWidgetName: | QStackedLayout::setCurrentWidget | Prototype: | void QStackedLayout::setCurrentWidget(QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 369-377 |
| | 5 | 2 |
QStackedLayout::setGeometryName: | QStackedLayout::setGeometry | Prototype: | void QStackedLayout::setGeometry(const QRect &rect) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 472-487 |
| | 10 | 7 |
QStackedLayout::setStackingModeName: | QStackedLayout::setStackingMode | Prototype: | void QStackedLayout::setStackingMode(StackingMode stackingMode) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 561-592 |
| | 22 | 12 |
QStackedLayout::sizeHintName: | QStackedLayout::sizeHint | Prototype: | QSize QStackedLayout::sizeHint() const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 436-452 |
| | 12 | 5 |
QStackedLayout::stackingModeName: | QStackedLayout::stackingMode | Prototype: | QStackedLayout::StackingMode QStackedLayout::stackingMode() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 555-559 |
| | 2 | 1 |
QStackedLayout::takeAtName: | QStackedLayout::takeAt | Prototype: | QLayoutItem *QStackedLayout::takeAt(int index) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 263-284 |
| | 16 | 6 |
QStackedLayout::widgetName: | QStackedLayout::widget | Prototype: | QWidget *QStackedLayout::widget(int index) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 398-404 |
| | 4 | 2 |
QStackedLayout::~QStackedLayoutName: | QStackedLayout::~QStackedLayout | Prototype: | QStackedLayout::~QStackedLayout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 185-189 |
| | 2 | 1 |
QStackedLayoutPrivate::QStackedLayoutPrivateName: | QStackedLayoutPrivate::QStackedLayoutPrivate | Prototype: | QStackedLayoutPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 53-53 |
| | 1 | 1 |
QStackedLayoutPrivate::replaceAtName: | QStackedLayoutPrivate::replaceAt | Prototype: | QLayoutItem* QStackedLayoutPrivate::replaceAt(int idx, QLayoutItem *newitem) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 60-75 |
| | 12 | 4 |
QStackedWidget::QStackedWidgetName: | QStackedWidget::QStackedWidget | Prototype: | QStackedWidget::QStackedWidget(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 135-142 |
| | 4 | 1 |
QStackedWidget::addWidgetName: | QStackedWidget::addWidget | Prototype: | int QStackedWidget::addWidget(QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 161-164 |
| | 1 | 1 |
QStackedWidget::countName: | QStackedWidget::count | Prototype: | int QStackedWidget::count() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 283-286 |
| | 1 | 1 |
QStackedWidget::currentIndexName: | QStackedWidget::currentIndex | Prototype: | int QStackedWidget::currentIndex() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 219-222 |
| | 1 | 1 |
QStackedWidget::currentWidgetName: | QStackedWidget::currentWidget | Prototype: | QWidget *QStackedWidget::currentWidget() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 229-232 |
| | 1 | 1 |
QStackedWidget::eventName: | QStackedWidget::event | Prototype: | bool QStackedWidget::event(QEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 289-292 |
| | 1 | 1 |
QStackedWidget::indexOfName: | QStackedWidget::indexOf | Prototype: | int QStackedWidget::indexOf(QWidget *widget) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 259-262 |
| | 1 | 1 |
QStackedWidget::insertWidgetName: | QStackedWidget::insertWidget | Prototype: | int QStackedWidget::insertWidget(int index, QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 181-184 |
| | 1 | 1 |
QStackedWidget::removeWidgetName: | QStackedWidget::removeWidget | Prototype: | void QStackedWidget::removeWidget(QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 197-200 |
| | 1 | 1 |
QStackedWidget::setCurrentIndexName: | QStackedWidget::setCurrentIndex | Prototype: | void QStackedWidget::setCurrentIndex(int index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 214-217 |
| | 1 | 1 |
QStackedWidget::setCurrentWidgetName: | QStackedWidget::setCurrentWidget | Prototype: | void QStackedWidget::setCurrentWidget(QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 243-251 |
| | 5 | 2 |
QStackedWidget::widgetName: | QStackedWidget::widget | Prototype: | QWidget *QStackedWidget::widget(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 270-273 |
| | 1 | 1 |
QStackedWidgetPrivate::QStackedWidgetPrivateName: | QStackedWidgetPrivate::QStackedWidgetPrivate | Prototype: | QStackedWidgetPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 54-54 |
| | 1 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 707-712 |
| | 2 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 717-723 |
| | 3 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(const QIcon &icon, const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 728-735 |
| | 4 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(int rows, int columns) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 740-747 |
| | 4 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(QStandardItemPrivate &dd) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 752-757 |
| | 2 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(const QStandardItem &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 765-771 |
| | 3 | 1 |
QStandardItem::childName: | QStandardItem::child | Prototype: | QStandardItem *QStandardItem::child(int row, int column) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1765-1772 |
| | 5 | 2 |
QStandardItem::cloneName: | QStandardItem::clone | Prototype: | QStandardItem *QStandardItem::clone() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1946-1949 |
| | 1 | 1 |
QStandardItem::columnName: | QStandardItem::column | Prototype: | int QStandardItem::column() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1417-1422 |
| | 3 | 1 |
QStandardItem::columnCountName: | QStandardItem::columnCount | Prototype: | int QStandardItem::columnCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1506-1510 |
| | 2 | 1 |
QStandardItem::dataName: | QStandardItem::data | Prototype: | QVariant QStandardItem::data(int role) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 853-863 |
| | 7 | 3 |
QStandardItem::emitDataChangedName: | QStandardItem::emitDataChanged | Prototype: | void QStandardItem::emitDataChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 877-882 |
| | 3 | 2 |
QStandardItem::flagsName: | QStandardItem::flags | Prototype: | Qt::ItemFlags QStandardItem::flags() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 907-914 |
| | 5 | 2 |
QStandardItem::hasChildrenName: | QStandardItem::hasChildren | Prototype: | bool QStandardItem::hasChildren() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1734-1737 |
| | 1 | 1 |
QStandardItem::indexName: | QStandardItem::index | Prototype: | QModelIndex QStandardItem::index() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1436-1440 |
| | 2 | 1 |
QStandardItem::insertColumnName: | QStandardItem::insertColumn | Prototype: | void QStandardItem::insertColumn(int column, const QList<QStandardItem*> &items) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1547-1555 |
| | 6 | 3 |
QStandardItem::insertColumnsName: | QStandardItem::insertColumns | Prototype: | void QStandardItem::insertColumns(int column, int count) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1577-1585 |
| | 5 | 2 |
QStandardItem::insertRowName: | QStandardItem::insertRow | Prototype: | void QStandardItem::insertRow(int row, const QList<QStandardItem*> &items) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1518-1526 |
| | 6 | 3 |
QStandardItem::insertRowsName: | QStandardItem::insertRows | Prototype: | void QStandardItem::insertRows(int row, const QList<QStandardItem*> &items) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1533-1539 |
| | 4 | 2 |
QStandardItem::insertRowsName: | QStandardItem::insertRows | Prototype: | void QStandardItem::insertRows(int row, int count) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1562-1570 |
| | 5 | 2 |
QStandardItem::modelName: | QStandardItem::model | Prototype: | QStandardItemModel *QStandardItem::model() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1450-1454 |
| | 2 | 1 |
QStandardItem::operator<Name: | QStandardItem::operator< | Prototype: | bool QStandardItem::operator<(const QStandardItem &other) const | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1876-1910 |
| | 18 | 15 |
QStandardItem::operator=Name: | QStandardItem::operator= | Prototype: | QStandardItem &QStandardItem::operator=(const QStandardItem &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 779-784 |
| | 3 | 1 |
QStandardItem::parentName: | QStandardItem::parent | Prototype: | QStandardItem *QStandardItem::parent() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 801-807 |
| | 4 | 2 |
QStandardItem::readName: | QStandardItem::read | Prototype: | void QStandardItem::read(QDataStream &in) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1972-1979 |
| | 5 | 1 |
QStandardItem::removeColumnName: | QStandardItem::removeColumn | Prototype: | void QStandardItem::removeColumn(int column) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1669-1672 |
| | 1 | 1 |
QStandardItem::removeColumnsName: | QStandardItem::removeColumns | Prototype: | void QStandardItem::removeColumns(int column, int count) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1707-1727 |
| | 16 | 7 |
QStandardItem::removeRowName: | QStandardItem::removeRow | Prototype: | void QStandardItem::removeRow(int row) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1658-1661 |
| | 1 | 1 |
QStandardItem::removeRowsName: | QStandardItem::removeRows | Prototype: | void QStandardItem::removeRows(int row, int count) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1680-1699 |
| | 16 | 6 |
QStandardItem::rowName: | QStandardItem::row | Prototype: | int QStandardItem::row() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1404-1409 |
| | 3 | 1 |
QStandardItem::rowCountName: | QStandardItem::rowCount | Prototype: | int QStandardItem::rowCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1478-1482 |
| | 2 | 1 |
QStandardItem::setAutoTristateName: | QStandardItem::setAutoTristate | Prototype: | void QStandardItem::setAutoTristate(bool tristate) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1287-1291 |
| | 2 | 1 |
QStandardItem::setCheckableName: | QStandardItem::setCheckable | Prototype: | void QStandardItem::setCheckable(bool checkable) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1238-1247 |
| | 5 | 3 |
QStandardItem::setChildName: | QStandardItem::setChild | Prototype: | void QStandardItem::setChild(int row, int column, QStandardItem *item) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1746-1750 |
| | 2 | 1 |
QStandardItem::setColumnCountName: | QStandardItem::setColumnCount | Prototype: | void QStandardItem::setColumnCount(int columns) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1490-1499 |
| | 6 | 3 |
QStandardItem::setDataName: | QStandardItem::setData | Prototype: | void QStandardItem::setData(const QVariant &value, int role) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 822-844 |
| | 16 | 7 |
QStandardItem::setDragEnabledName: | QStandardItem::setDragEnabled | Prototype: | void QStandardItem::setDragEnabled(bool dragEnabled) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1349-1353 |
| | 2 | 1 |
QStandardItem::setDropEnabledName: | QStandardItem::setDropEnabled | Prototype: | void QStandardItem::setDropEnabled(bool dropEnabled) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1379-1383 |
| | 2 | 1 |
QStandardItem::setEditableName: | QStandardItem::setEditable | Prototype: | void QStandardItem::setEditable(bool editable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1182-1186 |
| | 2 | 1 |
QStandardItem::setEnabledName: | QStandardItem::setEnabled | Prototype: | void QStandardItem::setEnabled(bool enabled) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1153-1157 |
| | 2 | 1 |
QStandardItem::setFlagsName: | QStandardItem::setFlags | Prototype: | void QStandardItem::setFlags(Qt::ItemFlags flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 892-895 |
| | 1 | 1 |
QStandardItem::setRowCountName: | QStandardItem::setRowCount | Prototype: | void QStandardItem::setRowCount(int rows) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1462-1471 |
| | 6 | 3 |
QStandardItem::setSelectableName: | QStandardItem::setSelectable | Prototype: | void QStandardItem::setSelectable(bool selectable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1212-1216 |
| | 2 | 1 |
QStandardItem::setTristateName: | QStandardItem::setTristate | Prototype: | void QStandardItem::setTristate(bool tristate) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1332-1335 |
| | 1 | 1 |
QStandardItem::setUserTristateName: | QStandardItem::setUserTristate | Prototype: | void QStandardItem::setUserTristate(bool tristate) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1313-1317 |
| | 2 | 1 |
QStandardItem::sortChildrenName: | QStandardItem::sortChildren | Prototype: | void QStandardItem::sortChildren(int column, Qt::SortOrder order) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1921-1935 |
| | 10 | 4 |
QStandardItem::takeChildName: | QStandardItem::takeChild | Prototype: | QStandardItem *QStandardItem::takeChild(int row, int column) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1784-1796 |
| | 9 | 3 |
QStandardItem::takeColumnName: | QStandardItem::takeColumn | Prototype: | QList<QStandardItem*> QStandardItem::takeColumn(int column) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1839-1862 |
| | 19 | 6 |
QStandardItem::takeRowName: | QStandardItem::takeRow | Prototype: | QList<QStandardItem*> QStandardItem::takeRow(int row) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1805-1830 |
| | 20 | 7 |
QStandardItem::typeName: | QStandardItem::type | Prototype: | int QStandardItem::type() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1959-1962 |
| | 1 | 1 |
QStandardItem::writeName: | QStandardItem::write | Prototype: | void QStandardItem::write(QDataStream &out) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1987-1992 |
| | 3 | 1 |
QStandardItemModel::QStandardItemModelName: | QStandardItemModel::QStandardItemModel | Prototype: | QStandardItemModel::QStandardItemModel(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2118-2124 |
| | 3 | 1 |
QStandardItemModel::QStandardItemModelName: | QStandardItemModel::QStandardItemModel | Prototype: | QStandardItemModel::QStandardItemModel(int rows, int columns, QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2130-2140 |
| | 7 | 1 |
QStandardItemModel::QStandardItemModelName: | QStandardItemModel::QStandardItemModel | Prototype: | QStandardItemModel::QStandardItemModel(QStandardItemModelPrivate &dd, QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2145-2150 |
| | 2 | 1 |
QStandardItemModel::appendColumnName: | QStandardItemModel::appendColumn | Prototype: | void QStandardItemModel::appendColumn(const QList<QStandardItem*> &items) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2566-2569 |
| | 1 | 1 |
QStandardItemModel::appendRowName: | QStandardItemModel::appendRow | Prototype: | void QStandardItemModel::appendRow(const QList<QStandardItem*> &items) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2553-2556 |
| | 1 | 1 |
QStandardItemModel::clearName: | QStandardItemModel::clear | Prototype: | void QStandardItemModel::clear() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2174-2186 |
| | 10 | 1 |
QStandardItemModel::columnCountName: | QStandardItemModel::columnCount | Prototype: | int QStandardItemModel::columnCount(const QModelIndex &parent) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2732-2737 |
| | 3 | 1 |
QStandardItemModel::dataName: | QStandardItemModel::data | Prototype: | QVariant QStandardItemModel::data(const QModelIndex &index, int role) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2742-2747 |
| | 3 | 1 |
QStandardItemModel::dropMimeDataName: | QStandardItemModel::dropMimeData | Prototype: | bool QStandardItemModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) | Coverage: | 0.000% (0/58) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 3084-3198 |
| | 75 | 18 |
QStandardItemModel::findItemsName: | QStandardItemModel::findItems | Prototype: | QList<QStandardItem*> QStandardItemModel::findItems(const QString &text, Qt::MatchFlags flags, int column) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2532-2543 |
| | 8 | 2 |
QStandardItemModel::flagsName: | QStandardItemModel::flags | Prototype: | Qt::ItemFlags QStandardItemModel::flags(const QModelIndex &index) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2752-2765 |
| | 11 | 3 |
QStandardItemModel::hasChildrenName: | QStandardItemModel::hasChildren | Prototype: | bool QStandardItemModel::hasChildren(const QModelIndex &parent) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2770-2775 |
| | 3 | 1 |
QStandardItemModel::headerDataName: | QStandardItemModel::headerData | Prototype: | QVariant QStandardItemModel::headerData(int section, Qt::Orientation orientation, int role) const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2788-2803 |
| | 12 | 4 |
QStandardItemModel::horizontalHeaderItemName: | QStandardItemModel::horizontalHeaderItem | Prototype: | QStandardItem *QStandardItemModel::horizontalHeaderItem(int column) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2377-2383 |
| | 4 | 2 |