Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QBrushDataPointerDeleter::cleanupName: | QBrushDataPointerDeleter::cleanup | Prototype: | static inline void cleanup(QBrushData *d) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 250-255 |
| | 2 | 2 |
QBrush::textureImageName: | QBrush::textureImage | Prototype: | QImage QBrush::textureImage() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 777-782 |
| | 3 | 1 |
QBrush::textureName: | QBrush::texture | Prototype: | QPixmap QBrush::texture() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 736-741 |
| | 3 | 1 |
QBrush::setTransformName: | QBrush::setTransform | Prototype: | void QBrush::setTransform(const QTransform &matrix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 907-911 |
| | 2 | 1 |
QBrush::setTextureImageName: | QBrush::setTextureImage | Prototype: | void QBrush::setTextureImage(const QImage &image) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 801-810 |
| | 5 | 2 |
QBrush::setTextureName: | QBrush::setTexture | Prototype: | void QBrush::setTexture(const QPixmap &pixmap) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 753-762 |
| | 5 | 2 |
QBrush::setStyleName: | QBrush::setStyle | Prototype: | void QBrush::setStyle(Qt::BrushStyle style) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 680-689 |
| | 5 | 3 |
QBrush::setMatrixName: | QBrush::setMatrix | Prototype: | void QBrush::setMatrix(const QMatrix &matrix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 893-896 |
| | 1 | 1 |
QBrush::setColorName: | QBrush::setColor | Prototype: | void QBrush::setColor(const QColor &c) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 712-719 |
| | 4 | 2 |
QBrush::operator==Name: | QBrush::operator== | Prototype: | bool QBrush::operator==(const QBrush &b) const | Coverage: | 0.000% (0/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 947-996 |
| | 28 | 14 |
QBrush::operator=Name: | QBrush::operator= | Prototype: | QBrush &QBrush::operator=(const QBrush &b) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 632-640 |
| | 5 | 2 |
QBrush::isOpaqueName: | QBrush::isOpaque | Prototype: | bool QBrush::isOpaque() const | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 855-881 |
| | 18 | 7 |
QBrush::initName: | QBrush::init | Prototype: | void QBrush::init(const QColor &color, Qt::BrushStyle style) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 384-407 |
| | 14 | 8 |
QBrush::gradientName: | QBrush::gradient | Prototype: | const QGradient *QBrush::gradient() const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 816-824 |
| | 5 | 2 |
QBrush::detachName: | QBrush::detach | Prototype: | void QBrush::detach(Qt::BrushStyle newStyle) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 577-622 |
| | 27 | 13 |
QBrush::cleanUpName: | QBrush::cleanUp | Prototype: | void QBrush::cleanUp(QBrushData *x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 571-574 |
| | 1 | 1 |
QBrush::QBrushName: | QBrush::QBrush | Prototype: | QBrush::QBrush() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 414-419 |
| | 2 | 1 |
QBrush::QBrushName: | QBrush::QBrush | Prototype: | QBrush::QBrush(const QPixmap &pixmap) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 428-432 |
| | 2 | 1 |
QBrush::QBrushName: | QBrush::QBrush | Prototype: | QBrush::QBrush(const QImage &image) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 442-446 |
| | 2 | 1 |
QBrush::QBrushName: | QBrush::QBrush | Prototype: | QBrush::QBrush(Qt::BrushStyle style) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 454-462 |
| | 4 | 2 |
QBrush::QBrushName: | QBrush::QBrush | Prototype: | QBrush::QBrush(const QColor &color, Qt::BrushStyle style) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 470-478 |
| | 4 | 2 |
QBrush::QBrushName: | QBrush::QBrush | Prototype: | QBrush::QBrush(Qt::GlobalColor color, Qt::BrushStyle style) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 487-495 |
| | 4 | 2 |
QBrush::QBrushName: | QBrush::QBrush | Prototype: | QBrush::QBrush(const QColor &color, const QPixmap &pixmap) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 507-511 |
| | 2 | 1 |
QBrush::QBrushName: | QBrush::QBrush | Prototype: | QBrush::QBrush(Qt::GlobalColor color, const QPixmap &pixmap) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 523-527 |
| | 2 | 1 |
QBrush::QBrushName: | QBrush::QBrush | Prototype: | QBrush::QBrush(const QBrush &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 533-537 |
| | 1 | 1 |
QBrush::QBrushName: | QBrush::QBrush | Prototype: | QBrush::QBrush(const QGradient &gradient) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 546-561 |
| | 19 | 1 |
QBoxLayoutPrivate::setupGeomName: | QBoxLayoutPrivate::setupGeom | Prototype: | void QBoxLayoutPrivate::setupGeom() | Coverage: | 0.000% (0/83) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 248-390 |
| | 101 | 15 |
QBoxLayoutPrivate::setDirtyName: | QBoxLayoutPrivate::setDirty | Prototype: | void setDirty() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 93-98 |
| | 4 | 1 |
QBoxLayoutPrivate::replaceAtName: | QBoxLayoutPrivate::replaceAt | Prototype: | QLayoutItem* QBoxLayoutPrivate::replaceAt(int index, QLayoutItem *item) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 426-439 |
| | 10 | 3 |
QBoxLayoutPrivate::effectiveMarginsName: | QBoxLayoutPrivate::effectiveMargins | Prototype: | void QBoxLayoutPrivate::effectiveMargins(int *left, int *top, int *right, int *bottom) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 138-241 |
| | 12 | 5 |
QBoxLayoutPrivate::deleteAllName: | QBoxLayoutPrivate::deleteAll | Prototype: | inline void deleteAll() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 115-115 |
| | 1 | 2 |
QBoxLayoutPrivate::calcHfwName: | QBoxLayoutPrivate::calcHfw | Prototype: | void QBoxLayoutPrivate::calcHfw(int w) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 395-424 |
| | 21 | 4 |
QBoxLayoutPrivate::QBoxLayoutPrivateName: | QBoxLayoutPrivate::QBoxLayoutPrivate | Prototype: | QBoxLayoutPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 90-90 |
| | 1 | 1 |
QBoxLayoutItem::~QBoxLayoutItemName: | QBoxLayoutItem::~QBoxLayoutItem | Prototype: | ~QBoxLayoutItem() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 50-50 |
| | 1 | 1 |
QBoxLayoutItem::vStretchName: | QBoxLayoutItem::vStretch | Prototype: | int vStretch() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 73-79 |
| | 3 | 2 |
QBoxLayoutItem::mhfwName: | QBoxLayoutItem::mhfw | Prototype: | int mhfw(int w) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 59-65 |
| | 3 | 2 |
QBoxLayoutItem::hfwName: | QBoxLayoutItem::hfw | Prototype: | int hfw(int w) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 52-58 |
| | 3 | 2 |
QBoxLayoutItem::hStretchName: | QBoxLayoutItem::hStretch | Prototype: | int hStretch() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 66-72 |
| | 3 | 2 |
QBoxLayoutItem::QBoxLayoutItemName: | QBoxLayoutItem::QBoxLayoutItem | Prototype: | QBoxLayoutItem(QLayoutItem *it, int stretch_ = 0) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 48-49 |
| | 1 | 1 |
QBoxLayout::~QBoxLayoutName: | QBoxLayout::~QBoxLayout | Prototype: | QBoxLayout::~QBoxLayout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 561-565 |
| | 2 | 1 |
QBoxLayout::takeAtName: | QBoxLayout::takeAt | Prototype: | QLayoutItem *QBoxLayout::takeAt(int index) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 716-734 |
| | 12 | 4 |
QBoxLayout::stretchName: | QBoxLayout::stretch | Prototype: | int QBoxLayout::stretch(int index) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1162-1168 |
| | 4 | 2 |
QBoxLayout::spacingName: | QBoxLayout::spacing | Prototype: | int QBoxLayout::spacing() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 578-588 |
| | 6 | 2 |
QBoxLayout::sizeHintName: | QBoxLayout::sizeHint | Prototype: | QSize QBoxLayout::sizeHint() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 606-612 |
| | 4 | 2 |
QBoxLayout::setStretchFactorName: | QBoxLayout::setStretchFactor | Prototype: | bool QBoxLayout::setStretchFactor(QWidget *widget, int stretch) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1099-1113 |
| | 10 | 4 |
QBoxLayout::setStretchFactorName: | QBoxLayout::setStretchFactor | Prototype: | bool QBoxLayout::setStretchFactor(QLayout *layout, int stretch) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1122-1136 |
| | 9 | 4 |
QBoxLayout::setStretchName: | QBoxLayout::setStretch | Prototype: | void QBoxLayout::setStretch(int index, int stretch) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1144-1154 |
| | 6 | 3 |
QBoxLayout::setSpacingName: | QBoxLayout::setSpacing | Prototype: | void QBoxLayout::setSpacing(int spacing) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 596-601 |
| | 3 | 1 |
QBoxLayout::setGeometryName: | QBoxLayout::setGeometry | Prototype: | void QBoxLayout::setGeometry(const QRect &r) | Coverage: | 0.000% (0/52) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 751-818 |
| | 48 | 14 |
QBoxLayout::setDirectionName: | QBoxLayout::setDirection | Prototype: | void QBoxLayout::setDirection(Direction direction) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1173-1210 |
| | 21 | 8 |
QBoxLayout::minimumSizeName: | QBoxLayout::minimumSize | Prototype: | QSize QBoxLayout::minimumSize() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 617-623 |
| | 4 | 2 |
QBoxLayout::minimumHeightForWidthName: | QBoxLayout::minimumHeightForWidth | Prototype: | int QBoxLayout::minimumHeightForWidth(int w) const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 676-683 |
| | 5 | 1 |
QBoxLayout::maximumSizeName: | QBoxLayout::maximumSize | Prototype: | QSize QBoxLayout::maximumSize() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 628-641 |
| | 9 | 4 |
QBoxLayout::itemAtName: | QBoxLayout::itemAt | Prototype: | QLayoutItem *QBoxLayout::itemAt(int index) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 707-711 |
| | 2 | 1 |
QBoxLayout::invalidateName: | QBoxLayout::invalidate | Prototype: | void QBoxLayout::invalidate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 688-693 |
| | 3 | 1 |
QBoxLayout::insertWidgetName: | QBoxLayout::insertWidget | Prototype: | void QBoxLayout::insertWidget(int index, QWidget *widget, int stretch, Qt::Alignment alignment) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 970-997 |
| | 12 | 3 |
QBoxLayout::insertStretchName: | QBoxLayout::insertStretch | Prototype: | void QBoxLayout::insertStretch(int index, int stretch) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 889-905 |
| | 11 | 3 |
QBoxLayout::insertSpacingName: | QBoxLayout::insertSpacing | Prototype: | void QBoxLayout::insertSpacing(int index, int size) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 858-880 |
| | 11 | 3 |
QBoxLayout::insertSpacerItemName: | QBoxLayout::insertSpacerItem | Prototype: | void QBoxLayout::insertSpacerItem(int index, QSpacerItem *spacerItem) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 916-926 |
| | 7 | 2 |
QBoxLayout::insertLayoutName: | QBoxLayout::insertLayout | Prototype: | void QBoxLayout::insertLayout(int index, QLayout *layout, int stretch) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 936-948 |
| | 10 | 4 |
QBoxLayout::insertItemName: | QBoxLayout::insertItem | Prototype: | void QBoxLayout::insertItem(int index, QLayoutItem *item) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 838-847 |
| | 6 | 2 |
QBoxLayout::heightForWidthName: | QBoxLayout::heightForWidth | Prototype: | int QBoxLayout::heightForWidth(int w) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 657-671 |
| | 9 | 3 |
QBoxLayout::hasHeightForWidthName: | QBoxLayout::hasHeightForWidth | Prototype: | bool QBoxLayout::hasHeightForWidth() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 646-652 |
| | 4 | 2 |
QBoxLayout::expandingDirectionsName: | QBoxLayout::expandingDirections | Prototype: | Qt::Orientations QBoxLayout::expandingDirections() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 740-746 |
| | 4 | 2 |
QBoxLayout::directionName: | QBoxLayout::direction | Prototype: | QBoxLayout::Direction QBoxLayout::direction() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1221-1225 |
| | 2 | 1 |
QBoxLayout::countName: | QBoxLayout::count | Prototype: | int QBoxLayout::count() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 698-702 |
| | 2 | 1 |
QBoxLayout::addWidgetName: | QBoxLayout::addWidget | Prototype: | void QBoxLayout::addWidget(QWidget *widget, int stretch, Qt::Alignment alignment) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1054-1057 |
| | 1 | 1 |
QBoxLayout::addStrutName: | QBoxLayout::addStrut | Prototype: | void QBoxLayout::addStrut(int size) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1077-1090 |
| | 9 | 2 |
QBoxLayout::addStretchName: | QBoxLayout::addStretch | Prototype: | void QBoxLayout::addStretch(int stretch) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1017-1020 |
| | 1 | 1 |
QBoxLayout::addSpacingName: | QBoxLayout::addSpacing | Prototype: | void QBoxLayout::addSpacing(int size) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1006-1009 |
| | 1 | 1 |
QBoxLayout::addSpacerItemName: | QBoxLayout::addSpacerItem | Prototype: | void QBoxLayout::addSpacerItem(QSpacerItem *spacerItem) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1029-1032 |
| | 1 | 1 |
QBoxLayout::addLayoutName: | QBoxLayout::addLayout | Prototype: | void QBoxLayout::addLayout(QLayout *layout, int stretch) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1065-1068 |
| | 1 | 1 |
QBoxLayout::addItemName: | QBoxLayout::addItem | Prototype: | void QBoxLayout::addItem(QLayoutItem *item) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 823-829 |
| | 4 | 1 |
QBoxLayout::QBoxLayoutName: | QBoxLayout::QBoxLayout | Prototype: | QBoxLayout::QBoxLayout(Direction dir, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 547-552 |
| | 2 | 1 |
QBooleanComboBox::valueName: | QBooleanComboBox::value | Prototype: | bool QBooleanComboBox::value() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 596-599 |
| | 1 | 1 |
QBooleanComboBox::setValueName: | QBooleanComboBox::setValue | Prototype: | void QBooleanComboBox::setValue(bool value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 591-594 |
| | 1 | 1 |
QBooleanComboBox::QBooleanComboBoxName: | QBooleanComboBox::QBooleanComboBox | Prototype: | QBooleanComboBox::QBooleanComboBox(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 584-589 |
| | 2 | 1 |
QBoolToType::operator()Name: | QBoolToType::operator() | Prototype: | inline bool operator()() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | Lines: | 309-312 |
| | 1 | 1 |
QBmpHandler::writeName: | QBmpHandler::write | Prototype: | bool QBmpHandler::write(const QImage &img) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 788-847 |
| | 32 | 13 |
QBmpHandler::supportsOptionName: | QBmpHandler::supportsOption | Prototype: | bool QBmpHandler::supportsOption(ImageOption option) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 849-853 |
| | 2 | 1 |
QBmpHandler::setOptionName: | QBmpHandler::setOption | Prototype: | void QBmpHandler::setOption(ImageOption option, const QVariant &value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 887-891 |
| | 2 | 1 |
QBmpHandler::readHeaderName: | QBmpHandler::readHeader | Prototype: | bool QBmpHandler::readHeader() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 706-727 |
| | 11 | 3 |
QBmpHandler::readName: | QBmpHandler::read | Prototype: | bool QBmpHandler::read(QImage *image) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 756-786 |
| | 18 | 5 |
QBmpHandler::optionName: | QBmpHandler::option | Prototype: | QVariant QBmpHandler::option(ImageOption option) const | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 855-885 |
| | 20 | 13 |
QBmpHandler::nameName: | QBmpHandler::name | Prototype: | QByteArray QBmpHandler::name() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 893-896 |
| | 1 | 1 |
QBmpHandler::formatNameName: | QBmpHandler::formatName | Prototype: | QByteArray QBmpHandler::formatName() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 701-704 |
| | 1 | 1 |
QBmpHandler::canReadName: | QBmpHandler::canRead | Prototype: | bool QBmpHandler::canRead() const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 729-740 |
| | 6 | 3 |
QBmpHandler::canReadName: | QBmpHandler::canRead | Prototype: | bool QBmpHandler::canRead(QIODevice *device) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 742-754 |
| | 7 | 3 |
QBmpHandler::QBmpHandlerName: | QBmpHandler::QBmpHandler | Prototype: | QBmpHandler::QBmpHandler(InternalFormat fmt) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 696-699 |
| | 2 | 1 |
QBlitterPaintEnginePrivate::updateTransformStateName: | QBlitterPaintEnginePrivate::updateTransformState | Prototype: | void QBlitterPaintEnginePrivate::updateTransformState(QPainterState *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 334-346 |
| | 5 | 1 |
QBlitterPaintEnginePrivate::updateRenderHintsStateName: | QBlitterPaintEnginePrivate::updateRenderHintsState | Prototype: | void QBlitterPaintEnginePrivate::updateRenderHintsState(QPainterState *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 328-332 |
| | 2 | 1 |
QBlitterPaintEnginePrivate::updatePenStateName: | QBlitterPaintEnginePrivate::updatePenState | Prototype: | void QBlitterPaintEnginePrivate::updatePenState(QPainterState *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 300-303 |
| | 1 | 1 |
QBlitterPaintEnginePrivate::updateOpacityStateName: | QBlitterPaintEnginePrivate::updateOpacityState | Prototype: | void QBlitterPaintEnginePrivate::updateOpacityState(QPainterState *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 314-318 |
| | 2 | 1 |
QBlitterPaintEnginePrivate::updateCompositionModeStateName: | QBlitterPaintEnginePrivate::updateCompositionModeState | Prototype: | void QBlitterPaintEnginePrivate::updateCompositionModeState(QPainterState *s) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 320-326 |
| | 3 | 1 |
QBlitterPaintEnginePrivate::updateCompleteStateName: | QBlitterPaintEnginePrivate::updateCompleteState | Prototype: | void QBlitterPaintEnginePrivate::updateCompleteState(QPainterState *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 289-298 |
| | 7 | 1 |
QBlitterPaintEnginePrivate::updateClipStateName: | QBlitterPaintEnginePrivate::updateClipState | Prototype: | void QBlitterPaintEnginePrivate::updateClipState(QPainterState *) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 348-353 |
| | 3 | 1 |
QBlitterPaintEnginePrivate::updateBrushStateName: | QBlitterPaintEnginePrivate::updateBrushState | Prototype: | void QBlitterPaintEnginePrivate::updateBrushState(QPainterState *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 305-312 |
| | 4 | 1 |
QBlitterPaintEnginePrivate::unlockName: | QBlitterPaintEnginePrivate::unlock | Prototype: | inline void QBlitterPaintEnginePrivate::unlock() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 283-286 |
| | 1 | 1 |
QBlitterPaintEnginePrivate::lockName: | QBlitterPaintEnginePrivate::lock | Prototype: | inline void QBlitterPaintEnginePrivate::lock() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 277-281 |
| | 2 | 2 |
QBlitterPaintEnginePrivate::fillRectName: | QBlitterPaintEnginePrivate::fillRect | Prototype: | void QBlitterPaintEnginePrivate::fillRect(const QRectF &rect, const QColor &color, bool alpha) | Coverage: | 0.000% (0/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 355-401 |
| | 33 | 12 |