| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGridLayoutEngine::spacing| Name: | QGridLayoutEngine::spacing | | Prototype: | qreal QGridLayoutEngine::spacing(Qt::Orientation orientation, const QAbstractLayoutStyleInfo *styleInfo) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 818-825 |
| | 4 | 2 |
QGridLayoutEngine::sizeHint| Name: | QGridLayoutEngine::sizeHint | | Prototype: | QSizeF QGridLayoutEngine::sizeHint(Qt::SizeHint which, const QSizeF &constraint, const QAbstractLayoutStyleInfo *styleInfo) const | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1064-1115 |
| | 31 | 6 |
QGridLayoutEngine::setVisualDirection| Name: | QGridLayoutEngine::setVisualDirection | | Prototype: | void QGridLayoutEngine::setVisualDirection(Qt::LayoutDirection direction) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1144-1147 |
| | 1 | 1 |
QGridLayoutEngine::setSpacing| Name: | QGridLayoutEngine::setSpacing | | Prototype: | void QGridLayoutEngine::setSpacing(qreal spacing, Qt::Orientations orientations) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 808-816 |
| | 5 | 3 |
QGridLayoutEngine::setRowStretchFactor| Name: | QGridLayoutEngine::setRowStretchFactor | | Prototype: | void QGridLayoutEngine::setRowStretchFactor(int row, int stretch, Qt::Orientation orientation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 849-860 |
| | 7 | 2 |
QGridLayoutEngine::setRowSpacing| Name: | QGridLayoutEngine::setRowSpacing | | Prototype: | void QGridLayoutEngine::setRowSpacing(int row, qreal spacing, Qt::Orientation orientation) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 827-839 |
| | 8 | 3 |
QGridLayoutEngine::setRowSizeHint| Name: | QGridLayoutEngine::setRowSizeHint | | Prototype: | void QGridLayoutEngine::setRowSizeHint(Qt::SizeHint which, int row, qreal size, Qt::Orientation orientation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 870-882 |
| | 7 | 2 |
QGridLayoutEngine::setRowAlignment| Name: | QGridLayoutEngine::setRowAlignment | | Prototype: | void QGridLayoutEngine::setRowAlignment(int row, Qt::Alignment alignment, Qt::Orientation orientation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 889-900 |
| | 6 | 2 |
QGridLayoutEngine::setItemAt| Name: | QGridLayoutEngine::setItemAt | | Prototype: | void QGridLayoutEngine::setItemAt(int row, int column, QGridLayoutItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1256-1261 |
| | 3 | 1 |
QGridLayoutEngine::setGeometries| Name: | QGridLayoutEngine::setGeometries | | Prototype: | void QGridLayoutEngine::setGeometries(const QRectF &contentsGeometry, const QAbstractLayoutStyleInfo *styleInfo) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1002-1036 |
| | 22 | 7 |
QGridLayoutEngine::rowStretchFactor| Name: | QGridLayoutEngine::rowStretchFactor | | Prototype: | int QGridLayoutEngine::rowStretchFactor(int row, Qt::Orientation orientation) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 862-868 |
| | 4 | 2 |
QGridLayoutEngine::rowSpacing| Name: | QGridLayoutEngine::rowSpacing | | Prototype: | qreal QGridLayoutEngine::rowSpacing(int row, Qt::Orientation orientation) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 841-847 |
| | 4 | 2 |
QGridLayoutEngine::rowSizeHint| Name: | QGridLayoutEngine::rowSizeHint | | Prototype: | qreal QGridLayoutEngine::rowSizeHint(Qt::SizeHint which, int row, Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 884-887 |
| | 1 | 1 |
QGridLayoutEngine::rowCount| Name: | QGridLayoutEngine::rowCount | | Prototype: | int QGridLayoutEngine::rowCount(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 775-778 |
| | 1 | 1 |
QGridLayoutEngine::rowAlignment| Name: | QGridLayoutEngine::rowAlignment | | Prototype: | Qt::Alignment QGridLayoutEngine::rowAlignment(int row, Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 902-906 |
| | 2 | 1 |
QGridLayoutEngine::removeItem| Name: | QGridLayoutEngine::removeItem | | Prototype: | void QGridLayoutEngine::removeItem(QGridLayoutItem *item) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 956-970 |
| | 7 | 4 |
QGridLayoutEngine::regenerateGrid| Name: | QGridLayoutEngine::regenerateGrid | | Prototype: | void QGridLayoutEngine::regenerateGrid() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1241-1254 |
| | 6 | 4 |
QGridLayoutEngine::maybeExpandGrid| Name: | QGridLayoutEngine::maybeExpandGrid | | Prototype: | void QGridLayoutEngine::maybeExpandGrid(int row, int column, Qt::Orientation orientation) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1203-1239 |
| | 22 | 7 |
QGridLayoutEngine::itemCount| Name: | QGridLayoutEngine::itemCount | | Prototype: | int QGridLayoutEngine::itemCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 785-788 |
| | 1 | 1 |
QGridLayoutEngine::itemAt| Name: | QGridLayoutEngine::itemAt | | Prototype: | QGridLayoutItem *QGridLayoutEngine::itemAt(int index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 790-794 |
| | 2 | 1 |
QGridLayoutEngine::itemAt| Name: | QGridLayoutEngine::itemAt | | Prototype: | QGridLayoutItem *QGridLayoutEngine::itemAt(int row, int column, Qt::Orientation orientation) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 973-980 |
| | 5 | 3 |
QGridLayoutEngine::invalidate| Name: | QGridLayoutEngine::invalidate | | Prototype: | void QGridLayoutEngine::invalidate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 982-994 |
| | 8 | 1 |
QGridLayoutEngine::insertOrRemoveRows| Name: | QGridLayoutEngine::insertOrRemoveRows | | Prototype: | void QGridLayoutEngine::insertOrRemoveRows(int row, int delta, Qt::Orientation orientation) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1263-1283 |
| | 11 | 3 |
QGridLayoutEngine::insertItem| Name: | QGridLayoutEngine::insertItem | | Prototype: | void QGridLayoutEngine::insertItem(QGridLayoutItem *item, int index) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 933-949 |
| | 9 | 5 |
QGridLayoutEngine::hasDynamicConstraint| Name: | QGridLayoutEngine::hasDynamicConstraint | | Prototype: | bool QGridLayoutEngine::hasDynamicConstraint() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1593-1598 |
| | 3 | 2 |
QGridLayoutEngine::fillRowData::init| Name: | QGridLayoutEngine::fillRowData::init | | Prototype: | inline void init(int row) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1336-1340 |
| | 3 | 1 |
QGridLayoutEngine::fillRowData::hasOnlyNonButtons| Name: | QGridLayoutEngine::fillRowData::hasOnlyNonButtons | | Prototype: | inline bool hasOnlyNonButtons() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1342-1342 |
| | 1 | 1 |
QGridLayoutEngine::fillRowData::hasOnlyButtons| Name: | QGridLayoutEngine::fillRowData::hasOnlyButtons | | Prototype: | inline bool hasOnlyButtons() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1341-1341 |
| | 1 | 1 |
QGridLayoutEngine::fillRowData::RowAdHocData| Name: | QGridLayoutEngine::fillRowData::RowAdHocData | | Prototype: | inline RowAdHocData() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1335-1335 |
| | 1 | 1 |
QGridLayoutEngine::fillRowData| Name: | QGridLayoutEngine::fillRowData | | Prototype: | void QGridLayoutEngine::fillRowData(QGridLayoutRowData *rowData, const qreal *colPositions, const qreal *colSizes, Qt::Orientation orientation, const QAbstractLayoutStyleInfo *styleInfo) const | | Coverage: | 0.000% (0/183) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1285-1512 |
| | 150 | 42 |
QGridLayoutEngine::ensureGeometries| Name: | QGridLayoutEngine::ensureGeometries | | Prototype: | void QGridLayoutEngine::ensureGeometries(const QSizeF &size, const QAbstractLayoutStyleInfo *styleInfo) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1609-1646 |
| | 21 | 3 |
QGridLayoutEngine::ensureEffectiveFirstAndLastRows| Name: | QGridLayoutEngine::ensureEffectiveFirstAndLastRows | | Prototype: | void QGridLayoutEngine::ensureEffectiveFirstAndLastRows() const | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1514-1537 |
| | 15 | 6 |
QGridLayoutEngine::ensureDynamicConstraint| Name: | QGridLayoutEngine::ensureDynamicConstraint | | Prototype: | bool QGridLayoutEngine::ensureDynamicConstraint() const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1570-1591 |
| | 15 | 7 |
QGridLayoutEngine::ensureColumnAndRowData| Name: | QGridLayoutEngine::ensureColumnAndRowData | | Prototype: | void QGridLayoutEngine::ensureColumnAndRowData(QGridLayoutRowData *rowData, QGridLayoutBox *totalBox, const qreal *colPositions, const qreal *colSizes, Qt::Orientation orientation, const QAbstractLayoutStyleInfo *styleInfo) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1539-1564 |
| | 16 | 4 |
QGridLayoutEngine::effectiveLastRow| Name: | QGridLayoutEngine::effectiveLastRow | | Prototype: | int QGridLayoutEngine::effectiveLastRow(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 802-806 |
| | 2 | 1 |
QGridLayoutEngine::effectiveFirstRow| Name: | QGridLayoutEngine::effectiveFirstRow | | Prototype: | int QGridLayoutEngine::effectiveFirstRow(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 796-800 |
| | 2 | 1 |
QGridLayoutEngine::effectiveAlignment| Name: | QGridLayoutEngine::effectiveAlignment | | Prototype: | Qt::Alignment QGridLayoutEngine::effectiveAlignment(const QGridLayoutItem *layoutItem) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 908-925 |
| | 10 | 4 |
QGridLayoutEngine::controlTypes| Name: | QGridLayoutEngine::controlTypes | | Prototype: | QLayoutPolicy::ControlTypes QGridLayoutEngine::controlTypes(LayoutSide side) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1117-1129 |
| | 8 | 3 |
QGridLayoutEngine::constraintOrientation| Name: | QGridLayoutEngine::constraintOrientation | | Prototype: | Qt::Orientation QGridLayoutEngine::constraintOrientation() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1603-1607 |
| | 2 | 1 |
QGridLayoutEngine::columnCount| Name: | QGridLayoutEngine::columnCount | | Prototype: | int QGridLayoutEngine::columnCount(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 780-783 |
| | 1 | 1 |
QGridLayoutEngine::cellRect| Name: | QGridLayoutEngine::cellRect | | Prototype: | QRectF QGridLayoutEngine::cellRect(const QRectF &contentsGeometry, int row, int column, int rowSpan, int columnSpan, const QAbstractLayoutStyleInfo *styleInfo) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1039-1062 |
| | 15 | 4 |
QGridLayoutEngine::addItem| Name: | QGridLayoutEngine::addItem | | Prototype: | void QGridLayoutEngine::addItem(QGridLayoutItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 951-954 |
| | 1 | 1 |
QGridLayoutEngine::QGridLayoutEngine| Name: | QGridLayoutEngine::QGridLayoutEngine | | Prototype: | QGridLayoutEngine::QGridLayoutEngine(Qt::Alignment defaultAlignment, bool snapToPixelGrid) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 767-773 |
| | 4 | 1 |
QGridLayoutBox::normalize| Name: | QGridLayoutBox::normalize | | Prototype: | void QGridLayoutBox::normalize() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 117-125 |
| | 5 | 1 |
QGridLayoutBox::combine| Name: | QGridLayoutBox::combine | | Prototype: | void QGridLayoutBox::combine(const QGridLayoutBox &other) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 97-115 |
| | 13 | 3 |
QGridLayoutBox::add| Name: | QGridLayoutBox::add | | Prototype: | void QGridLayoutBox::add(const QGridLayoutBox &other, int stretch, qreal spacing) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 88-95 |
| | 4 | 1 |
QGridLayout::~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: | 1119-1123 |
| | 2 | 1 |
QGridLayout::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: | 1171-1179 |
| | 4 | 2 |
QGridLayout::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: | 1345-1349 |
| | 2 | 1 |
QGridLayout::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: | 1200-1208 |
| | 4 | 2 |
QGridLayout::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: | 1231-1239 |
| | 6 | 1 |
QGridLayout::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: | 1164-1169 |
| | 3 | 1 |
QGridLayout::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: | 1187-1192 |
| | 3 | 1 |
QGridLayout::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: | 1544-1549 |
| | 3 | 1 |
QGridLayout::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: | 1604-1609 |
| | 3 | 1 |
QGridLayout::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: | 1657-1662 |
| | 3 | 1 |
QGridLayout::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: | 1136-1141 |
| | 3 | 1 |
QGridLayout::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: | 1370-1378 |
| | 5 | 2 |
QGridLayout::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: | 1100-1110 |
| | 6 | 2 |
QGridLayout::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: | 1590-1595 |
| | 3 | 1 |
QGridLayout::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: | 1627-1632 |
| | 3 | 1 |
QGridLayout::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: | 1556-1560 |
| | 2 | 1 |
QGridLayout::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: | 1616-1620 |
| | 2 | 1 |
QGridLayout::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: | 1213-1217 |
| | 2 | 1 |
QGridLayout::originCorner| Name: | QGridLayout::originCorner | | Prototype: | Qt::Corner QGridLayout::originCorner() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1668-1676 |
| | 4 | 2 |
QGridLayout::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: | 1244-1252 |
| | 6 | 1 |
QGridLayout::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: | 1294-1299 |
| | 3 | 1 |
QGridLayout::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: | 1257-1271 |
| | 11 | 3 |
QGridLayout::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: | 1328-1340 |
| | 8 | 3 |
QGridLayout::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: | 1314-1318 |
| | 2 | 1 |
QGridLayout::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: | 1681-1686 |
| | 3 | 1 |
QGridLayout::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: | 1143-1151 |
| | 4 | 2 |
QGridLayout::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: | 1284-1289 |
| | 3 | 1 |
QGridLayout::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: | 1276-1279 |
| | 1 | 1 |
QGridLayout::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: | 1360-1364 |
| | 2 | 1 |
QGridLayout::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: | 1648-1652 |
| | 2 | 1 |
QGridLayout::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: | 1304-1308 |
| | 2 | 1 |
QGridLayout::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: | 1567-1571 |
| | 2 | 1 |
QGridLayout::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: | 1639-1643 |
| | 2 | 1 |
QGridLayout::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: | 1222-1226 |
| | 2 | 1 |
QGridLayout::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: | 1389-1393 |
| | 2 | 1 |
QGridLayout::addWidget| Name: | QGridLayout::addWidget | | Prototype: | void QGridLayout::addWidget(QWidget *widget, int row, int column, Qt::Alignment alignment) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1433-1447 |
| | 11 | 3 |
QGridLayout::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: | 1461-1474 |
| | 10 | 2 |
QGridLayout::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: | 1497-1507 |
| | 8 | 3 |
QGridLayout::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: | 1518-1529 |
| | 8 | 3 |
QGridLayout::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: | 1398-1404 |
| | 4 | 1 |
QGridLayout::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: | 1416-1423 |
| | 5 | 1 |
QGridLayout::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: | 1067-1072 |
| | 2 | 1 |
QGridLayout::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: | 1081-1086 |
| | 2 | 1 |
QGridBox::~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: | 65-65 |
| | 1 | 1 |
QGridBox::vStretch| Name: | QGridBox::vStretch | | Prototype: | int vStretch() | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 85-86 |
| | 2 | 1 |
QGridBox::toRow| Name: | QGridBox::toRow | | Prototype: | inline int toRow(int rr) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 92-92 |
| | 1 | 1 |
QGridBox::toCol| Name: | QGridBox::toCol | | Prototype: | inline int toCol(int cc) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 93-93 |
| | 1 | 1 |
QGridBox::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: | 81-81 |
| | 1 | 1 |
QGridBox::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: | 67-67 |
| | 1 | 1 |
QGridBox::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: | 80-80 |
| | 1 | 1 |
QGridBox::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: | 77-77 |
| | 1 | 1 |
QGridBox::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: | 76-76 |
| | 1 | 1 |
QGridBox::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: | 68-68 |
| | 1 | 1 |
QGridBox::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: | 69-69 |
| | 1 | 1 |