| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGridLayout| Name: | QGridLayout::QGridLayout | | Prototype: | QGridLayout::QGridLayout(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1073-1078 |
| | 2 | 1 |
QGridLayout| Name: | QGridLayout::QGridLayout | | Prototype: | QGridLayout::QGridLayout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1087-1092 |
| | 2 | 1 |
addItem| Name: | QGridLayout::addItem | | Prototype: | void QGridLayout::addItem(QLayoutItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1404-1410 |
| | 4 | 1 |
addItem| Name: | QGridLayout::addItem | | Prototype: | void QGridLayout::addItem(QLayoutItem *item, int row, int column, int rowSpan, int columnSpan, Qt::Alignment alignment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1422-1429 |
| | 5 | 1 |
addLayout| Name: | QGridLayout::addLayout | | Prototype: | void QGridLayout::addLayout(QLayout *layout, int row, int column, Qt::Alignment alignment) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1503-1513 |
| | 8 | 3 |
addLayout| Name: | QGridLayout::addLayout | | Prototype: | void QGridLayout::addLayout(QLayout *layout, int row, int column, int rowSpan, int columnSpan, Qt::Alignment alignment) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1524-1535 |
| | 8 | 3 |
addWidget| Name: | QGridLayout::addWidget | | Prototype: | void QGridLayout::addWidget(QWidget *widget, int row, int column, Qt::Alignment alignment) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1439-1453 |
| | 11 | 3 |
addWidget| Name: | QGridLayout::addWidget | | Prototype: | void QGridLayout::addWidget(QWidget *widget, int fromRow, int fromColumn, int rowSpan, int columnSpan, Qt::Alignment alignment) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1467-1480 |
| | 10 | 2 |
cellRect| Name: | QGridLayout::cellRect | | Prototype: | QRect QGridLayout::cellRect(int row, int column) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1395-1399 |
| | 2 | 1 |
columnCount| Name: | QGridLayout::columnCount | | Prototype: | int QGridLayout::columnCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1228-1232 |
| | 2 | 1 |
columnMinimumWidth| Name: | QGridLayout::columnMinimumWidth | | Prototype: | int QGridLayout::columnMinimumWidth(int column) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1645-1649 |
| | 2 | 1 |
columnStretch| Name: | QGridLayout::columnStretch | | Prototype: | int QGridLayout::columnStretch(int column) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1573-1577 |
| | 2 | 1 |
count| Name: | QGridLayout::count | | Prototype: | int QGridLayout::count() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1310-1314 |
| | 2 | 1 |
expandingDirections| Name: | QGridLayout::expandingDirections | | Prototype: | Qt::Orientations QGridLayout::expandingDirections() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1654-1658 |
| | 2 | 1 |
getItemPosition| Name: | QGridLayout::getItemPosition | | Prototype: | void QGridLayout::getItemPosition(int index, int *row, int *column, int *rowSpan, int *columnSpan) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1366-1370 |
| | 2 | 1 |
hasHeightForWidth| Name: | QGridLayout::hasHeightForWidth | | Prototype: | bool QGridLayout::hasHeightForWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1282-1285 |
| | 1 | 1 |
heightForWidth| Name: | QGridLayout::heightForWidth | | Prototype: | int QGridLayout::heightForWidth(int w) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1290-1295 |
| | 3 | 1 |
horizontalSpacing| Name: | QGridLayout::horizontalSpacing | | Prototype: | int QGridLayout::horizontalSpacing() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1149-1157 |
| | 4 | 2 |
invalidate| Name: | QGridLayout::invalidate | | Prototype: | void QGridLayout::invalidate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1687-1692 |
| | 3 | 1 |
itemAt| Name: | QGridLayout::itemAt | | Prototype: | QLayoutItem *QGridLayout::itemAt(int index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1320-1324 |
| | 2 | 1 |
itemAtPosition| Name: | QGridLayout::itemAtPosition | | Prototype: | QLayoutItem *QGridLayout::itemAtPosition(int row, int column) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1334-1346 |
| | 8 | 3 |
maximumSize| Name: | QGridLayout::maximumSize | | Prototype: | QSize QGridLayout::maximumSize() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1263-1277 |
| | 11 | 3 |
minimumHeightForWidth| Name: | QGridLayout::minimumHeightForWidth | | Prototype: | int QGridLayout::minimumHeightForWidth(int w) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1300-1305 |
| | 3 | 1 |
minimumSize| Name: | QGridLayout::minimumSize | | Prototype: | QSize QGridLayout::minimumSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1250-1258 |
| | 6 | 1 |
originCorner| Name: | QGridLayout::originCorner | | Prototype: | Qt::Corner QGridLayout::originCorner() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1674-1682 |
| | 4 | 2 |
rowCount| Name: | QGridLayout::rowCount | | Prototype: | int QGridLayout::rowCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1219-1223 |
| | 2 | 1 |
rowMinimumHeight| Name: | QGridLayout::rowMinimumHeight | | Prototype: | int QGridLayout::rowMinimumHeight(int row) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1622-1626 |
| | 2 | 1 |
rowStretch| Name: | QGridLayout::rowStretch | | Prototype: | int QGridLayout::rowStretch(int row) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1562-1566 |
| | 2 | 1 |
setColumnMinimumWidth| Name: | QGridLayout::setColumnMinimumWidth | | Prototype: | void QGridLayout::setColumnMinimumWidth(int column, int minSize) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1633-1638 |
| | 3 | 1 |
setColumnStretch| Name: | QGridLayout::setColumnStretch | | Prototype: | void QGridLayout::setColumnStretch(int column, int stretch) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1596-1601 |
| | 3 | 1 |
setDefaultPositioning| Name: | QGridLayout::setDefaultPositioning | | Prototype: | void QGridLayout::setDefaultPositioning(int n, Qt::Orientation orient) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1106-1116 |
| | 6 | 2 |
setGeometry| Name: | QGridLayout::setGeometry | | Prototype: | void QGridLayout::setGeometry(const QRect &rect) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1376-1384 |
| | 5 | 2 |
setHorizontalSpacing| Name: | QGridLayout::setHorizontalSpacing | | Prototype: | void QGridLayout::setHorizontalSpacing(int spacing) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1142-1147 |
| | 3 | 1 |
setOriginCorner| Name: | QGridLayout::setOriginCorner | | Prototype: | void QGridLayout::setOriginCorner(Qt::Corner corner) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1663-1668 |
| | 3 | 1 |
setRowMinimumHeight| Name: | QGridLayout::setRowMinimumHeight | | Prototype: | void QGridLayout::setRowMinimumHeight(int row, int minSize) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1610-1615 |
| | 3 | 1 |
setRowStretch| Name: | QGridLayout::setRowStretch | | Prototype: | void QGridLayout::setRowStretch(int row, int stretch) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1550-1555 |
| | 3 | 1 |
setSpacing| Name: | QGridLayout::setSpacing | | Prototype: | void QGridLayout::setSpacing(int spacing) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1193-1198 |
| | 3 | 1 |
setVerticalSpacing| Name: | QGridLayout::setVerticalSpacing | | Prototype: | void QGridLayout::setVerticalSpacing(int spacing) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1170-1175 |
| | 3 | 1 |
sizeHint| Name: | QGridLayout::sizeHint | | Prototype: | QSize QGridLayout::sizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1237-1245 |
| | 6 | 1 |
spacing| Name: | QGridLayout::spacing | | Prototype: | int QGridLayout::spacing() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1206-1214 |
| | 4 | 2 |
takeAt| Name: | QGridLayout::takeAt | | Prototype: | QLayoutItem *QGridLayout::takeAt(int index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1351-1355 |
| | 2 | 1 |
verticalSpacing| Name: | QGridLayout::verticalSpacing | | Prototype: | int QGridLayout::verticalSpacing() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1177-1185 |
| | 4 | 2 |
~QGridLayout| Name: | QGridLayout::~QGridLayout | | Prototype: | QGridLayout::~QGridLayout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1125-1129 |
| | 2 | 1 |