| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QGridBox| Name: | QGridBox::~QGridBox | | Prototype: | ~QGridBox() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 71-71 |
| | 1 | 1 |
vStretch| Name: | QGridBox::vStretch | | Prototype: | int vStretch() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 91-92 |
| | 2 | 1 |
toRow| Name: | QGridBox::toRow | | Prototype: | inline int toRow(int rr) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 98-98 |
| | 1 | 1 |
toCol| Name: | QGridBox::toCol | | Prototype: | inline int toCol(int cc) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 99-99 |
| | 1 | 1 |
takeItem| Name: | QGridBox::takeItem | | Prototype: | QLayoutItem *takeItem() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 87-87 |
| | 1 | 1 |
sizeHint| Name: | QGridBox::sizeHint | | Prototype: | QSize sizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 73-73 |
| | 1 | 1 |
setItem| Name: | QGridBox::setItem | | Prototype: | void setItem(QLayoutItem *newitem) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 86-86 |
| | 1 | 1 |
setGeometry| Name: | QGridBox::setGeometry | | Prototype: | void setGeometry(const QRect &r) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 83-83 |
| | 1 | 1 |
setAlignment| Name: | QGridBox::setAlignment | | Prototype: | void setAlignment(Qt::Alignment a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 82-82 |
| | 1 | 1 |
minimumSize| Name: | QGridBox::minimumSize | | Prototype: | QSize minimumSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 74-74 |
| | 1 | 1 |
maximumSize| Name: | QGridBox::maximumSize | | Prototype: | QSize maximumSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 75-75 |
| | 1 | 1 |
item| Name: | QGridBox::item | | Prototype: | QLayoutItem *item() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 85-85 |
| | 1 | 1 |
isEmpty| Name: | QGridBox::isEmpty | | Prototype: | bool isEmpty() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 77-77 |
| | 1 | 1 |
heightForWidth| Name: | QGridBox::heightForWidth | | Prototype: | int heightForWidth(int w) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 80-80 |
| | 1 | 1 |
hasHeightForWidth| Name: | QGridBox::hasHeightForWidth | | Prototype: | bool hasHeightForWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 79-79 |
| | 1 | 1 |
hStretch| Name: | QGridBox::hStretch | | Prototype: | int hStretch() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 89-90 |
| | 2 | 1 |
expandingDirections| Name: | QGridBox::expandingDirections | | Prototype: | Qt::Orientations expandingDirections() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 76-76 |
| | 1 | 1 |
alignment| Name: | QGridBox::alignment | | Prototype: | Qt::Alignment alignment() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 84-84 |
| | 1 | 1 |
QGridBox| Name: | QGridBox::QGridBox | | Prototype: | QGridBox(QLayoutItem *lit) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 68-68 |
| | 1 | 1 |
QGridBox| Name: | QGridBox::QGridBox | | Prototype: | QGridBox(const QLayout *l, QWidget *wid) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 70-70 |
| | 1 | 1 |