| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGraphicsItemAnimationPrivate::Pair::operator <| Name: | QGraphicsItemAnimationPrivate::Pair::operator < | | Prototype: | bool operator <(const Pair &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 125-126 |
| | 1 | 1 |
QGraphicsItemAnimation::~QGraphicsItemAnimation| Name: | QGraphicsItemAnimation::~QGraphicsItemAnimation | | Prototype: | QGraphicsItemAnimation::~QGraphicsItemAnimation() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 203-206 |
| | 1 | 1 |
QGraphicsItemAnimation::yTranslationAt| Name: | QGraphicsItemAnimation::yTranslationAt | | Prototype: | qreal QGraphicsItemAnimation::yTranslationAt(qreal step) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 371-375 |
| | 2 | 1 |
QGraphicsItemAnimation::xTranslationAt| Name: | QGraphicsItemAnimation::xTranslationAt | | Prototype: | qreal QGraphicsItemAnimation::xTranslationAt(qreal step) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 360-364 |
| | 2 | 1 |
QGraphicsItemAnimation::verticalShearAt| Name: | QGraphicsItemAnimation::verticalShearAt | | Prototype: | qreal QGraphicsItemAnimation::verticalShearAt(qreal step) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 461-465 |
| | 2 | 1 |
QGraphicsItemAnimation::verticalScaleAt| Name: | QGraphicsItemAnimation::verticalScaleAt | | Prototype: | qreal QGraphicsItemAnimation::verticalScaleAt(qreal step) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 410-415 |
| | 2 | 1 |
QGraphicsItemAnimation::translationList| Name: | QGraphicsItemAnimation::translationList | | Prototype: | QList<QPair<qreal, QPointF> > QGraphicsItemAnimation::translationList() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 394-403 |
| | 6 | 2 |
QGraphicsItemAnimation::timeLine| Name: | QGraphicsItemAnimation::timeLine | | Prototype: | QTimeLine *QGraphicsItemAnimation::timeLine() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 235-238 |
| | 1 | 1 |
QGraphicsItemAnimation::shearList| Name: | QGraphicsItemAnimation::shearList | | Prototype: | QList<QPair<qreal, QPointF> > QGraphicsItemAnimation::shearList() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 495-504 |
| | 6 | 2 |
QGraphicsItemAnimation::setTranslationAt| Name: | QGraphicsItemAnimation::setTranslationAt | | Prototype: | void QGraphicsItemAnimation::setTranslationAt(qreal step, qreal dx, qreal dy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 383-387 |
| | 2 | 1 |
QGraphicsItemAnimation::setTimeLine| Name: | QGraphicsItemAnimation::setTimeLine | | Prototype: | void QGraphicsItemAnimation::setTimeLine(QTimeLine *timeLine) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 246-256 |
| | 8 | 4 |
QGraphicsItemAnimation::setStep| Name: | QGraphicsItemAnimation::setStep | | Prototype: | void QGraphicsItemAnimation::setStep(qreal step) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 529-552 |
| | 16 | 5 |
QGraphicsItemAnimation::setShearAt| Name: | QGraphicsItemAnimation::setShearAt | | Prototype: | void QGraphicsItemAnimation::setShearAt(qreal step, qreal sh, qreal sv) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 484-488 |
| | 2 | 1 |
QGraphicsItemAnimation::setScaleAt| Name: | QGraphicsItemAnimation::setScaleAt | | Prototype: | void QGraphicsItemAnimation::setScaleAt(qreal step, qreal sx, qreal sy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 434-438 |
| | 2 | 1 |
QGraphicsItemAnimation::setRotationAt| Name: | QGraphicsItemAnimation::setRotationAt | | Prototype: | void QGraphicsItemAnimation::setRotationAt(qreal step, qreal angle) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 334-337 |
| | 1 | 1 |
QGraphicsItemAnimation::setPosAt| Name: | QGraphicsItemAnimation::setPosAt | | Prototype: | void QGraphicsItemAnimation::setPosAt(qreal step, const QPointF &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 277-281 |
| | 2 | 1 |
QGraphicsItemAnimation::setItem| Name: | QGraphicsItemAnimation::setItem | | Prototype: | void QGraphicsItemAnimation::setItem(QGraphicsItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 223-227 |
| | 2 | 1 |
QGraphicsItemAnimation::scaleList| Name: | QGraphicsItemAnimation::scaleList | | Prototype: | QList<QPair<qreal, QPointF> > QGraphicsItemAnimation::scaleList() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 445-454 |
| | 6 | 2 |
QGraphicsItemAnimation::rotationList| Name: | QGraphicsItemAnimation::rotationList | | Prototype: | QList<QPair<qreal, qreal> > QGraphicsItemAnimation::rotationList() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 344-353 |
| | 6 | 2 |
QGraphicsItemAnimation::rotationAt| Name: | QGraphicsItemAnimation::rotationAt | | Prototype: | qreal QGraphicsItemAnimation::rotationAt(qreal step) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 323-327 |
| | 2 | 1 |
QGraphicsItemAnimation::reset| Name: | QGraphicsItemAnimation::reset | | Prototype: | void QGraphicsItemAnimation::reset() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 561-567 |
| | 4 | 2 |
QGraphicsItemAnimation::posList| Name: | QGraphicsItemAnimation::posList | | Prototype: | QList<QPair<qreal, QPointF> > QGraphicsItemAnimation::posList() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 288-297 |
| | 6 | 2 |
QGraphicsItemAnimation::posAt| Name: | QGraphicsItemAnimation::posAt | | Prototype: | QPointF QGraphicsItemAnimation::posAt(qreal step) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 263-268 |
| | 3 | 1 |
QGraphicsItemAnimation::matrixAt| Name: | QGraphicsItemAnimation::matrixAt | | Prototype: | QMatrix QGraphicsItemAnimation::matrixAt(qreal step) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 302-316 |
| | 11 | 5 |
QGraphicsItemAnimation::item| Name: | QGraphicsItemAnimation::item | | Prototype: | QGraphicsItem *QGraphicsItemAnimation::item() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 213-216 |
| | 1 | 1 |
QGraphicsItemAnimation::horizontalShearAt| Name: | QGraphicsItemAnimation::horizontalShearAt | | Prototype: | qreal QGraphicsItemAnimation::horizontalShearAt(qreal step) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 472-476 |
| | 2 | 1 |
QGraphicsItemAnimation::horizontalScaleAt| Name: | QGraphicsItemAnimation::horizontalScaleAt | | Prototype: | qreal QGraphicsItemAnimation::horizontalScaleAt(qreal step) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 422-426 |
| | 2 | 1 |
QGraphicsItemAnimation::clear| Name: | QGraphicsItemAnimation::clear | | Prototype: | void QGraphicsItemAnimation::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 510-521 |
| | 9 | 1 |
QGraphicsItemAnimation::beforeAnimationStep| Name: | QGraphicsItemAnimation::beforeAnimationStep | | Prototype: | void QGraphicsItemAnimation::beforeAnimationStep(qreal step) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 577-580 |
| | 1 | 1 |
QGraphicsItemAnimation::afterAnimationStep| Name: | QGraphicsItemAnimation::afterAnimationStep | | Prototype: | void QGraphicsItemAnimation::afterAnimationStep(qreal step) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 590-593 |
| | 1 | 1 |
QGraphicsItemAnimation::QGraphicsItemAnimation| Name: | QGraphicsItemAnimation::QGraphicsItemAnimation | | Prototype: | QGraphicsItemAnimation::QGraphicsItemAnimation(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 194-198 |
| | 1 | 1 |
QGraphicsItem::~QGraphicsItem| Name: | QGraphicsItem::~QGraphicsItem | | Prototype: | QGraphicsItem::~QGraphicsItem() | | Coverage: | 0.000% (0/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1503-1576 |
| | 45 | 18 |
QGraphicsItem::zValue| Name: | QGraphicsItem::zValue | | Prototype: | qreal QGraphicsItem::zValue() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4700-4703 |
| | 1 | 1 |
QGraphicsItem::window| Name: | QGraphicsItem::window | | Prototype: | QGraphicsWidget *QGraphicsItem::window() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1706-1712 |
| | 4 | 2 |
QGraphicsItem::wheelEvent| Name: | QGraphicsItem::wheelEvent | | Prototype: | void QGraphicsItem::wheelEvent(QGraphicsSceneWheelEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7417-7420 |
| | 1 | 1 |
QGraphicsItem::update| Name: | QGraphicsItem::update | | Prototype: | void QGraphicsItem::update(const QRectF &rect) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5796-5824 |
| | 14 | 7 |
QGraphicsItem::unsetCursor| Name: | QGraphicsItem::unsetCursor | | Prototype: | void QGraphicsItem::unsetCursor() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2291-2306 |
| | 10 | 5 |
QGraphicsItem::ungrabMouse| Name: | QGraphicsItem::ungrabMouse | | Prototype: | void QGraphicsItem::ungrabMouse() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3640-3647 |
| | 4 | 2 |
QGraphicsItem::ungrabKeyboard| Name: | QGraphicsItem::ungrabKeyboard | | Prototype: | void QGraphicsItem::ungrabKeyboard() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3702-3709 |
| | 4 | 2 |
QGraphicsItem::type| Name: | QGraphicsItem::type | | Prototype: | int QGraphicsItem::type() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 6690-6693 |
| | 1 | 1 |
QGraphicsItem::transformations| Name: | QGraphicsItem::transformations | | Prototype: | QList<QGraphicsTransform *> QGraphicsItem::transformations() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4108-4113 |
| | 3 | 2 |
QGraphicsItem::transformOriginPoint| Name: | QGraphicsItem::transformOriginPoint | | Prototype: | QPointF QGraphicsItem::transformOriginPoint() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4191-4196 |
| | 3 | 2 |
QGraphicsItem::transform| Name: | QGraphicsItem::transform | | Prototype: | QTransform QGraphicsItem::transform() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3951-3956 |
| | 3 | 2 |
QGraphicsItem::topLevelWidget| Name: | QGraphicsItem::topLevelWidget | | Prototype: | QGraphicsWidget *QGraphicsItem::topLevelWidget() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1690-1695 |
| | 3 | 2 |
QGraphicsItem::topLevelItem| Name: | QGraphicsItem::topLevelItem | | Prototype: | QGraphicsItem *QGraphicsItem::topLevelItem() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1644-1650 |
| | 4 | 2 |
QGraphicsItem::toolTip| Name: | QGraphicsItem::toolTip | | Prototype: | QString QGraphicsItem::toolTip() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2191-2194 |
| | 1 | 1 |
QGraphicsItem::toGraphicsObject| Name: | QGraphicsItem::toGraphicsObject | | Prototype: | QGraphicsObject *QGraphicsItem::toGraphicsObject() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1736-1739 |
| | 1 | 1 |
QGraphicsItem::toGraphicsObject| Name: | QGraphicsItem::toGraphicsObject | | Prototype: | const QGraphicsObject *QGraphicsItem::toGraphicsObject() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1747-1750 |
| | 1 | 1 |
QGraphicsItem::supportsExtension| Name: | QGraphicsItem::supportsExtension | | Prototype: | bool QGraphicsItem::supportsExtension(Extension extension) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7546-7550 |
| | 2 | 1 |
QGraphicsItem::stackBefore| Name: | QGraphicsItem::stackBefore | | Prototype: | void QGraphicsItem::stackBefore(const QGraphicsItem *sibling) | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4806-4848 |
| | 28 | 10 |
QGraphicsItem::shape| Name: | QGraphicsItem::shape | | Prototype: | QPainterPath QGraphicsItem::shape() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4964-4969 |
| | 3 | 1 |
QGraphicsItem::setZValue| Name: | QGraphicsItem::setZValue | | Prototype: | void QGraphicsItem::setZValue(qreal z) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4719-4747 |
| | 18 | 8 |
QGraphicsItem::setY| Name: | QGraphicsItem::setY | | Prototype: | void QGraphicsItem::setY(qreal y) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3772-3781 |
| | 5 | 3 |
QGraphicsItem::setX| Name: | QGraphicsItem::setX | | Prototype: | void QGraphicsItem::setX(qreal x) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3745-3754 |
| | 5 | 3 |
QGraphicsItem::setVisible| Name: | QGraphicsItem::setVisible | | Prototype: | void QGraphicsItem::setVisible(bool visible) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2544-2550 |
| | 4 | 1 |
QGraphicsItem::setTransformations| Name: | QGraphicsItem::setTransformations | | Prototype: | void QGraphicsItem::setTransformations(const QList<QGraphicsTransform *> &transformations) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4135-4146 |
| | 9 | 3 |
QGraphicsItem::setTransformOriginPoint| Name: | QGraphicsItem::setTransformOriginPoint | | Prototype: | void QGraphicsItem::setTransformOriginPoint(const QPointF &origin) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4205-4233 |
| | 17 | 5 |
QGraphicsItem::setTransform| Name: | QGraphicsItem::setTransform | | Prototype: | void QGraphicsItem::setTransform(const QTransform &matrix, bool combine) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4532-4562 |
| | 18 | 6 |
QGraphicsItem::setToolTip| Name: | QGraphicsItem::setToolTip | | Prototype: | void QGraphicsItem::setToolTip(const QString &toolTip) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2202-2207 |
| | 3 | 1 |
QGraphicsItem::setSelected| Name: | QGraphicsItem::setSelected | | Prototype: | void QGraphicsItem::setSelected(bool selected) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2716-2748 |
| | 20 | 8 |
QGraphicsItem::setScale| Name: | QGraphicsItem::setScale | | Prototype: | void QGraphicsItem::setScale(qreal factor) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4061-4090 |
| | 17 | 6 |
QGraphicsItem::setRotation| Name: | QGraphicsItem::setRotation | | Prototype: | void QGraphicsItem::setRotation(qreal angle) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3995-4024 |
| | 17 | 6 |
QGraphicsItem::setPos| Name: | QGraphicsItem::setPos | | Prototype: | void QGraphicsItem::setPos(const QPointF &pos) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3840-3870 |
| | 18 | 7 |
QGraphicsItem::setParentItem| Name: | QGraphicsItem::setParentItem | | Prototype: | void QGraphicsItem::setParentItem(QGraphicsItem *newParent) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1766-1783 |
| | 12 | 4 |
QGraphicsItem::setPanelModality| Name: | QGraphicsItem::setPanelModality | | Prototype: | void QGraphicsItem::setPanelModality(PanelModality panelModality) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2120-2132 |
| | 9 | 4 |
QGraphicsItem::setOpacity| Name: | QGraphicsItem::setOpacity | | Prototype: | void QGraphicsItem::setOpacity(qreal opacity) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2816-2851 |
| | 19 | 6 |
QGraphicsItem::setMatrix| Name: | QGraphicsItem::setMatrix | | Prototype: | void QGraphicsItem::setMatrix(const QMatrix &matrix, bool combine) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4483-4509 |
| | 14 | 5 |
QGraphicsItem::setInputMethodHints| Name: | QGraphicsItem::setInputMethodHints | | Prototype: | void QGraphicsItem::setInputMethodHints(Qt::InputMethodHints hints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7476-7487 |
| | 9 | 3 |
QGraphicsItem::setHandlesChildEvents| Name: | QGraphicsItem::setHandlesChildEvents | | Prototype: | void QGraphicsItem::setHandlesChildEvents(bool enabled) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3264-3271 |
| | 4 | 2 |
QGraphicsItem::setGroup| Name: | QGraphicsItem::setGroup | | Prototype: | void QGraphicsItem::setGroup(QGraphicsItemGroup *group) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1616-1624 |
| | 4 | 3 |
QGraphicsItem::setGraphicsEffect| Name: | QGraphicsItem::setGraphicsEffect | | Prototype: | void QGraphicsItem::setGraphicsEffect(QGraphicsEffect *effect) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2879-2899 |
| | 13 | 5 |
QGraphicsItem::setFocusProxy| Name: | QGraphicsItem::setFocusProxy | | Prototype: | void QGraphicsItem::setFocusProxy(QGraphicsItem *item) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3534-3561 |
| | 19 | 9 |
QGraphicsItem::setFocus| Name: | QGraphicsItem::setFocus | | Prototype: | void QGraphicsItem::setFocus(Qt::FocusReason focusReason) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3375-3378 |
| | 1 | 1 |
QGraphicsItem::setFlags| Name: | QGraphicsItem::setFlags | | Prototype: | void QGraphicsItem::setFlags(GraphicsItemFlags flags) | | Coverage: | 0.000% (0/98) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1886-2026 |
| | 76 | 29 |
QGraphicsItem::setFlag| Name: | QGraphicsItem::setFlag | | Prototype: | void QGraphicsItem::setFlag(GraphicsItemFlag flag, bool enabled) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1863-1869 |
| | 3 | 2 |
QGraphicsItem::setFiltersChildEvents| Name: | QGraphicsItem::setFiltersChildEvents | | Prototype: | void QGraphicsItem::setFiltersChildEvents(bool enabled) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3213-3220 |
| | 4 | 2 |
QGraphicsItem::setExtension| Name: | QGraphicsItem::setExtension | | Prototype: | void QGraphicsItem::setExtension(Extension extension, const QVariant &variant) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7558-7562 |
| | 2 | 1 |
QGraphicsItem::setEnabled| Name: | QGraphicsItem::setEnabled | | Prototype: | void QGraphicsItem::setEnabled(bool enabled) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2671-2674 |
| | 1 | 1 |
QGraphicsItem::setData| Name: | QGraphicsItem::setData | | Prototype: | void QGraphicsItem::setData(int key, const QVariant &value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 6653-6656 |
| | 1 | 1 |
QGraphicsItem::setCursor| Name: | QGraphicsItem::setCursor | | Prototype: | void QGraphicsItem::setCursor(const QCursor &cursor) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2246-2271 |
| | 17 | 6 |
QGraphicsItem::setCacheMode| Name: | QGraphicsItem::setCacheMode | | Prototype: | void QGraphicsItem::setCacheMode(CacheMode mode, const QSize &logicalCacheSize) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2077-2101 |
| | 16 | 5 |
QGraphicsItem::setBoundingRegionGranularity| Name: | QGraphicsItem::setBoundingRegionGranularity | | Prototype: | void QGraphicsItem::setBoundingRegionGranularity(qreal granularity) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5400-5414 |
| | 10 | 3 |
QGraphicsItem::setActive| Name: | QGraphicsItem::setActive | | Prototype: | void QGraphicsItem::setActive(bool active) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3308-3333 |
| | 16 | 7 |
QGraphicsItem::setAcceptedMouseButtons| Name: | QGraphicsItem::setAcceptedMouseButtons | | Prototype: | void QGraphicsItem::setAcceptedMouseButtons(Qt::MouseButtons buttons) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3075-3084 |
| | 5 | 3 |
QGraphicsItem::setAcceptTouchEvents| Name: | QGraphicsItem::setAcceptTouchEvents | | Prototype: | void QGraphicsItem::setAcceptTouchEvents(bool enabled) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3175-3184 |
| | 6 | 3 |
QGraphicsItem::setAcceptHoverEvents| Name: | QGraphicsItem::setAcceptHoverEvents | | Prototype: | void QGraphicsItem::setAcceptHoverEvents(bool enabled) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3138-3147 |
| | 6 | 3 |
QGraphicsItem::setAcceptDrops| Name: | QGraphicsItem::setAcceptDrops | | Prototype: | void QGraphicsItem::setAcceptDrops(bool on) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3039-3042 |
| | 1 | 1 |
QGraphicsItem::scroll| Name: | QGraphicsItem::scroll | | Prototype: | void QGraphicsItem::scroll(qreal dx, qreal dy, const QRectF &rect) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5853-5925 |
| | 34 | 10 |
QGraphicsItem::sceneTransform| Name: | QGraphicsItem::sceneTransform | | Prototype: | QTransform QGraphicsItem::sceneTransform() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4279-4283 |
| | 2 | 1 |
QGraphicsItem::scenePos| Name: | QGraphicsItem::scenePos | | Prototype: | QPointF QGraphicsItem::scenePos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3789-3792 |
| | 1 | 1 |
QGraphicsItem::sceneMatrix| Name: | QGraphicsItem::sceneMatrix | | Prototype: | QMatrix QGraphicsItem::sceneMatrix() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4255-4259 |
| | 2 | 1 |
QGraphicsItem::sceneEventFilter| Name: | QGraphicsItem::sceneEventFilter | | Prototype: | bool QGraphicsItem::sceneEventFilter(QGraphicsItem *watched, QEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 6757-6762 |
| | 3 | 1 |
QGraphicsItem::sceneEvent| Name: | QGraphicsItem::sceneEvent | | Prototype: | bool QGraphicsItem::sceneEvent(QEvent *event) | | Coverage: | 0.000% (0/108) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 6778-6905 |
| | 78 | 39 |
QGraphicsItem::sceneBoundingRect| Name: | QGraphicsItem::sceneBoundingRect | | Prototype: | QRectF QGraphicsItem::sceneBoundingRect() const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4917-4940 |
| | 16 | 5 |
QGraphicsItem::scene| Name: | QGraphicsItem::scene | | Prototype: | QGraphicsScene *QGraphicsItem::scene() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1584-1587 |
| | 1 | 1 |
QGraphicsItem::scale| Name: | QGraphicsItem::scale | | Prototype: | qreal QGraphicsItem::scale() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4037-4042 |
| | 3 | 2 |
QGraphicsItem::rotation| Name: | QGraphicsItem::rotation | | Prototype: | qreal QGraphicsItem::rotation() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3969-3974 |
| | 3 | 2 |
QGraphicsItem::resetTransform| Name: | QGraphicsItem::resetTransform | | Prototype: | void QGraphicsItem::resetTransform() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4583-4586 |
| | 1 | 1 |
QGraphicsItem::resetMatrix| Name: | QGraphicsItem::resetMatrix | | Prototype: | void QGraphicsItem::resetMatrix() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4569-4572 |
| | 1 | 1 |
QGraphicsItem::removeSceneEventFilter| Name: | QGraphicsItem::removeSceneEventFilter | | Prototype: | void QGraphicsItem::removeSceneEventFilter(QGraphicsItem *filterItem) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 6734-6739 |
| | 3 | 2 |