Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QBoxLayoutName: | QBoxLayout::QBoxLayout | Prototype: | QBoxLayout::QBoxLayout(Direction dir, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 553-558 |
| | 2 | 1 |
addItemName: | QBoxLayout::addItem | Prototype: | void QBoxLayout::addItem(QLayoutItem *item) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 829-835 |
| | 4 | 1 |
addLayoutName: | QBoxLayout::addLayout | Prototype: | void QBoxLayout::addLayout(QLayout *layout, int stretch) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1071-1074 |
| | 1 | 1 |
addSpacerItemName: | QBoxLayout::addSpacerItem | Prototype: | void QBoxLayout::addSpacerItem(QSpacerItem *spacerItem) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1035-1038 |
| | 1 | 1 |
addSpacingName: | QBoxLayout::addSpacing | Prototype: | void QBoxLayout::addSpacing(int size) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1012-1015 |
| | 1 | 1 |
addStretchName: | QBoxLayout::addStretch | Prototype: | void QBoxLayout::addStretch(int stretch) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1023-1026 |
| | 1 | 1 |
addStrutName: | QBoxLayout::addStrut | Prototype: | void QBoxLayout::addStrut(int size) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1083-1096 |
| | 9 | 2 |
addWidgetName: | QBoxLayout::addWidget | Prototype: | void QBoxLayout::addWidget(QWidget *widget, int stretch, Qt::Alignment alignment) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1060-1063 |
| | 1 | 1 |
countName: | QBoxLayout::count | Prototype: | int QBoxLayout::count() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 704-708 |
| | 2 | 1 |
directionName: | QBoxLayout::direction | Prototype: | QBoxLayout::Direction QBoxLayout::direction() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1227-1231 |
| | 2 | 1 |
expandingDirectionsName: | QBoxLayout::expandingDirections | Prototype: | Qt::Orientations QBoxLayout::expandingDirections() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 746-752 |
| | 4 | 2 |
hasHeightForWidthName: | QBoxLayout::hasHeightForWidth | Prototype: | bool QBoxLayout::hasHeightForWidth() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 652-658 |
| | 4 | 2 |
heightForWidthName: | QBoxLayout::heightForWidth | Prototype: | int QBoxLayout::heightForWidth(int w) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 663-677 |
| | 9 | 3 |
insertItemName: | QBoxLayout::insertItem | Prototype: | void QBoxLayout::insertItem(int index, QLayoutItem *item) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 844-853 |
| | 6 | 2 |
insertLayoutName: | QBoxLayout::insertLayout | Prototype: | void QBoxLayout::insertLayout(int index, QLayout *layout, int stretch) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 942-954 |
| | 10 | 4 |
insertSpacerItemName: | QBoxLayout::insertSpacerItem | Prototype: | void QBoxLayout::insertSpacerItem(int index, QSpacerItem *spacerItem) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 922-932 |
| | 7 | 2 |
insertSpacingName: | QBoxLayout::insertSpacing | Prototype: | void QBoxLayout::insertSpacing(int index, int size) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 864-886 |
| | 11 | 3 |
insertStretchName: | QBoxLayout::insertStretch | Prototype: | void QBoxLayout::insertStretch(int index, int stretch) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 895-911 |
| | 11 | 3 |
insertWidgetName: | QBoxLayout::insertWidget | Prototype: | void QBoxLayout::insertWidget(int index, QWidget *widget, int stretch, Qt::Alignment alignment) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 976-1003 |
| | 12 | 3 |
invalidateName: | QBoxLayout::invalidate | Prototype: | void QBoxLayout::invalidate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 694-699 |
| | 3 | 1 |
itemAtName: | QBoxLayout::itemAt | Prototype: | QLayoutItem *QBoxLayout::itemAt(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 713-717 |
| | 2 | 1 |
maximumSizeName: | QBoxLayout::maximumSize | Prototype: | QSize QBoxLayout::maximumSize() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 634-647 |
| | 9 | 4 |
minimumHeightForWidthName: | QBoxLayout::minimumHeightForWidth | Prototype: | int QBoxLayout::minimumHeightForWidth(int w) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 682-689 |
| | 5 | 1 |
minimumSizeName: | QBoxLayout::minimumSize | Prototype: | QSize QBoxLayout::minimumSize() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 623-629 |
| | 4 | 2 |
setDirectionName: | QBoxLayout::setDirection | Prototype: | void QBoxLayout::setDirection(Direction direction) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1179-1216 |
| | 21 | 8 |
setGeometryName: | QBoxLayout::setGeometry | Prototype: | void QBoxLayout::setGeometry(const QRect &r) | Coverage: | 0.000% (0/52) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 757-824 |
| | 48 | 14 |
setSpacingName: | QBoxLayout::setSpacing | Prototype: | void QBoxLayout::setSpacing(int spacing) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 602-607 |
| | 3 | 1 |
setStretchName: | QBoxLayout::setStretch | Prototype: | void QBoxLayout::setStretch(int index, int stretch) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1150-1160 |
| | 6 | 3 |
setStretchFactorName: | QBoxLayout::setStretchFactor | Prototype: | bool QBoxLayout::setStretchFactor(QWidget *widget, int stretch) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1105-1119 |
| | 10 | 4 |
setStretchFactorName: | QBoxLayout::setStretchFactor | Prototype: | bool QBoxLayout::setStretchFactor(QLayout *layout, int stretch) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1128-1142 |
| | 9 | 4 |
sizeHintName: | QBoxLayout::sizeHint | Prototype: | QSize QBoxLayout::sizeHint() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 612-618 |
| | 4 | 2 |
spacingName: | QBoxLayout::spacing | Prototype: | int QBoxLayout::spacing() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 584-594 |
| | 6 | 2 |
stretchName: | QBoxLayout::stretch | Prototype: | int QBoxLayout::stretch(int index) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1168-1174 |
| | 4 | 2 |
takeAtName: | QBoxLayout::takeAt | Prototype: | QLayoutItem *QBoxLayout::takeAt(int index) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 722-740 |
| | 12 | 4 |
~QBoxLayoutName: | QBoxLayout::~QBoxLayout | Prototype: | QBoxLayout::~QBoxLayout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 567-571 |
| | 2 | 1 |