| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ | 
 QGridLayout::minimumSize| Name:  | QGridLayout::minimumSize |  | Prototype:  | QSize QGridLayout::minimumSize() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp |  | Lines:  | 1250-1258 |  
  |  | 6 | 1 | 
 QGridLayout::minimumHeightForWidth| Name:  | QGridLayout::minimumHeightForWidth |  | Prototype:  | int QGridLayout::minimumHeightForWidth(int w) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp |  | Lines:  | 1300-1305 |  
  |  | 3 | 1 | 
 QGridLayout::itemAt| Name:  | QGridLayout::itemAt |  | Prototype:  | QLayoutItem *QGridLayout::itemAt(int index) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp |  | Lines:  | 1320-1324 |  
  |  | 2 | 1 | 
 QGridLayout::invalidate| Name:  | QGridLayout::invalidate |  | Prototype:  | void QGridLayout::invalidate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp |  | Lines:  | 1687-1692 |  
  |  | 3 | 1 | 
 QGridLayout::heightForWidth| Name:  | QGridLayout::heightForWidth |  | Prototype:  | int QGridLayout::heightForWidth(int w) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp |  | Lines:  | 1290-1295 |  
  |  | 3 | 1 | 
 QGridLayout::hasHeightForWidth| Name:  | QGridLayout::hasHeightForWidth |  | Prototype:  | bool QGridLayout::hasHeightForWidth() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp |  | Lines:  | 1282-1285 |  
  |  | 1 | 1 | 
 QGridLayout::getItemPosition| Name:  | QGridLayout::getItemPosition |  | Prototype:  | void QGridLayout::getItemPosition(int index, int *row, int *column, int *rowSpan, int *columnSpan) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp |  | Lines:  | 1366-1370 |  
  |  | 2 | 1 | 
 QGridLayout::expandingDirections| Name:  | QGridLayout::expandingDirections |  | Prototype:  | Qt::Orientations QGridLayout::expandingDirections() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp |  | Lines:  | 1654-1658 |  
  |  | 2 | 1 | 
 QGridLayout::count| Name:  | QGridLayout::count |  | Prototype:  | int QGridLayout::count() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp |  | Lines:  | 1310-1314 |  
  |  | 2 | 1 | 
 QGridLayout::columnStretch| Name:  | QGridLayout::columnStretch |  | Prototype:  | int QGridLayout::columnStretch(int column) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp |  | Lines:  | 1573-1577 |  
  |  | 2 | 1 | 
 QGridLayout::columnMinimumWidth| Name:  | QGridLayout::columnMinimumWidth |  | Prototype:  | int QGridLayout::columnMinimumWidth(int column) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp |  | Lines:  | 1645-1649 |  
  |  | 2 | 1 | 
 QGridLayout::columnCount| Name:  | QGridLayout::columnCount |  | Prototype:  | int QGridLayout::columnCount() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp |  | Lines:  | 1228-1232 |  
  |  | 2 | 1 | 
 QGridLayout::cellRect| Name:  | QGridLayout::cellRect |  | Prototype:  | QRect QGridLayout::cellRect(int row, int column) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp |  | Lines:  | 1395-1399 |  
  |  | 2 | 1 | 
 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 | 
 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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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 | 
 QGraphicsWidget::sceneEvent| Name:  | QGraphicsWidget::sceneEvent |  | Prototype:  | bool QGraphicsWidget::sceneEvent(QEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 1239-1242 |  
  |  | 1 | 1 | 
 QGraphicsWidget::resizeEvent| Name:  | QGraphicsWidget::resizeEvent |  | Prototype:  | void QGraphicsWidget::resizeEvent(QGraphicsSceneResizeEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 1657-1660 |  
  |  | 1 | 1 | 
 QGraphicsWidget::resize| Name:  | QGraphicsWidget::resize |  | Prototype:  | void QGraphicsWidget::resize(const QSizeF &size) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 312-315 |  
  |  | 1 | 1 | 
 QGraphicsWidget::propertyChange| Name:  | QGraphicsWidget::propertyChange |  | Prototype:  | QVariant QGraphicsWidget::propertyChange(const QString &propertyName, const QVariant &value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 1225-1229 |  
  |  | 2 | 1 | 
 QGraphicsWidget::palette| Name:  | QGraphicsWidget::palette |  | Prototype:  | QPalette QGraphicsWidget::palette() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 1025-1029 |  
  |  | 2 | 1 | 
 QGraphicsWidget::paint| Name:  | QGraphicsWidget::paint |  | Prototype:  | void QGraphicsWidget::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 2242-2247 |  
  |  | 3 | 1 | 
 QGraphicsWidget::moveEvent| Name:  | QGraphicsWidget::moveEvent |  | Prototype:  | void QGraphicsWidget::moveEvent(QGraphicsSceneMoveEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 1623-1627 |  
  |  | 1 | 1 | 
 QGraphicsWidget::layoutDirection| Name:  | QGraphicsWidget::layoutDirection |  | Prototype:  | Qt::LayoutDirection QGraphicsWidget::layoutDirection() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 905-908 |  
  |  | 1 | 1 | 
 QGraphicsWidget::layout| Name:  | QGraphicsWidget::layout |  | Prototype:  | QGraphicsLayout *QGraphicsWidget::layout() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 813-817 |  
  |  | 2 | 1 | 
 QGraphicsWidget::isActiveWindow| Name:  | QGraphicsWidget::isActiveWindow |  | Prototype:  | bool QGraphicsWidget::isActiveWindow() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 1810-1813 |  
  |  | 1 | 1 | 
 QGraphicsWidget::hoverMoveEvent| Name:  | QGraphicsWidget::hoverMoveEvent |  | Prototype:  | void QGraphicsWidget::hoverMoveEvent(QGraphicsSceneHoverEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 1682-1685 |  
  |  | 1 | 1 | 
 QGraphicsWidget::hoverLeaveEvent| Name:  | QGraphicsWidget::hoverLeaveEvent |  | Prototype:  | void QGraphicsWidget::hoverLeaveEvent(QGraphicsSceneHoverEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 1690-1693 |  
  |  | 1 | 1 | 
 QGraphicsWidget::hideEvent| Name:  | QGraphicsWidget::hideEvent |  | Prototype:  | void QGraphicsWidget::hideEvent(QHideEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 1601-1606 |  
  |  | 1 | 1 | 
 QGraphicsWidget::grabMouseEvent| Name:  | QGraphicsWidget::grabMouseEvent |  | Prototype:  | void QGraphicsWidget::grabMouseEvent(QEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 1701-1704 |  
  |  | 1 | 1 | 
 QGraphicsWidget::grabKeyboardEvent| Name:  | QGraphicsWidget::grabKeyboardEvent |  | Prototype:  | void QGraphicsWidget::grabKeyboardEvent(QEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 1723-1726 |  
  |  | 1 | 1 | 
 QGraphicsWidget::font| Name:  | QGraphicsWidget::font |  | Prototype:  | QFont QGraphicsWidget::font() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 983-989 |  
  |  | 4 | 1 | 
 QGraphicsWidget::focusPolicy| Name:  | QGraphicsWidget::focusPolicy |  | Prototype:  | Qt::FocusPolicy QGraphicsWidget::focusPolicy() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 1856-1860 |  
  |  | 2 | 1 | 
 QGraphicsWidget::closeEvent| Name:  | QGraphicsWidget::closeEvent |  | Prototype:  | void QGraphicsWidget::closeEvent(QCloseEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 1526-1529 |  
  |  | 1 | 1 | 
 QGraphicsWidget::boundingRect| Name:  | QGraphicsWidget::boundingRect |  | Prototype:  | QRectF QGraphicsWidget::boundingRect() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 2358-2361 |  
  |  | 1 | 1 | 
 QGraphicsWidget::autoFillBackground| Name:  | QGraphicsWidget::autoFillBackground |  | Prototype:  | bool QGraphicsWidget::autoFillBackground() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 1056-1060 |  
  |  | 2 | 1 | 
 QGraphicsWidget::addAction| Name:  | QGraphicsWidget::addAction |  | Prototype:  | void QGraphicsWidget::addAction(QAction *action) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 2000-2003 |  
  |  | 1 | 1 | 
 QGraphicsWidget::actions| Name:  | QGraphicsWidget::actions |  | Prototype:  | QList<QAction *> QGraphicsWidget::actions() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 2114-2118 |  
  |  | 2 | 1 | 
 QGraphicsWidget::QGraphicsWidget| Name:  | QGraphicsWidget::QGraphicsWidget |  | Prototype:  | QGraphicsWidget::QGraphicsWidget(QGraphicsItem *parent, Qt::WindowFlags wFlags) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 176-181 |  
  |  | 2 | 1 | 
 QGraphicsWidget::QGraphicsWidget| Name:  | QGraphicsWidget::QGraphicsWidget |  | Prototype:  | QGraphicsWidget::QGraphicsWidget(QGraphicsWidgetPrivate &dd, QGraphicsItem *parent, Qt::WindowFlags wFlags) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp |  | Lines:  | 188-193 |  
  |  | 2 | 1 | 
 QGraphicsViewPrivate::updateLastCenterPoint| Name:  | QGraphicsViewPrivate::updateLastCenterPoint |  | Prototype:  | void QGraphicsViewPrivate::updateLastCenterPoint() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp |  | Lines:  | 532-536 |  
  |  | 2 | 1 | 
 QGraphicsViewPrivate::storeMouseEvent| Name:  | QGraphicsViewPrivate::storeMouseEvent |  | Prototype:  | void QGraphicsViewPrivate::storeMouseEvent(QMouseEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp |  | Lines:  | 625-630 |  
  |  | 3 | 1 | 
 QGraphicsViewPrivate::storeDragDropEvent| Name:  | QGraphicsViewPrivate::storeDragDropEvent |  | Prototype:  | void QGraphicsViewPrivate::storeDragDropEvent(const QGraphicsSceneDragDropEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp |  | Lines:  | 830-844 |  
  |  | 12 | 1 | 
 QGraphicsViewPrivate::populateSceneDragDropEvent| Name:  | QGraphicsViewPrivate::populateSceneDragDropEvent |  | Prototype:  | void QGraphicsViewPrivate::populateSceneDragDropEvent(QGraphicsSceneDragDropEvent *dest, QDropEvent *source) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp |  | Lines:  | 849-868 |  
  |  | 11 | 1 | 
 QGraphicsViewPrivate::mapToScene| Name:  | QGraphicsViewPrivate::mapToScene |  | Prototype:  | QPointF QGraphicsViewPrivate::mapToScene(const QPointF &point) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp |  | Lines:  | 3923-3929 |  
  |  | 4 | 1 | 
 QGraphicsViewPrivate::QGraphicsViewPrivate| Name:  | QGraphicsViewPrivate::QGraphicsViewPrivate |  | Prototype:  | QGraphicsViewPrivate::QGraphicsViewPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp |  | Lines:  | 332-369 |  
  |  | 1 | 1 | 
 QGraphicsView::viewportUpdateMode| Name:  | QGraphicsView::viewportUpdateMode |  | Prototype:  | QGraphicsView::ViewportUpdateMode QGraphicsView::viewportUpdateMode() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp |  | Lines:  | 1415-1419 |  
  |  | 2 | 1 | 
 QGraphicsView::viewportTransform| Name:  | QGraphicsView::viewportTransform |  | Prototype:  | QTransform QGraphicsView::viewportTransform() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp |  | Lines:  | 3838-3843 |  
  |  | 3 | 1 | 
 QGraphicsView::translate| Name:  | QGraphicsView::translate |  | Prototype:  | void QGraphicsView::translate(qreal dx, qreal dy) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp |  | Lines:  | 1898-1904 |  
  |  | 4 | 1 | 
 QGraphicsView::transformationAnchor| Name:  | QGraphicsView::transformationAnchor |  | Prototype:  | QGraphicsView::ViewportAnchor QGraphicsView::transformationAnchor() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp |  | Lines:  | 1349-1353 |  
  |  | 2 | 1 |