QtBase - 8193340a44fd835cee029e63a31cfcab8ef6fd55

Function Tree

Path:<top>::QPainterPath
FunctionCondition %eLOC - Effective Lines of Codeā–¾McCabe - Cyclomatic Complexity
addText
Name: QPainterPath::addText
Prototype: void QPainterPath::addText(const QPointF &point, const QFont &f, const QString &text)
Coverage:  0.000% (0/27)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1148-1207
  0.000% (0/27)
449
toFillPolygons
Name: QPainterPath::toFillPolygons
Prototype: QList<QPolygonF> QPainterPath::toFillPolygons(const QTransform &matrix) const
Coverage:  0.000% (0/51)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1628-1722
  0.000% (0/51)
4217
addRoundedRect
Name: QPainterPath::addRoundedRect
Prototype: void QPainterPath::addRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode)
Coverage:  0.000% (0/26)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3091-3147
  0.000% (0/26)
368
contains
Name: QPainterPath::contains
Prototype: bool QPainterPath::contains(const QRectF &rect) const
Coverage:  0.000% (0/53)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2148-2220
  0.000% (0/53)
3416
percentAtLength
Name: QPainterPath::percentAtLength
Prototype: qreal QPainterPath::percentAtLength(qreal len) const
Coverage:  0.000% (0/25)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2862-2914
  0.000% (0/25)
3110
computeBoundingRect
Name: QPainterPath::computeBoundingRect
Prototype: void QPainterPath::computeBoundingRect() const
Coverage:  0.000% (0/37)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3394-3438
  0.000% (0/37)
3115
toSubpathPolygons
Name: QPainterPath::toSubpathPolygons
Prototype: QList<QPolygonF> QPainterPath::toSubpathPolygons(const QTransform &matrix) const
Coverage:  0.000% (0/21)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1553-1596
  0.000% (0/21)
309
contains
Name: QPainterPath::contains
Prototype: bool QPainterPath::contains(const QPointF &pt) const
Coverage:  0.000% (0/24)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1807-1857
  0.000% (0/24)
289
addRoundRect
Name: QPainterPath::addRoundRect
Prototype: void QPainterPath::addRoundRect(const QRectF &r, int xRnd, int yRnd)
Coverage:  0.000% (0/15)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3167-3204
  0.000% (0/15)
275
toReversed
Name: QPainterPath::toReversed
Prototype: QPainterPath QPainterPath::toReversed() const
Coverage:  0.000% (0/14)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1499-1539
  0.000% (0/14)
