Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QGridLayout::setRowStretchName: | 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::setSpacingName: | 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::setVerticalSpacingName: | 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::sizeHintName: | 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::takeAtName: | 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::~QGridLayoutName: | 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 |
QGridLayoutBox::addName: | 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 |
QGridLayoutBox::normalizeName: | 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 |
QGridLayoutEngine::QGridLayoutEngineName: | 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 |
QGridLayoutEngine::addItemName: | 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::columnCountName: | 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::constraintOrientationName: | 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::effectiveFirstRowName: | 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::effectiveLastRowName: | 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::fillRowData::RowAdHocDataName: | 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::hasOnlyButtonsName: | 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::hasOnlyNonButtonsName: | 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::initName: | 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::invalidateName: | 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::itemAtName: | 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::itemCountName: | 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::rowAlignmentName: | 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::rowCountName: | 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::rowSizeHintName: | 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::setItemAtName: | 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::setVisualDirectionName: | 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::visualDirectionName: | QGridLayoutEngine::visualDirection | Prototype: | Qt::LayoutDirection QGridLayoutEngine::visualDirection() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 1149-1152 |
| | 1 | 1 |
QGridLayoutItem::QGridLayoutItemName: | QGridLayoutItem::QGridLayoutItem | Prototype: | QGridLayoutItem::QGridLayoutItem(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/gui/util/qgridlayoutengine.cpp | Lines: | 486-496 |
| | 6 | 1 |
QGridLayoutItem::columnSpanName: | QGridLayoutItem::columnSpan | Prototype: | int QGridLayoutItem::columnSpan(Qt::Orientation orientation) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 523-526 |
| | 1 | 1 |
QGridLayoutItem::controlTypesName: | QGridLayoutItem::controlTypes | Prototype: | QLayoutPolicy::ControlTypes QGridLayoutItem::controlTypes(LayoutSide ) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 561-564 |
| | 1 | 1 |
QGridLayoutItem::firstColumnName: | QGridLayoutItem::firstColumn | Prototype: | int QGridLayoutItem::firstColumn(Qt::Orientation orientation) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 503-506 |
| | 1 | 1 |
QGridLayoutItem::firstRowName: | QGridLayoutItem::firstRow | Prototype: | int QGridLayoutItem::firstRow(Qt::Orientation orientation) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 498-501 |
| | 1 | 1 |
QGridLayoutItem::lastColumnName: | QGridLayoutItem::lastColumn | Prototype: | int QGridLayoutItem::lastColumn(Qt::Orientation orientation) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 513-516 |
| | 1 | 1 |
QGridLayoutItem::lastRowName: | QGridLayoutItem::lastRow | Prototype: | int QGridLayoutItem::lastRow(Qt::Orientation orientation) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 508-511 |
| | 1 | 1 |
QGridLayoutItem::rowSpanName: | QGridLayoutItem::rowSpan | Prototype: | int QGridLayoutItem::rowSpan(Qt::Orientation orientation) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 518-521 |
| | 1 | 1 |
QGridLayoutItem::setFirstRowName: | QGridLayoutItem::setFirstRow | Prototype: | void QGridLayoutItem::setFirstRow(int row, Qt::Orientation orientation) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 528-531 |
| | 1 | 1 |
QGridLayoutItem::setRowSpanName: | QGridLayoutItem::setRowSpan | Prototype: | void QGridLayoutItem::setRowSpan(int rowSpan, Qt::Orientation orientation) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 533-536 |
| | 1 | 1 |
QGridLayoutItem::setStretchFactorName: | QGridLayoutItem::setStretchFactor | Prototype: | void QGridLayoutItem::setStretchFactor(int stretch, Qt::Orientation orientation) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 555-559 |
| | 2 | 1 |
QGridLayoutItem::transposeName: | QGridLayoutItem::transpose | Prototype: | void QGridLayoutItem::transpose() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 670-675 |
| | 3 | 1 |
QGridLayoutPrivate::QGridLayoutPrivateName: | QGridLayoutPrivate::QGridLayoutPrivate | Prototype: | QGridLayoutPrivate::QGridLayoutPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 333-344 |
| | 9 | 1 |
QGridLayoutPrivate::addName: | QGridLayoutPrivate::add | Prototype: | void QGridLayoutPrivate::add(QGridBox *box, int row, int col) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 548-556 |
| | 6 | 1 |
QGridLayoutPrivate::colSpacingName: | QGridLayoutPrivate::colSpacing | Prototype: | inline int colSpacing(int c) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 130-130 |
| | 1 | 1 |
QGridLayoutPrivate::colStretchName: | QGridLayoutPrivate::colStretch | Prototype: | inline int colStretch(int c) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 124-124 |
| | 1 | 1 |
QGridLayoutPrivate::countName: | QGridLayoutPrivate::count | Prototype: | inline int count() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 142-142 |
| | 1 | 1 |
QGridLayoutPrivate::expandName: | QGridLayoutPrivate::expand | Prototype: | inline void expand(int rows, int cols) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 117-118 |
| | 1 | 1 |
QGridLayoutPrivate::getNextPosName: | QGridLayoutPrivate::getNextPos | Prototype: | inline void getNextPos(int &row, int &col) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 141-141 |
| | 1 | 1 |
QGridLayoutPrivate::hasHeightForWidthName: | QGridLayoutPrivate::hasHeightForWidth | Prototype: | bool QGridLayoutPrivate::hasHeightForWidth(int hSpacing, int vSpacing) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 370-374 |
| | 2 | 1 |
QGridLayoutPrivate::horReversedName: | QGridLayoutPrivate::horReversed | Prototype: | inline bool horReversed() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 133-133 |
| | 1 | 1 |
QGridLayoutPrivate::isDirtyName: | QGridLayoutPrivate::isDirty | Prototype: | inline bool isDirty() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 136-136 |
| | 1 | 1 |
QGridLayoutPrivate::maximumSizeName: | QGridLayoutPrivate::maximumSize | Prototype: | QSize QGridLayoutPrivate::maximumSize(int hSpacing, int vSpacing) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 475-478 |
| | 1 | 1 |
QGridLayoutPrivate::minimumSizeName: | QGridLayoutPrivate::minimumSize | Prototype: | QSize QGridLayoutPrivate::minimumSize(int hSpacing, int vSpacing) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 480-483 |
| | 1 | 1 |
QGridLayoutPrivate::numColsName: | QGridLayoutPrivate::numCols | Prototype: | inline int numCols() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 116-116 |
| | 1 | 1 |
QGridLayoutPrivate::numRowsName: | QGridLayoutPrivate::numRows | Prototype: | inline int numRows() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 115-115 |
| | 1 | 1 |
QGridLayoutPrivate::rowSpacingName: | QGridLayoutPrivate::rowSpacing | Prototype: | inline int rowSpacing(int r) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 129-129 |
| | 1 | 1 |
QGridLayoutPrivate::rowStretchName: | QGridLayoutPrivate::rowStretch | Prototype: | inline int rowStretch(int r) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 123-123 |
| | 1 | 1 |
QGridLayoutPrivate::setColStretchName: | QGridLayoutPrivate::setColStretch | Prototype: | inline void setColStretch(int c, int s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 121-122 |
| | 1 | 1 |
QGridLayoutPrivate::setColumnMinimumWidthName: | QGridLayoutPrivate::setColumnMinimumWidth | Prototype: | inline void setColumnMinimumWidth(int c, int s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 127-128 |
| | 1 | 1 |
QGridLayoutPrivate::setDirtyName: | QGridLayoutPrivate::setDirty | Prototype: | inline void setDirty() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 135-135 |
| | 1 | 1 |
QGridLayoutPrivate::setReversedName: | QGridLayoutPrivate::setReversed | Prototype: | inline void setReversed(bool r, bool c) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 132-132 |
| | 1 | 1 |
QGridLayoutPrivate::setRowMinimumHeightName: | QGridLayoutPrivate::setRowMinimumHeight | Prototype: | inline void setRowMinimumHeight(int r, int s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 125-126 |
| | 1 | 1 |
QGridLayoutPrivate::setRowStretchName: | QGridLayoutPrivate::setRowStretch | Prototype: | inline void setRowStretch(int r, int s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 119-120 |
| | 1 | 1 |
QGridLayoutPrivate::sizeHintName: | QGridLayoutPrivate::sizeHint | Prototype: | QSize QGridLayoutPrivate::sizeHint(int hSpacing, int vSpacing) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 470-473 |
| | 1 | 1 |
QGridLayoutPrivate::verReversedName: | QGridLayoutPrivate::verReversed | Prototype: | inline bool verReversed() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 134-134 |
| | 1 | 1 |
QGridLayoutRowData::resetName: | QGridLayoutRowData::reset | Prototype: | void QGridLayoutRowData::reset(int count) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 145-153 |
| | 6 | 1 |
QGridLayoutRowInfo::insertOrRemoveRowsName: | QGridLayoutRowInfo::insertOrRemoveRows | Prototype: | void QGridLayoutRowInfo::insertOrRemoveRows(int row, int delta) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 734-742 |
| | 5 | 1 |
QGroupBox::QGroupBoxName: | QGroupBox::QGroupBox | Prototype: | QGroupBox::QGroupBox(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 183-188 |
| | 2 | 1 |
QGroupBox::QGroupBoxName: | QGroupBox::QGroupBox | Prototype: | QGroupBox::QGroupBox(const QString &title, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 194-200 |
| | 3 | 1 |
QGroupBox::alignmentName: | QGroupBox::alignment | Prototype: | Qt::Alignment QGroupBox::alignment() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 291-295 |
| | 2 | 1 |
QGroupBox::isCheckableName: | QGroupBox::isCheckable | Prototype: | bool QGroupBox::isCheckable() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 581-585 |
| | 2 | 1 |
QGroupBox::isCheckedName: | QGroupBox::isChecked | Prototype: | bool QGroupBox::isChecked() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 588-592 |
| | 2 | 1 |
QGroupBox::isFlatName: | QGroupBox::isFlat | Prototype: | bool QGroupBox::isFlat() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 519-523 |
| | 2 | 1 |
QGroupBox::paintEventName: | QGroupBox::paintEvent | Prototype: | void QGroupBox::paintEvent(QPaintEvent *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 315-321 |
| | 4 | 1 |
QGroupBox::resizeEventName: | QGroupBox::resizeEvent | Prototype: | void QGroupBox::resizeEvent(QResizeEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 307-310 |
| | 1 | 1 |
QGroupBox::setAlignmentName: | QGroupBox::setAlignment | Prototype: | void QGroupBox::setAlignment(int alignment) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 297-303 |
| | 4 | 1 |
QGroupBox::titleName: | QGroupBox::title | Prototype: | QString QGroupBox::title() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 267-271 |
| | 2 | 1 |
QGroupBoxPrivate::calculateFrameName: | QGroupBoxPrivate::calculateFrame | Prototype: | void QGroupBoxPrivate::calculateFrame() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 455-464 |
| | 7 | 1 |
QGroupBoxPrivate::initName: | QGroupBoxPrivate::init | Prototype: | void QGroupBoxPrivate::init() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | Lines: | 210-226 |
| | 12 | 1 |
QGtk2Painter::QGtk2PainterName: | QGtk2Painter::QGtk2Painter | Prototype: | QGtk2Painter::QGtk2Painter() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtk2painter.cpp | Lines: | 201-204 |
| | 1 | 1 |
QGtkPainter::QGtkPainterName: | QGtkPainter::QGtkPainter | Prototype: | QGtkPainter::QGtkPainter() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkpainter.cpp | Lines: | 42-45 |
| | 1 | 1 |
QGtkPainter::resetName: | QGtkPainter::reset | Prototype: | void QGtkPainter::reset(QPainter *painter) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkpainter.cpp | Lines: | 51-59 |
| | 6 | 1 |
QGtkPainter::uniqueNameName: | QGtkPainter::uniqueName | Prototype: | QString QGtkPainter::uniqueName(const QString &key, GtkStateType state, GtkShadowType shadow, const QSize &size, GtkWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkpainter.cpp | Lines: | 61-72 |
| | 7 | 1 |
QGtkStyle::QGtkStyleName: | QGtkStyle::QGtkStyle | Prototype: | QGtkStyle::QGtkStyle() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | Lines: | 322-327 |
| | 2 | 1 |
QGtkStyle::QGtkStyleName: | QGtkStyle::QGtkStyle | Prototype: | QGtkStyle::QGtkStyle(QGtkStylePrivate &dd) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | Lines: | 334-339 |
| | 2 | 1 |
QGtkStyle::drawItemPixmapName: | QGtkStyle::drawItemPixmap | Prototype: | void QGtkStyle::drawItemPixmap(QPainter *painter, const QRect &rect, int alignment, const QPixmap &pixmap) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | Lines: | 4219-4223 |
| | 1 | 1 |
QGtkStyle::drawItemTextName: | QGtkStyle::drawItemText | Prototype: | void QGtkStyle::drawItemText(QPainter *painter, const QRect &rect, int alignment, const QPalette &pal, bool enabled, const QString& text, QPalette::ColorRole textRole) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | Lines: | 4246-4250 |
| | 1 | 1 |
QGtkStyle::generatedIconPixmapName: | QGtkStyle::generatedIconPixmap | Prototype: | QPixmap QGtkStyle::generatedIconPixmap(QIcon::Mode iconMode, const QPixmap &pixmap, const QStyleOption *opt) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | Lines: | 4237-4241 |
| | 1 | 1 |
QGtkStyle::getGConfBoolName: | QGtkStyle::getGConfBool | Prototype: | bool QGtkStyle::getGConfBool(const QString &key, bool fallback) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | Lines: | 274-277 |
| | 1 | 1 |
QGtkStyle::getGConfStringName: | QGtkStyle::getGConfString | Prototype: | QString QGtkStyle::getGConfString(const QString &value, const QString &fallback) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | Lines: | 265-268 |
| | 1 | 1 |
QGtkStyle::hitTestComplexControlName: | QGtkStyle::hitTestComplexControl | Prototype: | QStyle::SubControl QGtkStyle::hitTestComplexControl(ComplexControl cc, const QStyleOptionComplex *opt, const QPoint &pt, const QWidget *w) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | Lines: | 4228-4232 |
| | 1 | 1 |
QGtkStyle::itemPixmapRectName: | QGtkStyle::itemPixmapRect | Prototype: | QRect QGtkStyle::itemPixmapRect(const QRect &r, int flags, const QPixmap &pixmap) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | Lines: | 4211-4214 |
| | 1 | 1 |
QGtkStyle::unpolishName: | QGtkStyle::unpolish | Prototype: | void QGtkStyle::unpolish(QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | Lines: | 516-519 |
| | 1 | 1 |
QGtkStylePrivate::QGtkStylePrivateName: | QGtkStylePrivate::QGtkStylePrivate | Prototype: | QGtkStylePrivate::QGtkStylePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | Lines: | 262-268 |
| | 2 | 1 |
QGtkStylePrivate::applyCustomPaletteHashName: | QGtkStylePrivate::applyCustomPaletteHash | Prototype: | void QGtkStylePrivate::applyCustomPaletteHash() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | Lines: | 682-696 |
| | 10 | 1 |
QGtkStylePrivate::getSpinboxArrowSizeName: | QGtkStylePrivate::getSpinboxArrowSize | Prototype: | int QGtkStylePrivate::getSpinboxArrowSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | Lines: | 661-671 |
| | 8 | 1 |
QGtkStylePrivate::getTextColorWidgetName: | QGtkStylePrivate::getTextColorWidget | Prototype: | GtkWidget* QGtkStylePrivate::getTextColorWidget() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | Lines: | 701-704 |
| | 1 | 1 |
QGtkStylePrivate::getThemeNameName: | QGtkStylePrivate::getThemeName | Prototype: | QString QGtkStylePrivate::getThemeName() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | Lines: | 648-658 |
| | 7 | 1 |
QGtkStylePrivate::gtkPainterName: | QGtkStylePrivate::gtkPainter | Prototype: | QGtkPainter* QGtkStylePrivate::gtkPainter(QPainter *painter) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | Lines: | 281-287 |
| | 2 | 1 |
QGtkStylePrivate::gtkWidgetPaletteName: | QGtkStylePrivate::gtkWidgetPalette | Prototype: | QPalette QGtkStylePrivate::gtkWidgetPalette(const QHashableLatin1Literal >kWidgetName) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | Lines: | 758-776 |
| | 16 | 1 |
QGtkStylePrivate::initName: | QGtkStylePrivate::init | Prototype: | void QGtkStylePrivate::init() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | Lines: | 275-279 |
| | 2 | 1 |
QGtkStylePrivate::initGtkMenuName: | QGtkStylePrivate::initGtkMenu | Prototype: | void QGtkStylePrivate::initGtkMenu() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | Lines: | 438-466 |
| | 18 | 1 |