| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGridLayout::addWidget| Name: | QGridLayout::addWidget | | Prototype: | void QGridLayout::addWidget(QWidget *widget, int row, int column, Qt::Alignment alignment) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1439-1453 |
| | 11 | 3 |
QGridLayout::addWidget| Name: | QGridLayout::addWidget | | Prototype: | void QGridLayout::addWidget(QWidget *widget, int fromRow, int fromColumn, int rowSpan, int columnSpan, Qt::Alignment alignment) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1467-1480 |
| | 10 | 2 |
QGridLayout::addLayout| Name: | QGridLayout::addLayout | | Prototype: | void QGridLayout::addLayout(QLayout *layout, int row, int column, Qt::Alignment alignment) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1503-1513 |
| | 8 | 3 |
QGridLayout::addLayout| Name: | QGridLayout::addLayout | | Prototype: | void QGridLayout::addLayout(QLayout *layout, int row, int column, int rowSpan, int columnSpan, Qt::Alignment alignment) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1524-1535 |
| | 8 | 3 |
QGridLayout::addItem| Name: | QGridLayout::addItem | | Prototype: | void QGridLayout::addItem(QLayoutItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1404-1410 |
| | 4 | 1 |
QGridLayout::addItem| Name: | QGridLayout::addItem | | Prototype: | void QGridLayout::addItem(QLayoutItem *item, int row, int column, int rowSpan, int columnSpan, Qt::Alignment alignment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1422-1429 |
| | 5 | 1 |
QGridLayout::QGridLayout| Name: | QGridLayout::QGridLayout | | Prototype: | QGridLayout::QGridLayout(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1073-1078 |
| | 2 | 1 |
QGridLayout::QGridLayout| Name: | QGridLayout::QGridLayout | | Prototype: | QGridLayout::QGridLayout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1087-1092 |
| | 2 | 1 |
QGridBox::~QGridBox| Name: | QGridBox::~QGridBox | | Prototype: | ~QGridBox() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 71-71 |
| | 1 | 1 |
QGridBox::vStretch| Name: | QGridBox::vStretch | | Prototype: | int vStretch() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 91-92 |
| | 2 | 1 |
QGridBox::toRow| Name: | QGridBox::toRow | | Prototype: | inline int toRow(int rr) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 98-98 |
| | 1 | 1 |
QGridBox::toCol| Name: | QGridBox::toCol | | Prototype: | inline int toCol(int cc) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 99-99 |
| | 1 | 1 |
QGridBox::takeItem| Name: | QGridBox::takeItem | | Prototype: | QLayoutItem *takeItem() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 87-87 |
| | 1 | 1 |
QGridBox::sizeHint| Name: | QGridBox::sizeHint | | Prototype: | QSize sizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 73-73 |
| | 1 | 1 |
QGridBox::setItem| Name: | QGridBox::setItem | | Prototype: | void setItem(QLayoutItem *newitem) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 86-86 |
| | 1 | 1 |
QGridBox::setGeometry| Name: | QGridBox::setGeometry | | Prototype: | void setGeometry(const QRect &r) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 83-83 |
| | 1 | 1 |
QGridBox::setAlignment| Name: | QGridBox::setAlignment | | Prototype: | void setAlignment(Qt::Alignment a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 82-82 |
| | 1 | 1 |
QGridBox::minimumSize| Name: | QGridBox::minimumSize | | Prototype: | QSize minimumSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 74-74 |
| | 1 | 1 |
QGridBox::maximumSize| Name: | QGridBox::maximumSize | | Prototype: | QSize maximumSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 75-75 |
| | 1 | 1 |
QGridBox::item| Name: | QGridBox::item | | Prototype: | QLayoutItem *item() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 85-85 |
| | 1 | 1 |
QGridBox::isEmpty| Name: | QGridBox::isEmpty | | Prototype: | bool isEmpty() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 77-77 |
| | 1 | 1 |
QGridBox::heightForWidth| Name: | QGridBox::heightForWidth | | Prototype: | int heightForWidth(int w) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 80-80 |
| | 1 | 1 |
QGridBox::hasHeightForWidth| Name: | QGridBox::hasHeightForWidth | | Prototype: | bool hasHeightForWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 79-79 |
| | 1 | 1 |
QGridBox::hStretch| Name: | QGridBox::hStretch | | Prototype: | int hStretch() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 89-90 |
| | 2 | 1 |
QGridBox::expandingDirections| Name: | QGridBox::expandingDirections | | Prototype: | Qt::Orientations expandingDirections() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 76-76 |
| | 1 | 1 |
QGridBox::alignment| Name: | QGridBox::alignment | | Prototype: | Qt::Alignment alignment() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 84-84 |
| | 1 | 1 |
QGridBox::QGridBox| Name: | QGridBox::QGridBox | | Prototype: | QGridBox(QLayoutItem *lit) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 68-68 |
| | 1 | 1 |
QGridBox::QGridBox| Name: | QGridBox::QGridBox | | Prototype: | QGridBox(const QLayout *l, QWidget *wid) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 70-70 |
| | 1 | 1 |
QGraphicsWidgetStyles::styleForWidget| Name: | QGraphicsWidgetStyles::styleForWidget | | Prototype: | QStyle *styleForWidget(const QGraphicsWidget *widget) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 207-211 |
| | 2 | 1 |
QGraphicsWidgetStyles::setStyleForWidget| Name: | QGraphicsWidgetStyles::setStyleForWidget | | Prototype: | void setStyleForWidget(QGraphicsWidget *widget, QStyle *style) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 213-220 |
| | 4 | 2 |
QGraphicsWidgetPrivate::~QGraphicsWidgetPrivate| Name: | QGraphicsWidgetPrivate::~QGraphicsWidgetPrivate | | Prototype: | QGraphicsWidgetPrivate::~QGraphicsWidgetPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 114-120 |
| | 3 | 1 |
QGraphicsWidgetPrivate::windowFrameMouseReleaseEvent| Name: | QGraphicsWidgetPrivate::windowFrameMouseReleaseEvent | | Prototype: | void QGraphicsWidgetPrivate::windowFrameMouseReleaseEvent(QGraphicsSceneMouseEvent *event) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 365-394 |
| | 22 | 6 |
QGraphicsWidgetPrivate::windowFrameMousePressEvent| Name: | QGraphicsWidgetPrivate::windowFrameMousePressEvent | | Prototype: | void QGraphicsWidgetPrivate::windowFrameMousePressEvent(QGraphicsSceneMouseEvent *event) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 396-412 |
| | 12 | 3 |
QGraphicsWidgetPrivate::windowFrameMouseMoveEvent| Name: | QGraphicsWidgetPrivate::windowFrameMouseMoveEvent | | Prototype: | void QGraphicsWidgetPrivate::windowFrameMouseMoveEvent(QGraphicsSceneMouseEvent *event) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 585-653 |
| | 51 | 13 |
QGraphicsWidgetPrivate::windowFrameHoverMoveEvent| Name: | QGraphicsWidgetPrivate::windowFrameHoverMoveEvent | | Prototype: | void QGraphicsWidgetPrivate::windowFrameHoverMoveEvent(QGraphicsSceneHoverEvent *event) | | Coverage: | 0.000% (0/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 655-737 |
| | 50 | 21 |
QGraphicsWidgetPrivate::windowFrameHoverLeaveEvent| Name: | QGraphicsWidgetPrivate::windowFrameHoverLeaveEvent | | Prototype: | void QGraphicsWidgetPrivate::windowFrameHoverLeaveEvent(QGraphicsSceneHoverEvent *event) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 739-763 |
| | 14 | 4 |
QGraphicsWidgetPrivate::width| Name: | QGraphicsWidgetPrivate::width | | Prototype: | qreal QGraphicsWidgetPrivate::width() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 841-845 |
| | 2 | 1 |
QGraphicsWidgetPrivate::updatePalette| Name: | QGraphicsWidgetPrivate::updatePalette | | Prototype: | void QGraphicsWidgetPrivate::updatePalette(const QPalette &palette) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 179-205 |
| | 14 | 5 |
QGraphicsWidgetPrivate::updateFont| Name: | QGraphicsWidgetPrivate::updateFont | | Prototype: | void QGraphicsWidgetPrivate::updateFont(const QFont &font) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 277-305 |
| | 16 | 6 |
QGraphicsWidgetPrivate::titleBarHeight| Name: | QGraphicsWidgetPrivate::titleBarHeight | | Prototype: | qreal QGraphicsWidgetPrivate::titleBarHeight(const QStyleOptionTitleBar &options) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 85-90 |
| | 3 | 1 |
QGraphicsWidgetPrivate::setWidth| Name: | QGraphicsWidgetPrivate::setWidth | | Prototype: | void QGraphicsWidgetPrivate::setWidth(qreal w) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 847-856 |
| | 6 | 3 |
QGraphicsWidgetPrivate::setPalette_helper| Name: | QGraphicsWidgetPrivate::setPalette_helper | | Prototype: | void QGraphicsWidgetPrivate::setPalette_helper(const QPalette &palette) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 164-169 |
| | 3 | 2 |
QGraphicsWidgetPrivate::setLayout_helper| Name: | QGraphicsWidgetPrivate::setLayout_helper | | Prototype: | void QGraphicsWidgetPrivate::setLayout_helper(QGraphicsLayout *l) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 831-839 |
| | 5 | 2 |
QGraphicsWidgetPrivate::setLayoutDirection_helper| Name: | QGraphicsWidgetPrivate::setLayoutDirection_helper | | Prototype: | void QGraphicsWidgetPrivate::setLayoutDirection_helper(Qt::LayoutDirection direction) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 207-227 |
| | 12 | 5 |
QGraphicsWidgetPrivate::setHeight| Name: | QGraphicsWidgetPrivate::setHeight | | Prototype: | void QGraphicsWidgetPrivate::setHeight(qreal h) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 870-879 |
| | 6 | 3 |
QGraphicsWidgetPrivate::setGeometryFromSetPos| Name: | QGraphicsWidgetPrivate::setGeometryFromSetPos | | Prototype: | void QGraphicsWidgetPrivate::setGeometryFromSetPos() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 887-897 |
| | 6 | 2 |
QGraphicsWidgetPrivate::setFont_helper| Name: | QGraphicsWidgetPrivate::setFont_helper | | Prototype: | void QGraphicsWidgetPrivate::setFont_helper(const QFont &font) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 259-264 |
| | 3 | 2 |
QGraphicsWidgetPrivate::resolvePalette| Name: | QGraphicsWidgetPrivate::resolvePalette | | Prototype: | void QGraphicsWidgetPrivate::resolvePalette(uint inheritedMask) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 171-177 |
| | 4 | 1 |
QGraphicsWidgetPrivate::resolveLayoutDirection| Name: | QGraphicsWidgetPrivate::resolveLayoutDirection | | Prototype: | void QGraphicsWidgetPrivate::resolveLayoutDirection() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 229-244 |
| | 8 | 4 |
QGraphicsWidgetPrivate::resolveFont| Name: | QGraphicsWidgetPrivate::resolveFont | | Prototype: | void QGraphicsWidgetPrivate::resolveFont(uint inheritedMask) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 266-275 |
| | 7 | 2 |
QGraphicsWidgetPrivate::resetWidth| Name: | QGraphicsWidgetPrivate::resetWidth | | Prototype: | void QGraphicsWidgetPrivate::resetWidth() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 858-862 |
| | 2 | 1 |
QGraphicsWidgetPrivate::resetHeight| Name: | QGraphicsWidgetPrivate::resetHeight | | Prototype: | void QGraphicsWidgetPrivate::resetHeight() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 881-885 |
| | 2 | 1 |
QGraphicsWidgetPrivate::naturalWidgetPalette| Name: | QGraphicsWidgetPrivate::naturalWidgetPalette | | Prototype: | QPalette QGraphicsWidgetPrivate::naturalWidgetPalette() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 246-257 |
| | 8 | 3 |
QGraphicsWidgetPrivate::naturalWidgetFont| Name: | QGraphicsWidgetPrivate::naturalWidgetFont | | Prototype: | QFont QGraphicsWidgetPrivate::naturalWidgetFont() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 307-318 |
| | 8 | 3 |
QGraphicsWidgetPrivate::initStyleOptionTitleBar| Name: | QGraphicsWidgetPrivate::initStyleOptionTitleBar | | Prototype: | void QGraphicsWidgetPrivate::initStyleOptionTitleBar(QStyleOptionTitleBar *option) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 320-341 |
| | 17 | 2 |
QGraphicsWidgetPrivate::init| Name: | QGraphicsWidgetPrivate::init | | Prototype: | void QGraphicsWidgetPrivate::init(QGraphicsItem *parentItem, Qt::WindowFlags wFlags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 61-83 |
| | 16 | 2 |
QGraphicsWidgetPrivate::height| Name: | QGraphicsWidgetPrivate::height | | Prototype: | qreal QGraphicsWidgetPrivate::height() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 864-868 |
| | 2 | 1 |
QGraphicsWidgetPrivate::hasDecoration| Name: | QGraphicsWidgetPrivate::hasDecoration | | Prototype: | bool QGraphicsWidgetPrivate::hasDecoration() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 765-768 |
| | 1 | 1 |
QGraphicsWidgetPrivate::fixFocusChainBeforeReparenting| Name: | QGraphicsWidgetPrivate::fixFocusChainBeforeReparenting | | Prototype: | void QGraphicsWidgetPrivate::fixFocusChainBeforeReparenting(QGraphicsWidget *newParent, QGraphicsScene *oldScene, QGraphicsScene *newScene) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 773-829 |
| | 30 | 8 |
QGraphicsWidgetPrivate::ensureWindowFrameMargins| Name: | QGraphicsWidgetPrivate::ensureWindowFrameMargins | | Prototype: | void QGraphicsWidgetPrivate::ensureWindowFrameMargins() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 143-150 |
| | 4 | 3 |
QGraphicsWidgetPrivate::ensureWindowData| Name: | QGraphicsWidgetPrivate::ensureWindowData | | Prototype: | void QGraphicsWidgetPrivate::ensureWindowData() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 158-162 |
| | 2 | 2 |
QGraphicsWidgetPrivate::ensureMargins| Name: | QGraphicsWidgetPrivate::ensureMargins | | Prototype: | void QGraphicsWidgetPrivate::ensureMargins() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 128-135 |
| | 4 | 3 |
QGraphicsWidgetPrivate::adjustWindowFlags| Name: | QGraphicsWidgetPrivate::adjustWindowFlags | | Prototype: | void QGraphicsWidgetPrivate::adjustWindowFlags(Qt::WindowFlags *flags) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 343-363 |
| | 16 | 5 |
QGraphicsWidgetPrivate::QGraphicsWidgetPrivate| Name: | QGraphicsWidgetPrivate::QGraphicsWidgetPrivate | | Prototype: | QGraphicsWidgetPrivate::QGraphicsWidgetPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 95-112 |
| | 2 | 1 |
QGraphicsWidget::~QGraphicsWidget| Name: | QGraphicsWidget::~QGraphicsWidget | | Prototype: | QGraphicsWidget::~QGraphicsWidget() | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 231-282 |
| | 26 | 8 |
QGraphicsWidget::windowType| Name: | QGraphicsWidget::windowType | | Prototype: | Qt::WindowType QGraphicsWidget::windowType() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1744-1747 |
| | 1 | 1 |
QGraphicsWidget::windowTitle| Name: | QGraphicsWidget::windowTitle | | Prototype: | QString QGraphicsWidget::windowTitle() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1830-1834 |
| | 2 | 1 |
QGraphicsWidget::windowFrameSectionAt| Name: | QGraphicsWidget::windowFrameSectionAt | | Prototype: | Qt::WindowFrameSection QGraphicsWidget::windowFrameSectionAt(const QPointF &pos) const | | Coverage: | 0.000% (0/58) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1304-1354 |
| | 39 | 14 |
QGraphicsWidget::windowFrameRect| Name: | QGraphicsWidget::windowFrameRect | | Prototype: | QRectF QGraphicsWidget::windowFrameRect() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 639-646 |
| | 5 | 1 |
QGraphicsWidget::windowFrameGeometry| Name: | QGraphicsWidget::windowFrameGeometry | | Prototype: | QRectF QGraphicsWidget::windowFrameGeometry() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 625-632 |
| | 5 | 1 |
QGraphicsWidget::windowFrameEvent| Name: | QGraphicsWidget::windowFrameEvent | | Prototype: | bool QGraphicsWidget::windowFrameEvent(QEvent *event) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1257-1284 |
| | 17 | 8 |
QGraphicsWidget::windowFlags| Name: | QGraphicsWidget::windowFlags | | Prototype: | Qt::WindowFlags QGraphicsWidget::windowFlags() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1766-1770 |
| | 2 | 1 |
QGraphicsWidget::updateGeometry| Name: | QGraphicsWidget::updateGeometry | | Prototype: | void QGraphicsWidget::updateGeometry() | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1079-1111 |
| | 16 | 7 |
QGraphicsWidget::unsetWindowFrameMargins| Name: | QGraphicsWidget::unsetWindowFrameMargins | | Prototype: | void QGraphicsWidget::unsetWindowFrameMargins() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 602-617 |
| | 11 | 2 |
QGraphicsWidget::unsetLayoutDirection| Name: | QGraphicsWidget::unsetLayoutDirection | | Prototype: | void QGraphicsWidget::unsetLayoutDirection() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 915-920 |
| | 3 | 1 |
QGraphicsWidget::ungrabMouseEvent| Name: | QGraphicsWidget::ungrabMouseEvent | | Prototype: | void QGraphicsWidget::ungrabMouseEvent(QEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1712-1715 |
| | 1 | 1 |
QGraphicsWidget::ungrabKeyboardEvent| Name: | QGraphicsWidget::ungrabKeyboardEvent | | Prototype: | void QGraphicsWidget::ungrabKeyboardEvent(QEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1734-1737 |
| | 1 | 1 |
QGraphicsWidget::type| Name: | QGraphicsWidget::type | | Prototype: | int QGraphicsWidget::type() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2234-2237 |
| | 1 | 1 |
QGraphicsWidget::testAttribute| Name: | QGraphicsWidget::testAttribute | | Prototype: | bool QGraphicsWidget::testAttribute(Qt::WidgetAttribute attribute) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2225-2229 |
| | 2 | 1 |
QGraphicsWidget::style| Name: | QGraphicsWidget::style | | Prototype: | QStyle *QGraphicsWidget::style() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 930-936 |
| | 3 | 2 |
QGraphicsWidget::sizeHint| Name: | QGraphicsWidget::sizeHint | | Prototype: | QSizeF QGraphicsWidget::sizeHint(Qt::SizeHint which, const QSizeF &constraint) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 749-778 |
| | 19 | 7 |
QGraphicsWidget::size| Name: | QGraphicsWidget::size | | Prototype: | QSizeF QGraphicsWidget::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 307-310 |
| | 1 | 1 |
QGraphicsWidget::showEvent| Name: | QGraphicsWidget::showEvent | | Prototype: | void QGraphicsWidget::showEvent(QShowEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1674-1677 |
| | 1 | 1 |
QGraphicsWidget::shape| Name: | QGraphicsWidget::shape | | Prototype: | QPainterPath QGraphicsWidget::shape() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2366-2371 |
| | 3 | 1 |
QGraphicsWidget::setWindowTitle| Name: | QGraphicsWidget::setWindowTitle | | Prototype: | void QGraphicsWidget::setWindowTitle(const QString &title) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1824-1829 |
| | 3 | 1 |
QGraphicsWidget::setWindowFrameMargins| Name: | QGraphicsWidget::setWindowFrameMargins | | Prototype: | void QGraphicsWidget::setWindowFrameMargins(qreal left, qreal top, qreal right, qreal bottom) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 552-573 |
| | 18 | 4 |
QGraphicsWidget::setWindowFlags| Name: | QGraphicsWidget::setWindowFlags | | Prototype: | void QGraphicsWidget::setWindowFlags(Qt::WindowFlags wFlags) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1771-1798 |
| | 17 | 6 |
QGraphicsWidget::setTabOrder| Name: | QGraphicsWidget::setTabOrder | | Prototype: | void QGraphicsWidget::setTabOrder(QGraphicsWidget *first, QGraphicsWidget *second) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2145-2199 |
| | 34 | 7 |
QGraphicsWidget::setStyle| Name: | QGraphicsWidget::setStyle | | Prototype: | void QGraphicsWidget::setStyle(QStyle *style) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 951-959 |
| | 4 | 1 |
QGraphicsWidget::setShortcutEnabled| Name: | QGraphicsWidget::setShortcutEnabled | | Prototype: | void QGraphicsWidget::setShortcutEnabled(int id, bool enabled) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1962-1967 |
| | 3 | 2 |
QGraphicsWidget::setShortcutAutoRepeat| Name: | QGraphicsWidget::setShortcutAutoRepeat | | Prototype: | void QGraphicsWidget::setShortcutAutoRepeat(int id, bool enabled) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1977-1982 |
| | 3 | 2 |
QGraphicsWidget::setPalette| Name: | QGraphicsWidget::setPalette | | Prototype: | void QGraphicsWidget::setPalette(const QPalette &palette) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1030-1038 |
| | 5 | 1 |
QGraphicsWidget::setLayoutDirection| Name: | QGraphicsWidget::setLayoutDirection | | Prototype: | void QGraphicsWidget::setLayoutDirection(Qt::LayoutDirection direction) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 909-914 |
| | 3 | 1 |
QGraphicsWidget::setLayout| Name: | QGraphicsWidget::setLayout | | Prototype: | void QGraphicsWidget::setLayout(QGraphicsLayout *l) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 838-861 |
| | 16 | 4 |
QGraphicsWidget::setGeometry| Name: | QGraphicsWidget::setGeometry | | Prototype: | void QGraphicsWidget::setGeometry(const QRectF &rect) | | Coverage: | 0.000% (0/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 353-436 |
| | 52 | 17 |
QGraphicsWidget::setFont| Name: | QGraphicsWidget::setFont | | Prototype: | void QGraphicsWidget::setFont(const QFont &font) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 990-998 |
| | 5 | 1 |
QGraphicsWidget::setFocusPolicy| Name: | QGraphicsWidget::setFocusPolicy | | Prototype: | void QGraphicsWidget::setFocusPolicy(Qt::FocusPolicy policy) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1861-1870 |
| | 7 | 3 |
QGraphicsWidget::setContentsMargins| Name: | QGraphicsWidget::setContentsMargins | | Prototype: | void QGraphicsWidget::setContentsMargins(qreal left, qreal top, qreal right, qreal bottom) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 493-518 |
| | 18 | 4 |
QGraphicsWidget::setAutoFillBackground| Name: | QGraphicsWidget::setAutoFillBackground | | Prototype: | void QGraphicsWidget::setAutoFillBackground(bool enabled) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 1061-1068 |
| | 4 | 2 |
QGraphicsWidget::setAttribute| Name: | QGraphicsWidget::setAttribute | | Prototype: | void QGraphicsWidget::setAttribute(Qt::WidgetAttribute attribute, bool on) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 2210-2217 |
| | 2 | 1 |