257
addEllipse
Name: QPainterPath::addEllipse
Prototype: void QPainterPath::addEllipse(const QRectF &boundingRect)
Coverage:  0.000% (0/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1096-1128
  0.000% (0/13)
213
slopeAtPercent
Name: QPainterPath::slopeAtPercent
Prototype: qreal QPainterPath::slopeAtPercent(qreal t) const
Coverage:  0.000% (0/18)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3042-3076
  0.000% (0/18)
205
length
Name: QPainterPath::length
Prototype: qreal QPainterPath::length() const
Coverage:  0.000% (0/14)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2819-2852
  0.000% (0/14)
197
intersects
Name: QPainterPath::intersects
Prototype: bool QPainterPath::intersects(const QRectF &rect) const
Coverage:  0.000% (0/28)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2047-2082
  0.000% (0/28)
198
operator==
Name: QPainterPath::operator==
Prototype: bool QPainterPath::operator==(const QPainterPath &path) const
Coverage:  0.000% (0/24)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2237-2261
  0.000% (0/24)
187
connectPath
Name: QPainterPath::connectPath
Prototype: void QPainterPath::connectPath(const QPainterPath &other)
Coverage:  0.000% (0/18)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1248-1277
  0.000% (0/18)
176
addRect
Name: QPainterPath::addRect
Prototype: void QPainterPath::addRect(const QRectF &r)
Coverage:  0.000% (0/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1013-1041
  0.000% (0/13)
173
arcTo
Name: QPainterPath::arcTo
Prototype: void QPainterPath::arcTo(const QRectF &rect, qreal startAngle, qreal sweepLength)
Coverage:  0.000% (0/20)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 902-934
  0.000% (0/20)
164
cubicTo
Name: QPainterPath::cubicTo
Prototype: void QPainterPath::cubicTo(const QPointF &c1, const QPointF &c2, const QPointF &e)
Coverage:  0.000% (0/21)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 774-807
  0.000% (0/21)
153
computeControlPointRect
Name: QPainterPath::computeControlPointRect
Prototype: void QPainterPath::computeControlPointRect() const
Coverage:  0.000% (0/19)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3441-3461
  0.000% (0/19)
157
quadTo
Name: QPainterPath::quadTo
Prototype: void QPainterPath::quadTo(const QPointF &c, const QPointF &e)
Coverage:  0.000% (0/15)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 831-861
  0.000% (0/15)
143
moveTo
Name: QPainterPath::moveTo
Prototype: void QPainterPath::moveTo(const QPointF &p)
Coverage:  0.000% (0/10)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 666-695
  0.000% (0/10)
143
pointAtPercent
Name: QPainterPath::pointAtPercent
Prototype: QPointF QPainterPath::pointAtPercent(qreal t) const
Coverage:  0.000% (0/14)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2979-2999
  0.000% (0/14)
134
lineTo
Name: QPainterPath::lineTo
Prototype: void QPainterPath::lineTo(const QPointF &p)
Coverage:  0.000% (0/15)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 716-741
  0.000% (0/15)
133
translate
Name: QPainterPath::translate
Prototype: void QPainterPath::translate(qreal dx, qreal dy)
Coverage:  0.000% (0/14)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2090-2107
  0.000% (0/14)
124
toFillPolygon
Name: QPainterPath::toFillPolygon
Prototype: QPolygonF QPainterPath::toFillPolygon(const QTransform &matrix) const
Coverage:  0.000% (0/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2783-2799
  0.000% (0/13)
125
angleAtPercent
Name: QPainterPath::angleAtPercent
Prototype: qreal QPainterPath::angleAtPercent(qreal t) const
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3013-3030
  0.000% (0/6)
112
addPath
Name: QPainterPath::addPath
Prototype: void QPainterPath::addPath(const QPainterPath &other)
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1217-1236
  0.000% (0/7)
113
addPolygon
Name: QPainterPath::addPolygon
Prototype: void QPainterPath::addPolygon(const QPolygonF &polygon)
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1060-1075
  0.000% (0/7)
93
setElementPositionAt
Name: QPainterPath::setElementPositionAt
Prototype: void QPainterPath::setElementPositionAt(int i, qreal x, qreal y)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 503-511
  0.000% (0/1)
61
operator=
Name: QPainterPath::operator=
Prototype: QPainterPath &QPainterPath::operator=(const QPainterPath &other)
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 591-600
  0.000% (0/7)
63
intersects
Name: QPainterPath::intersects
Prototype: bool QPainterPath::intersects(const QPainterPath &p) const
Coverage:  0.000% (0/9)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3353-3361
  0.000% (0/9)
63
ensureData_helper
Name: QPainterPath::ensureData_helper
Prototype: void QPainterPath::ensureData_helper()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 574-582
  0.000% (0/1)
61
controlPointRect
Name: QPainterPath::controlPointRect
Prototype: QRectF QPainterPath::controlPointRect() const
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1465-1474
  0.000% (0/7)
63
contains
Name: QPainterPath::contains
Prototype: bool QPainterPath::contains(const QPainterPath &p) const
Coverage:  0.000% (0/9)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3375-3383
  0.000% (0/9)
63
boundingRect
Name: QPainterPath::boundingRect
Prototype: QRectF QPainterPath::boundingRect() const
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1444-1453
  0.000% (0/7)
63
addRegion
Name: QPainterPath::addRegion
Prototype: void QPainterPath::addRegion(const QRegion &region)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1286-1295
  0.000% (0/4)
62
setFillRule
Name: QPainterPath::setFillRule
Prototype: void QPainterPath::setFillRule(Qt::FillRule fillRule)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1325-1333
  0.000% (0/4)
52
setDirty
Name: QPainterPath::setDirty
Prototype: void QPainterPath::setDirty(bool dirty)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3385-3392
  0.000% (0/1)
51
arcMoveTo
Name: QPainterPath::arcMoveTo
Prototype: void QPainterPath::arcMoveTo(const QRectF &rect, qreal angle)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 960-968
  0.000% (0/4)
52
united
Name: QPainterPath::united
Prototype: QPainterPath QPainterPath::united(const QPainterPath &p) const
Coverage:  0.000% (0/8)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3271-3277
  0.000% (0/8)
42
subtracted
Name: QPainterPath::subtracted
Prototype: QPainterPath QPainterPath::subtracted(const QPainterPath &p) const
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3304-3310
  0.000% (0/6)
42
simplified
Name: QPainterPath::simplified
Prototype: QPainterPath QPainterPath::simplified() const
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3334-3340
  0.000% (0/4)
42
intersected
Name: QPainterPath::intersected
Prototype: QPainterPath QPainterPath::intersected(const QPainterPath &p) const
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3286-3292
  0.000% (0/6)
42
closeSubpath
Name: QPainterPath::closeSubpath
Prototype: void QPainterPath::closeSubpath()
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 636-646
  0.000% (0/4)
42
translated
Name: QPainterPath::translated
Prototype: QPainterPath QPainterPath::translated(qreal dx, qreal dy) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2125-2130
  0.000% (0/1)
31
elementAt
Name: QPainterPath::elementAt
Prototype: QPainterPath::Element QPainterPath::elementAt(int i) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 488-493
  0.000% (0/1)
31
detach
Name: QPainterPath::detach
Prototype: void QPainterPath::detach()
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 555-560
  0.000% (0/4)
32
currentPosition
Name: QPainterPath::currentPosition
Prototype: QPointF QPainterPath::currentPosition() const
Coverage:  0.000% (0/5)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 977-982
  0.000% (0/5)
31
detach_helper
Name: QPainterPath::detach_helper
Prototype: void QPainterPath::detach_helper()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 565-569
  0.000% (0/1)
21
QPainterPath
Name: QPainterPath::QPainterPath
Prototype: QPainterPath::QPainterPath()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 524-527
  0.000% (0/1)
21
QPainterPath
Name: QPainterPath::QPainterPath
Prototype: QPainterPath::QPainterPath(const QPainterPath &other)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 536-541
  0.000% (0/4)
22
QPainterPath
Name: QPainterPath::QPainterPath
Prototype: QPainterPath::QPainterPath(const QPointF &startPoint)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 548-553
  0.000% (0/1)
21
toSubpathPolygons
Name: QPainterPath::toSubpathPolygons
Prototype: QList<QPolygonF> QPainterPath::toSubpathPolygons(const QMatrix &matrix) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1601-1604
  0.000% (0/1)
11
toFillPolygons
Name: QPainterPath::toFillPolygons
Prototype: QList<QPolygonF> QPainterPath::toFillPolygons(const QMatrix &matrix) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1727-1730
  0.000% (0/1)
11
toFillPolygon
Name: QPainterPath::toFillPolygon
Prototype: QPolygonF QPainterPath::toFillPolygon(const QMatrix &matrix) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2804-2807
  0.000% (0/1)
11
subtractedInverted
Name: QPainterPath::subtractedInverted
Prototype: QPainterPath QPainterPath::subtractedInverted(const QPainterPath &p) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3320-3323
  0.000% (0/1)
11
operator|=
Name: QPainterPath::operator|=
Prototype: QPainterPath &QPainterPath::operator|=(const QPainterPath &other)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2345-2348
  0.000% (0/1)
11
operator|
Name: QPainterPath::operator|
Prototype: QPainterPath QPainterPath::operator|(const QPainterPath &other) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2296-2299
  0.000% (0/1)
11
operator-=
Name: QPainterPath::operator-=
Prototype: QPainterPath &QPainterPath::operator-=(const QPainterPath &other)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2371-2374
  0.000% (0/1)
11
operator-
Name: QPainterPath::operator-
Prototype: QPainterPath QPainterPath::operator-(const QPainterPath &other) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2321-2324
  0.000% (0/1)
11
operator+=
Name: QPainterPath::operator+=
Prototype: QPainterPath &QPainterPath::operator+=(const QPainterPath &other)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2358-2361
  0.000% (0/1)
11
operator+
Name: QPainterPath::operator+
Prototype: QPainterPath QPainterPath::operator+(const QPainterPath &other) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2309-2312
  0.000% (0/1)
11
operator&=
Name: QPainterPath::operator&=
Prototype: QPainterPath &QPainterPath::operator&=(const QPainterPath &other)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2333-2336
  0.000% (0/1)
11
operator&
Name: QPainterPath::operator&
Prototype: QPainterPath QPainterPath::operator&(const QPainterPath &other) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2284-2287
  0.000% (0/1)
11
operator!=
Name: QPainterPath::operator!=
Prototype: bool QPainterPath::operator!=(const QPainterPath &path) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2272-2275
  0.000% (0/1)
11
isEmpty
Name: QPainterPath::isEmpty
Prototype: bool QPainterPath::isEmpty() const
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1486-1489
  0.000% (0/7)
11
fillRule
Name: QPainterPath::fillRule
Prototype: Qt::FillRule QPainterPath::fillRule() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1303-1306
  0.000% (0/3)
11
elementCount
Name: QPainterPath::elementCount
Prototype: int QPainterPath::elementCount() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 475-478
  0.000% (0/3)
11

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9