Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QLayoutName: | QLayout::~QLayout | Prototype: | QLayout::~QLayout() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 754-764 |
| | 4 | 2 |
widgetEventName: | QLayout::widgetEvent | Prototype: | void QLayout::widgetEvent(QEvent *e) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 587-621 |
| | 19 | 10 |
updateName: | QLayout::update | Prototype: | void QLayout::update() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1032-1045 |
| | 9 | 3 |
totalSizeHintName: | QLayout::totalSizeHint | Prototype: | QSize QLayout::totalSizeHint() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 698-717 |
| | 13 | 3 |
totalMinimumSizeName: | QLayout::totalMinimumSize | Prototype: | QSize QLayout::totalMinimumSize() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 675-692 |
| | 11 | 2 |
totalMaximumSizeName: | QLayout::totalMaximumSize | Prototype: | QSize QLayout::totalMaximumSize() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 723-744 |
| | 14 | 3 |
totalHeightForWidthName: | QLayout::totalHeightForWidth | Prototype: | int QLayout::totalHeightForWidth(int w) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 653-669 |
| | 11 | 2 |
spacingName: | QLayout::spacing | Prototype: | int QLayout::spacing() const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 311-328 |
| | 10 | 5 |
sizeConstraintName: | QLayout::sizeConstraint | Prototype: | QLayout::SizeConstraint QLayout::sizeConstraint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1291-1295 |
| | 2 | 1 |
setSpacingName: | QLayout::setSpacing | Prototype: | void QLayout::setSpacing(int spacing) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 338-351 |
| | 9 | 4 |
setSizeConstraintName: | QLayout::setSizeConstraint | Prototype: | void QLayout::setSizeConstraint(SizeConstraint constraint) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1281-1289 |
| | 5 | 2 |
setMenuBarName: | QLayout::setMenuBar | Prototype: | void QLayout::setMenuBar(QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 938-949 |
| | 4 | 2 |
setMarginName: | QLayout::setMargin | Prototype: | void QLayout::setMargin(int margin) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 333-336 |
| | 1 | 1 |
setGeometryName: | QLayout::setGeometry | Prototype: | void QLayout::setGeometry(const QRect &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 518-522 |
| | 2 | 1 |
setEnabledName: | QLayout::setEnabled | Prototype: | void QLayout::setEnabled(bool enable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1409-1413 |
| | 2 | 1 |
setContentsMarginsName: | QLayout::setContentsMargins | Prototype: | void QLayout::setContentsMargins(int left, int top, int right, int bottom) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 368-381 |
| | 9 | 2 |
setContentsMarginsName: | QLayout::setContentsMargins | Prototype: | void QLayout::setContentsMargins(const QMargins &margins) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 393-396 |
| | 1 | 1 |
setAlignmentName: | QLayout::setAlignment | Prototype: | bool QLayout::setAlignment(QWidget *w, Qt::Alignment alignment) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 231-245 |
| | 10 | 3 |
setAlignmentName: | QLayout::setAlignment | Prototype: | bool QLayout::setAlignment(QLayout *l, Qt::Alignment alignment) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 254-268 |
| | 10 | 3 |
replaceWidgetName: | QLayout::replaceWidget | Prototype: | QLayoutItem *QLayout::replaceWidget(QWidget *from, QWidget *to, Qt::FindChildOptions options) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1150-1184 |
| | 25 | 9 |
removeWidgetName: | QLayout::removeWidget | Prototype: | void QLayout::removeWidget(QWidget *widget) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1362-1374 |
| | 7 | 3 |
removeItemName: | QLayout::removeItem | Prototype: | void QLayout::removeItem(QLayoutItem *item) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1385-1397 |
| | 7 | 3 |
parentWidgetName: | QLayout::parentWidget | Prototype: | QWidget *QLayout::parentWidget() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 466-484 |
| | 11 | 4 |
minimumSizeName: | QLayout::minimumSize | Prototype: | QSize QLayout::minimumSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 973-976 |
| | 1 | 1 |
menuBarName: | QLayout::menuBar | Prototype: | QWidget *QLayout::menuBar() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 956-960 |
| | 2 | 1 |
maximumSizeName: | QLayout::maximumSize | Prototype: | QSize QLayout::maximumSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 988-991 |
| | 1 | 1 |
marginName: | QLayout::margin | Prototype: | int QLayout::margin() const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 283-292 |
| | 5 | 2 |
layoutName: | QLayout::layout | Prototype: | QLayout * QLayout::layout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 325-328 |
| | 1 | 1 |
isEnabledName: | QLayout::isEnabled | Prototype: | bool QLayout::isEnabled() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1420-1424 |
| | 2 | 1 |
isEmptyName: | QLayout::isEmpty | Prototype: | bool QLayout::isEmpty() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 489-500 |
| | 8 | 3 |
invalidateName: | QLayout::invalidate | Prototype: | void QLayout::invalidate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 536-541 |
| | 3 | 1 |
indexOfName: | QLayout::indexOf | Prototype: | int QLayout::indexOf(QWidget *widget) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1235-1246 |
| | 8 | 3 |
getContentsMarginsName: | QLayout::getContentsMargins | Prototype: | void QLayout::getContentsMargins(int *left, int *top, int *right, int *bottom) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 414-421 |
| | 5 | 1 |
geometryName: | QLayout::geometry | Prototype: | QRect QLayout::geometry() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 527-531 |
| | 2 | 1 |
expandingDirectionsName: | QLayout::expandingDirections | Prototype: | Qt::Orientations QLayout::expandingDirections() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1005-1008 |
| | 1 | 1 |
controlTypesName: | QLayout::controlTypes | Prototype: | QSizePolicy::ControlTypes QLayout::controlTypes() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 505-513 |
| | 6 | 3 |
contentsRectName: | QLayout::contentsRect | Prototype: | QRect QLayout::contentsRect() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 448-454 |
| | 4 | 1 |
contentsMarginsName: | QLayout::contentsMargins | Prototype: | QMargins QLayout::contentsMargins() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 433-438 |
| | 3 | 1 |
closestAcceptableSizeName: | QLayout::closestAcceptableSize | Prototype: | QSize QLayout::closestAcceptableSize(const QWidget *widget, const QSize &size) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1432-1470 |
| | 25 | 6 |
childEventName: | QLayout::childEvent | Prototype: | void QLayout::childEvent(QChildEvent *e) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 626-647 |
| | 13 | 5 |
alignmentRectName: | QLayout::alignmentRect | Prototype: | QRect QLayout::alignmentRect(const QRect &r) const | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1305-1350 |
| | 30 | 9 |
adoptLayoutName: | QLayout::adoptLayout | Prototype: | bool QLayout::adoptLayout(QLayout *layout) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 794-799 |
| | 3 | 1 |
addWidgetName: | QLayout::addWidget | Prototype: | void QLayout::addWidget(QWidget *w) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 218-222 |
| | 2 | 1 |
addChildWidgetName: | QLayout::addChildWidget | Prototype: | void QLayout::addChildWidget(QWidget *w) | Coverage: | 0.000% (0/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 893-924 |
| | 19 | 8 |
addChildLayoutName: | QLayout::addChildLayout | Prototype: | void QLayout::addChildLayout(QLayout *l) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 776-789 |
| | 7 | 3 |
activateRecursiveHelperName: | QLayout::activateRecursiveHelper | Prototype: | void QLayout::activateRecursiveHelper(QLayoutItem *item) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1010-1021 |
| | 8 | 3 |
activateName: | QLayout::activate | Prototype: | bool QLayout::activate() | Coverage: | 0.000% (0/54) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1056-1125 |
| | 50 | 18 |
QLayoutName: | QLayout::QLayout | Prototype: | QLayout::QLayout(QWidget *parent) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 103-109 |
| | 3 | 2 |
QLayoutName: | QLayout::QLayout | Prototype: | QLayout::QLayout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 117-120 |
| | 2 | 1 |
QLayoutName: | QLayout::QLayout | Prototype: | QLayout::QLayout(QLayoutPrivate &dd, QLayout *lay, QWidget *w) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 125-149 |
| | 13 | 4 |