QtBase - 8193340a44fd835cee029e63a31cfcab8ef6fd55

Function Tree

Path:<top>::QPainterPathStroker
FunctionCondition %▴eLOC - Effective Lines of CodeMcCabe - Cyclomatic Complexity
QPainterPathStroker
Name: QPainterPathStroker::QPainterPathStroker
Prototype: QPainterPathStroker::QPainterPathStroker()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2541-2544
  0.000% (0/1)
21
QPainterPathStroker
Name: QPainterPathStroker::QPainterPathStroker
Prototype: QPainterPathStroker::QPainterPathStroker(const QPen &pen)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2551-2564
  0.000% (0/4)
82
capStyle
Name: QPainterPathStroker::capStyle
Prototype: Qt::PenCapStyle QPainterPathStroker::capStyle() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2643-2646
  0.000% (0/1)
11
createStroke
Name: QPainterPathStroker::createStroke
Prototype: QPainterPath QPainterPathStroker::createStroke(const QPainterPath &path) const
Coverage:  0.000% (0/8)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2587-2604
  0.000% (0/8)
133
curveThreshold
Name: QPainterPathStroker::curveThreshold
Prototype: qreal QPainterPathStroker::curveThreshold() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2705-2708
  0.000% (0/1)
11
dashOffset
Name: QPainterPathStroker::dashOffset
Prototype: qreal QPainterPathStroker::dashOffset() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2752-2755
  0.000% (0/1)
11
dashPattern
Name: QPainterPathStroker::dashPattern
Prototype: QVector<qreal> QPainterPathStroker::dashPattern() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2744-2747
  0.000% (0/1)
11
joinStyle
Name: QPainterPathStroker::joinStyle
Prototype: Qt::PenJoinStyle QPainterPathStroker::joinStyle() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2659-2662
  0.000% (0/1)
11
miterLimit
Name: QPainterPathStroker::miterLimit
Prototype: qreal QPainterPathStroker::miterLimit() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2682-2685
  0.000% (0/1)
11
setCapStyle
Name: QPainterPathStroker::setCapStyle
Prototype: void QPainterPathStroker::setCapStyle(Qt::PenCapStyle style)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2634-2637
  0.000% (0/1)
11
setCurveThreshold
Name: QPainterPathStroker::setCurveThreshold
Prototype: void QPainterPathStroker::setCurveThreshold(qreal threshold)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2696-2699
  0.000% (0/1)
11
setDashOffset
Name: QPainterPathStroker::setDashOffset
Prototype: void QPainterPathStroker::setDashOffset(qreal offset)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2763-2766
  0.000% (0/1)
11
setDashPattern
Name: QPainterPathStroker::setDashPattern
Prototype: void QPainterPathStroker::setDashPattern(Qt::PenStyle style)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2713-2716
  0.000% (0/1)
11
setDashPattern
Name: QPainterPathStroker::setDashPattern
Prototype: void QPainterPathStroker::setDashPattern(const QVector<qreal> &dashPattern)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2734-2739
  0.000% (0/4)
32
setJoinStyle
Name: QPainterPathStroker::setJoinStyle
Prototype: void QPainterPathStroker::setJoinStyle(Qt::PenJoinStyle style)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2651-2654
  0.000% (0/1)
11
setMiterLimit
Name: QPainterPathStroker::setMiterLimit
Prototype: void QPainterPathStroker::setMiterLimit(qreal limit)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2674-2677
  0.000% (0/1)
11
setWidth
Name: QPainterPathStroker::setWidth
Prototype: void QPainterPathStroker::setWidth(qreal width)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2612-2618
  0.000% (0/4)
42
width
Name: QPainterPathStroker::width
Prototype: qreal QPainterPathStroker::width() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2623-2626
  0.000% (0/1)
11

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