| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGraphicsGridLayout| Name: | QGraphicsGridLayout::QGraphicsGridLayout | | Prototype: | QGraphicsGridLayout::QGraphicsGridLayout(QGraphicsLayoutItem *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 119-122 |
| | 2 | 1 |
addItem| Name: | QGraphicsGridLayout::addItem | | Prototype: | void QGraphicsGridLayout::addItem(QGraphicsLayoutItem *item, int row, int column, int rowSpan, int columnSpan, Qt::Alignment alignment) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 147-175 |
| | 19 | 5 |
alignment| Name: | QGraphicsGridLayout::alignment | | Prototype: | Qt::Alignment QGraphicsGridLayout::alignment(QGraphicsLayoutItem *item) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 498-502 |
| | 2 | 1 |
columnAlignment| Name: | QGraphicsGridLayout::columnAlignment | | Prototype: | Qt::Alignment QGraphicsGridLayout::columnAlignment(int column) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 479-483 |
| | 2 | 1 |
columnCount| Name: | QGraphicsGridLayout::columnCount | | Prototype: | int QGraphicsGridLayout::columnCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 520-524 |
| | 2 | 1 |
columnMaximumWidth| Name: | QGraphicsGridLayout::columnMaximumWidth | | Prototype: | qreal QGraphicsGridLayout::columnMaximumWidth(int column) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 430-434 |
| | 2 | 1 |
columnMinimumWidth| Name: | QGraphicsGridLayout::columnMinimumWidth | | Prototype: | qreal QGraphicsGridLayout::columnMinimumWidth(int column) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 392-396 |
| | 2 | 1 |
columnPreferredWidth| Name: | QGraphicsGridLayout::columnPreferredWidth | | Prototype: | qreal QGraphicsGridLayout::columnPreferredWidth(int column) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 411-415 |
| | 2 | 1 |
columnSpacing| Name: | QGraphicsGridLayout::columnSpacing | | Prototype: | qreal QGraphicsGridLayout::columnSpacing(int column) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 267-271 |
| | 2 | 1 |
columnStretchFactor| Name: | QGraphicsGridLayout::columnStretchFactor | | Prototype: | int QGraphicsGridLayout::columnStretchFactor(int column) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 305-309 |
| | 2 | 1 |
count| Name: | QGraphicsGridLayout::count | | Prototype: | int QGraphicsGridLayout::count() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 544-548 |
| | 2 | 1 |
horizontalSpacing| Name: | QGraphicsGridLayout::horizontalSpacing | | Prototype: | qreal QGraphicsGridLayout::horizontalSpacing() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 197-201 |
| | 2 | 1 |
invalidate| Name: | QGraphicsGridLayout::invalidate | | Prototype: | void QGraphicsGridLayout::invalidate() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 617-624 |
| | 5 | 2 |
itemAt| Name: | QGraphicsGridLayout::itemAt | | Prototype: | QGraphicsLayoutItem *QGraphicsGridLayout::itemAt(int row, int column) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 529-539 |
| | 7 | 3 |
itemAt| Name: | QGraphicsGridLayout::itemAt | | Prototype: | QGraphicsLayoutItem *QGraphicsGridLayout::itemAt(int index) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 554-565 |
| | 8 | 3 |
removeAt| Name: | QGraphicsGridLayout::removeAt | | Prototype: | void QGraphicsGridLayout::removeAt(int index) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 573-600 |
| | 16 | 6 |
removeItem| Name: | QGraphicsGridLayout::removeItem | | Prototype: | void QGraphicsGridLayout::removeItem(QGraphicsLayoutItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 608-613 |
| | 3 | 1 |
rowAlignment| Name: | QGraphicsGridLayout::rowAlignment | | Prototype: | Qt::Alignment QGraphicsGridLayout::rowAlignment(int row) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 460-464 |
| | 2 | 1 |
rowCount| Name: | QGraphicsGridLayout::rowCount | | Prototype: | int QGraphicsGridLayout::rowCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 509-513 |
| | 2 | 1 |
rowMaximumHeight| Name: | QGraphicsGridLayout::rowMaximumHeight | | Prototype: | qreal QGraphicsGridLayout::rowMaximumHeight(int row) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 362-366 |
| | 2 | 1 |
rowMinimumHeight| Name: | QGraphicsGridLayout::rowMinimumHeight | | Prototype: | qreal QGraphicsGridLayout::rowMinimumHeight(int row) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 324-328 |
| | 2 | 1 |
rowPreferredHeight| Name: | QGraphicsGridLayout::rowPreferredHeight | | Prototype: | qreal QGraphicsGridLayout::rowPreferredHeight(int row) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 343-347 |
| | 2 | 1 |
rowSpacing| Name: | QGraphicsGridLayout::rowSpacing | | Prototype: | qreal QGraphicsGridLayout::rowSpacing(int row) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 248-252 |
| | 2 | 1 |
rowStretchFactor| Name: | QGraphicsGridLayout::rowStretchFactor | | Prototype: | int QGraphicsGridLayout::rowStretchFactor(int row) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 286-290 |
| | 2 | 1 |
setAlignment| Name: | QGraphicsGridLayout::setAlignment | | Prototype: | void QGraphicsGridLayout::setAlignment(QGraphicsLayoutItem *item, Qt::Alignment alignment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 488-493 |
| | 3 | 1 |
setColumnAlignment| Name: | QGraphicsGridLayout::setColumnAlignment | | Prototype: | void QGraphicsGridLayout::setColumnAlignment(int column, Qt::Alignment alignment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 469-474 |
| | 3 | 1 |
setColumnFixedWidth| Name: | QGraphicsGridLayout::setColumnFixedWidth | | Prototype: | void QGraphicsGridLayout::setColumnFixedWidth(int column, qreal width) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 439-445 |
| | 4 | 1 |
setColumnMaximumWidth| Name: | QGraphicsGridLayout::setColumnMaximumWidth | | Prototype: | void QGraphicsGridLayout::setColumnMaximumWidth(int column, qreal width) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 420-425 |
| | 3 | 1 |
setColumnMinimumWidth| Name: | QGraphicsGridLayout::setColumnMinimumWidth | | Prototype: | void QGraphicsGridLayout::setColumnMinimumWidth(int column, qreal width) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 382-387 |
| | 3 | 1 |
setColumnPreferredWidth| Name: | QGraphicsGridLayout::setColumnPreferredWidth | | Prototype: | void QGraphicsGridLayout::setColumnPreferredWidth(int column, qreal width) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 401-406 |
| | 3 | 1 |
setColumnSpacing| Name: | QGraphicsGridLayout::setColumnSpacing | | Prototype: | void QGraphicsGridLayout::setColumnSpacing(int column, qreal spacing) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 257-262 |
| | 3 | 1 |
setColumnStretchFactor| Name: | QGraphicsGridLayout::setColumnStretchFactor | | Prototype: | void QGraphicsGridLayout::setColumnStretchFactor(int column, int stretch) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 295-300 |
| | 3 | 1 |
setGeometry| Name: | QGraphicsGridLayout::setGeometry | | Prototype: | void QGraphicsGridLayout::setGeometry(const QRectF &rect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 638-659 |
| | 11 | 2 |
setHorizontalSpacing| Name: | QGraphicsGridLayout::setHorizontalSpacing | | Prototype: | void QGraphicsGridLayout::setHorizontalSpacing(qreal spacing) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 187-192 |
| | 3 | 1 |
setRowAlignment| Name: | QGraphicsGridLayout::setRowAlignment | | Prototype: | void QGraphicsGridLayout::setRowAlignment(int row, Qt::Alignment alignment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 450-455 |
| | 3 | 1 |
setRowFixedHeight| Name: | QGraphicsGridLayout::setRowFixedHeight | | Prototype: | void QGraphicsGridLayout::setRowFixedHeight(int row, qreal height) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 371-377 |
| | 4 | 1 |
setRowMaximumHeight| Name: | QGraphicsGridLayout::setRowMaximumHeight | | Prototype: | void QGraphicsGridLayout::setRowMaximumHeight(int row, qreal height) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 352-357 |
| | 3 | 1 |
setRowMinimumHeight| Name: | QGraphicsGridLayout::setRowMinimumHeight | | Prototype: | void QGraphicsGridLayout::setRowMinimumHeight(int row, qreal height) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 314-319 |
| | 3 | 1 |
setRowPreferredHeight| Name: | QGraphicsGridLayout::setRowPreferredHeight | | Prototype: | void QGraphicsGridLayout::setRowPreferredHeight(int row, qreal height) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 333-338 |
| | 3 | 1 |
setRowSpacing| Name: | QGraphicsGridLayout::setRowSpacing | | Prototype: | void QGraphicsGridLayout::setRowSpacing(int row, qreal spacing) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 238-243 |
| | 3 | 1 |
setRowStretchFactor| Name: | QGraphicsGridLayout::setRowStretchFactor | | Prototype: | void QGraphicsGridLayout::setRowStretchFactor(int row, int stretch) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 276-281 |
| | 3 | 1 |
setSpacing| Name: | QGraphicsGridLayout::setSpacing | | Prototype: | void QGraphicsGridLayout::setSpacing(qreal spacing) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 228-233 |
| | 3 | 1 |
setVerticalSpacing| Name: | QGraphicsGridLayout::setVerticalSpacing | | Prototype: | void QGraphicsGridLayout::setVerticalSpacing(qreal spacing) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 206-211 |
| | 3 | 1 |
sizeHint| Name: | QGraphicsGridLayout::sizeHint | | Prototype: | QSizeF QGraphicsGridLayout::sizeHint(Qt::SizeHint which, const QSizeF &constraint) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 664-671 |
| | 5 | 1 |
verticalSpacing| Name: | QGraphicsGridLayout::verticalSpacing | | Prototype: | qreal QGraphicsGridLayout::verticalSpacing() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 216-220 |
| | 2 | 1 |
~QGraphicsGridLayout| Name: | QGraphicsGridLayout::~QGraphicsGridLayout | | Prototype: | QGraphicsGridLayout::~QGraphicsGridLayout() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsgridlayout.cpp | | Lines: | 127-141 |
| | 7 | 4 |