Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
unplugName: | QMainWindowLayoutState::unplug | Prototype: | QLayoutItem *QMainWindowLayoutState::unplug(const QList<int> &path, QMainWindowLayoutState *other) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 812-829 |
| | 6 | 3 |
takeAtName: | QMainWindowLayoutState::takeAt | Prototype: | QLayoutItem *QMainWindowLayoutState::takeAt(int index, int *x) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 539-558 |
| | 5 | 3 |
sizeHintName: | QMainWindowLayoutState::sizeHint | Prototype: | QSize QMainWindowLayoutState::sizeHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 426-443 |
| | 4 | 1 |
setCentralWidgetName: | QMainWindowLayoutState::setCentralWidget | Prototype: | void QMainWindowLayoutState::setCentralWidget(QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 606-620 |
| | 5 | 2 |
saveStateName: | QMainWindowLayoutState::saveState | Prototype: | void QMainWindowLayoutState::saveState(QDataStream &stream) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 831-850 |
| | 9 | 3 |
restoreStateName: | QMainWindowLayoutState::restoreState | Prototype: | bool QMainWindowLayoutState::restoreState(QDataStream &_stream, const QMainWindowLayoutState &oldState) | Coverage: | 0.000% (0/48) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 938-1035 |
| | 57 | 19 |
removeName: | QMainWindowLayoutState::remove | Prototype: | void QMainWindowLayoutState::remove(const QList<int> &path) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 690-703 |
| | 5 | 3 |
removeName: | QMainWindowLayoutState::remove | Prototype: | void QMainWindowLayoutState::remove(QLayoutItem *item) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 705-719 |
| | 5 | 3 |
plugName: | QMainWindowLayoutState::plug | Prototype: | QLayoutItem *QMainWindowLayoutState::plug(const QList<int> &path) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 795-810 |
| | 6 | 3 |
minimumSizeName: | QMainWindowLayoutState::minimumSize | Prototype: | QSize QMainWindowLayoutState::minimumSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 445-461 |
| | 4 | 1 |
itemRectName: | QMainWindowLayoutState::itemRect | Prototype: | QRect QMainWindowLayoutState::itemRect(const QList<int> &path) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 761-776 |
| | 6 | 3 |
itemAtName: | QMainWindowLayoutState::itemAt | Prototype: | QLayoutItem *QMainWindowLayoutState::itemAt(int index, int *x) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 521-537 |
| | 5 | 3 |
itemName: | QMainWindowLayoutState::item | Prototype: | QLayoutItem *QMainWindowLayoutState::item(const QList<int> &path) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 741-759 |
| | 8 | 3 |
isValidName: | QMainWindowLayoutState::isValid | Prototype: | bool QMainWindowLayoutState::isValid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 736-739 |
| | 1 | 1 |
insertGapName: | QMainWindowLayoutState::insertGap | Prototype: | bool QMainWindowLayoutState::insertGap(const QList<int> &path, QLayoutItem *item) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 666-688 |
| | 10 | 4 |
indexOfName: | QMainWindowLayoutState::indexOf | Prototype: | QList<int> QMainWindowLayoutState::indexOf(QWidget *widget) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 560-585 |
| | 12 | 5 |
gapRectName: | QMainWindowLayoutState::gapRect | Prototype: | QRect QMainWindowLayoutState::gapRect(const QList<int> &path) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 778-793 |
| | 6 | 3 |
gapIndexName: | QMainWindowLayoutState::gapIndex | Prototype: | QList<int> QMainWindowLayoutState::gapIndex(QWidget *widget, const QPoint &pos) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 637-664 |
| | 13 | 5 |
fitLayoutName: | QMainWindowLayoutState::fitLayout | Prototype: | void QMainWindowLayoutState::fitLayout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 481-497 |
| | 5 | 1 |
deleteCentralWidgetItemName: | QMainWindowLayoutState::deleteCentralWidgetItem | Prototype: | void QMainWindowLayoutState::deleteCentralWidgetItem() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 510-519 |
| | 2 | 1 |
deleteAllLayoutItemsName: | QMainWindowLayoutState::deleteAllLayoutItems | Prototype: | void QMainWindowLayoutState::deleteAllLayoutItems() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 499-508 |
| | 2 | 1 |
containsName: | QMainWindowLayoutState::contains | Prototype: | bool QMainWindowLayoutState::contains(QWidget *widget) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 587-604 |
| | 7 | 4 |
clearName: | QMainWindowLayoutState::clear | Prototype: | void QMainWindowLayoutState::clear() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 721-734 |
| | 3 | 1 |
checkFormatName: | QMainWindowLayoutState::checkFormat | Prototype: | bool QMainWindowLayoutState::checkFormat(QDataStream &stream) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 887-936 |
| | 21 | 10 |
centralWidgetName: | QMainWindowLayoutState::centralWidget | Prototype: | QWidget *QMainWindowLayoutState::centralWidget() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 622-635 |
| | 5 | 2 |
applyName: | QMainWindowLayoutState::apply | Prototype: | void QMainWindowLayoutState::apply(bool animated) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 463-479 |
| | 2 | 1 |
QMainWindowLayoutStateName: | QMainWindowLayoutState::QMainWindowLayoutState | Prototype: | QMainWindowLayoutState::QMainWindowLayoutState(QMainWindow *win) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 411-424 |
| | 1 | 1 |