Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QBlitterPaintEngine::drawEllipseName: | QBlitterPaintEngine::drawEllipse | Prototype: | void QBlitterPaintEngine::drawEllipse(const QRectF &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 737-743 |
| | 4 | 1 |
QBlitterPaintEngine::drawImageName: | QBlitterPaintEngine::drawImage | Prototype: | void QBlitterPaintEngine::drawImage(const QPointF &pos, const QImage &image) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 745-748 |
| | 1 | 1 |
QBlitterPaintEngine::drawImageName: | QBlitterPaintEngine::drawImage | Prototype: | void QBlitterPaintEngine::drawImage(const QRectF &r, const QImage &pm, const QRectF &sr, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 750-757 |
| | 4 | 1 |
QBlitterPaintEngine::drawPixmapName: | QBlitterPaintEngine::drawPixmap | Prototype: | void QBlitterPaintEngine::drawPixmap(const QPointF &pos, const QPixmap &pm) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 667-670 |
| | 1 | 1 |
QBlitterPaintEngine::drawPixmapName: | QBlitterPaintEngine::drawPixmap | Prototype: | void QBlitterPaintEngine::drawPixmap(const QRectF &r, const QPixmap &pm, const QRectF &sr) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 672-702 |
| | 21 | 7 |
QBlitterPaintEngine::drawPointsName: | QBlitterPaintEngine::drawPoints | Prototype: | void QBlitterPaintEngine::drawPoints(const QPointF *points, int pointCount) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 775-781 |
| | 4 | 1 |
QBlitterPaintEngine::drawPointsName: | QBlitterPaintEngine::drawPoints | Prototype: | void QBlitterPaintEngine::drawPoints(const QPoint *points, int pointCount) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 783-789 |
| | 4 | 1 |
QBlitterPaintEngine::drawPolygonName: | QBlitterPaintEngine::drawPolygon | Prototype: | void QBlitterPaintEngine::drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 705-711 |
| | 4 | 1 |
QBlitterPaintEngine::drawPolygonName: | QBlitterPaintEngine::drawPolygon | Prototype: | void QBlitterPaintEngine::drawPolygon(const QPoint *points, int pointCount, PolygonDrawMode mode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 713-719 |
| | 4 | 1 |
QBlitterPaintEngine::drawRectsName: | QBlitterPaintEngine::drawRects | Prototype: | void QBlitterPaintEngine::drawRects(const QRect *rects, int rectCount) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 643-653 |
| | 6 | 3 |
QBlitterPaintEngine::drawRectsName: | QBlitterPaintEngine::drawRects | Prototype: | void QBlitterPaintEngine::drawRects(const QRectF *rects, int rectCount) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 655-665 |
| | 6 | 3 |
QBlitterPaintEngine::drawStaticTextItemName: | QBlitterPaintEngine::drawStaticTextItem | Prototype: | void QBlitterPaintEngine::drawStaticTextItem(QStaticTextItem *sti) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 799-809 |
| | 3 | 1 |
QBlitterPaintEngine::drawTextItemName: | QBlitterPaintEngine::drawTextItem | Prototype: | void QBlitterPaintEngine::drawTextItem(const QPointF &pos, const QTextItem &ti) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 767-773 |
| | 4 | 1 |
QBlitterPaintEngine::drawTiledPixmapName: | QBlitterPaintEngine::drawTiledPixmap | Prototype: | void QBlitterPaintEngine::drawTiledPixmap(const QRectF &r, const QPixmap &pm, const QPointF &sr) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 759-765 |
| | 4 | 1 |
QBlitterPaintEngine::endName: | QBlitterPaintEngine::end | Prototype: | bool QBlitterPaintEngine::end() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 517-525 |
| | 1 | 1 |
QBlitterPaintEngine::fillName: | QBlitterPaintEngine::fill | Prototype: | void QBlitterPaintEngine::fill(const QVectorPath &path, const QBrush &brush) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 536-547 |
| | 7 | 2 |
QBlitterPaintEngine::fillPathName: | QBlitterPaintEngine::fillPath | Prototype: | void QBlitterPaintEngine::fillPath(const QPainterPath &path, QSpanData *fillData) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 721-727 |
| | 4 | 1 |
QBlitterPaintEngine::fillPolygonName: | QBlitterPaintEngine::fillPolygon | Prototype: | void QBlitterPaintEngine::fillPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 729-735 |
| | 4 | 1 |
QBlitterPaintEngine::fillRectName: | QBlitterPaintEngine::fillRect | Prototype: | void QBlitterPaintEngine::fillRect(const QRectF &rect, const QColor &color) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 549-561 |
| | 8 | 3 |
QBlitterPaintEngine::fillRectName: | QBlitterPaintEngine::fillRect | Prototype: | void QBlitterPaintEngine::fillRect(const QRectF &rect, const QBrush &brush) | Coverage: | 0.000% (0/63) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 563-641 |
| | 66 | 17 |
QBlitterPaintEngine::opacityChangedName: | QBlitterPaintEngine::opacityChanged | Prototype: | void QBlitterPaintEngine::opacityChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 467-473 |
| | 3 | 1 |
QBlitterPaintEngine::penChangedName: | QBlitterPaintEngine::penChanged | Prototype: | void QBlitterPaintEngine::penChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 451-457 |
| | 3 | 1 |
QBlitterPaintEngine::renderHintsChangedName: | QBlitterPaintEngine::renderHintsChanged | Prototype: | void QBlitterPaintEngine::renderHintsChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 483-489 |
| | 3 | 1 |
QBlitterPaintEngine::setStateName: | QBlitterPaintEngine::setState | Prototype: | void QBlitterPaintEngine::setState(QPainterState *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 527-533 |
| | 3 | 1 |
QBlitterPaintEngine::strokeName: | QBlitterPaintEngine::stroke | Prototype: | void QBlitterPaintEngine::stroke(const QVectorPath &path, const QPen &pen) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 791-797 |
| | 4 | 1 |
QBlitterPaintEngine::transformChangedName: | QBlitterPaintEngine::transformChanged | Prototype: | void QBlitterPaintEngine::transformChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 491-497 |
| | 3 | 1 |
QBlitterPaintEnginePrivate::QBlitterPaintEnginePrivateName: | QBlitterPaintEnginePrivate::QBlitterPaintEnginePrivate | Prototype: | QBlitterPaintEnginePrivate(QBlittablePlatformPixmap *p) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 254-260 |
| | 1 | 1 |
QBlitterPaintEnginePrivate::clipAndDrawPixmapName: | QBlitterPaintEnginePrivate::clipAndDrawPixmap | Prototype: | void QBlitterPaintEnginePrivate::clipAndDrawPixmap(const QRectF &clip, const QRectF &target, const QPixmap &pm, const QRectF &sr, bool opacity) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 409-444 |
| | 23 | 5 |
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: | 361-407 |
| | 33 | 12 |
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: | 283-287 |
| | 2 | 2 |
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: | 289-292 |
| | 1 | 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: | 311-318 |
| | 4 | 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: | 354-359 |
| | 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: | 295-304 |
| | 7 | 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: | 326-332 |
| | 3 | 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: | 320-324 |
| | 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: | 306-309 |
| | 1 | 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: | 334-338 |
| | 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: | 340-352 |
| | 5 | 1 |
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: | 702-705 |
| | 2 | 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: | 735-746 |
| | 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: | 748-760 |
| | 7 | 3 |
QBmpHandler::formatNameName: | QBmpHandler::formatName | Prototype: | QByteArray QBmpHandler::formatName() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 707-710 |
| | 1 | 1 |
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: | 899-902 |
| | 1 | 1 |
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: | 861-891 |
| | 20 | 13 |
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: | 762-792 |
| | 18 | 5 |
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: | 712-733 |
| | 11 | 3 |
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: | 893-897 |
| | 2 | 1 |
QBmpHandler::supportsOptionName: | QBmpHandler::supportsOption | Prototype: | bool QBmpHandler::supportsOption(ImageOption option) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 855-859 |
| | 2 | 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: | 794-853 |
| | 32 | 13 |
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: | 315-318 |
| | 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: | 591-596 |
| | 2 | 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: | 598-601 |
| | 1 | 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: | 603-606 |
| | 1 | 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: | 553-558 |
| | 2 | 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: | 829-835 |
| | 4 | 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: | 1071-1074 |
| | 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: | 1035-1038 |
| | 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: | 1012-1015 |
| | 1 | 1 |
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: | 1023-1026 |
| | 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: | 1083-1096 |
| | 9 | 2 |
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: | 1060-1063 |
| | 1 | 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: | 704-708 |
| | 2 | 1 |
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: | 1227-1231 |
| | 2 | 1 |
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: | 746-752 |
| | 4 | 2 |
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: | 652-658 |
| | 4 | 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: | 663-677 |
| | 9 | 3 |
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: | 844-853 |
| | 6 | 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: | 942-954 |
| | 10 | 4 |
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: | 922-932 |
| | 7 | 2 |
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: | 864-886 |
| | 11 | 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: | 895-911 |
| | 11 | 3 |
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: | 976-1003 |
| | 12 | 3 |
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: | 694-699 |
| | 3 | 1 |
QBoxLayout::itemAtName: | QBoxLayout::itemAt | Prototype: | QLayoutItem *QBoxLayout::itemAt(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 713-717 |
| | 2 | 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: | 634-647 |
| | 9 | 4 |
QBoxLayout::minimumHeightForWidthName: | QBoxLayout::minimumHeightForWidth | Prototype: | int QBoxLayout::minimumHeightForWidth(int w) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 682-689 |
| | 5 | 1 |
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: | 623-629 |
| | 4 | 2 |
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: | 1179-1216 |
| | 21 | 8 |
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: | 757-824 |
| | 48 | 14 |
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: | 602-607 |
| | 3 | 1 |
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: | 1150-1160 |
| | 6 | 3 |
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: | 1105-1119 |
| | 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: | 1128-1142 |
| | 9 | 4 |
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: | 612-618 |
| | 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: | 584-594 |
| | 6 | 2 |
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: | 1168-1174 |
| | 4 | 2 |
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: | 722-740 |
| | 12 | 4 |
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: | 567-571 |
| | 2 | 1 |
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: | 54-55 |
| | 1 | 1 |
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: | 72-78 |
| | 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: | 58-64 |
| | 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: | 65-71 |
| | 3 | 2 |
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: | 79-85 |
| | 3 | 2 |
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: | 56-56 |
| | 1 | 1 |
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: | 96-96 |
| | 1 | 1 |
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: | 401-430 |
| | 21 | 4 |
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: | 121-121 |
| | 1 | 2 |
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: | 144-247 |
| | 12 | 5 |
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: | 432-445 |
| | 10 | 3 |