QtBase - c71fc3860b0947c3c793578117e9eb0a3eb3fb31 vs 8193340a44fd835cee029e63a31cfcab8ef6fd55

Function Tree

Path:<top>::QColor
FunctionCondition %▾ModificationseLOC - Effective Lines of CodeMcCabe - Cyclomatic Complexity
yellowF
Name: QColor::yellowF
Prototype: qreal QColor::yellowF() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1551-1556
Comparison: New
  0.000% (0/6)
New32
yellow
Name: QColor::yellow
Prototype: int QColor::yellow() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1502-1507
Comparison: New
  0.000% (0/6)
New32
valueF
Name: QColor::valueF
Prototype: qreal QColor::valueF() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1382-1387
Comparison: New
  0.000% (0/6)
New32
value
Name: QColor::value
Prototype: int QColor::value() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1320-1325
Comparison: New
  0.000% (0/6)
New32
toRgb
Name: QColor::toRgb
Prototype: QColor QColor::toRgb() const noexcept
Coverage:  0.000% (0/76)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1575-1709
Comparison: New
  0.000% (0/76)
New8823
toHsv
Name: QColor::toHsv
Prototype: QColor QColor::toHsv() const noexcept
Coverage:  0.000% (0/38)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1721-1765
Comparison: New
  0.000% (0/38)
New328
toHsl
Name: QColor::toHsl
Prototype: QColor QColor::toHsl() const noexcept
Coverage:  0.000% (0/42)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1772-1821
Comparison: New
  0.000% (0/42)
New369
toCmyk
Name: QColor::toCmyk
Prototype: QColor QColor::toCmyk() const noexcept
Coverage:  0.000% (0/12)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1828-1862
Comparison: New
  0.000% (0/12)
New234
setRgba64
Name: QColor::setRgba64
Prototype: void QColor::setRgba64(QRgba64 rgba) noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1014-1022
Comparison: New
  0.000% (0/1)
New61
setRgba
Name: QColor::setRgba
Prototype: void QColor::setRgba(QRgb rgba) noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 980-988
Comparison: New
  0.000% (0/1)
New61
setRgb
Name: QColor::setRgb
Prototype: void QColor::setRgb(QRgb rgb) noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1043-1051
Comparison: New
  0.000% (0/1)
New61
saturationF
Name: QColor::saturationF
Prototype: qreal QColor::saturationF() const noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1360-1363
Comparison: New
  0.000% (0/1)
New11
saturation
Name: QColor::saturation
Prototype: int QColor::saturation() const noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1298-1301
Comparison: New
  0.000% (0/1)
New11
rgba64
Name: QColor::rgba64
Prototype: QRgba64 QColor::rgba64() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1000-1005
Comparison: New
  0.000% (0/6)
New32
rgba
Name: QColor::rgba
Prototype: QRgb QColor::rgba() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 968-973
Comparison: New
  0.000% (0/6)
New32
rgb
Name: QColor::rgb
Prototype: QRgb QColor::rgb() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1031-1036
Comparison: New
  0.000% (0/6)
New32
redF
Name: QColor::redF
Prototype: qreal QColor::redF() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1186-1191
Comparison: New
  0.000% (0/6)
New32
red
Name: QColor::red
Prototype: int QColor::red() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1103-1108
Comparison: New
  0.000% (0/6)
New32
operator==
Name: QColor::operator==
Prototype: bool QColor::operator==(const QColor &color) const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 2421-2442
Comparison: New
  0.000% (0/6)
New172
operator=
Name: QColor::operator=
Prototype: QColor &QColor::operator=(const QColor &color) noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 2401-2406
Comparison: New
  0.000% (0/1)
New31
operator=
Name: QColor::operator=
Prototype: QColor &QColor::operator=(Qt::GlobalColor color) noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 2412-2415
Comparison: New
  0.000% (0/1)
New11
operator!=
Name: QColor::operator!=
Prototype: bool QColor::operator!=(const QColor &color) const noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 2448-2449
Comparison: New
  0.000% (0/1)
New11
magentaF
Name: QColor::magentaF
Prototype: qreal QColor::magentaF() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1539-1544
Comparison: New
  0.000% (0/6)
New32
magenta
Name: QColor::magenta
Prototype: int QColor::magenta() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1490-1495
Comparison: New
  0.000% (0/6)
New32
lightnessF
Name: QColor::lightnessF
Prototype: qreal QColor::lightnessF() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1466-1471
Comparison: New
  0.000% (0/6)
New32
lightness
Name: QColor::lightness
Prototype: int QColor::lightness() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1424-1429
Comparison: New
  0.000% (0/6)
New32
light
Name: QColor::light
Prototype: QColor QColor::light(int factor) const noexcept
Coverage:  0.000% (0/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 2333-2358
Comparison: New
  0.000% (0/13)
New165
invalidate
Name: QColor::invalidate
Prototype: void QColor::invalidate() noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 2465-2473
Comparison: New
  0.000% (0/1)
New61
hueF
Name: QColor::hueF
Prototype: qreal QColor::hueF() const noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1334-1337
Comparison: New
  0.000% (0/1)
New11
hue
Name: QColor::hue
Prototype: int QColor::hue() const noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1272-1275
Comparison: New
  0.000% (0/1)
New11
hsvSaturationF
Name: QColor::hsvSaturationF
Prototype: qreal QColor::hsvSaturationF() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1370-1375
Comparison: New
  0.000% (0/6)
New32
hsvSaturation
Name: QColor::hsvSaturation
Prototype: int QColor::hsvSaturation() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1308-1313
Comparison: New
  0.000% (0/6)
New32
hsvHueF
Name: QColor::hsvHueF
Prototype: qreal QColor::hsvHueF() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1345-1350
Comparison: New
  0.000% (0/6)
New32
hsvHue
Name: QColor::hsvHue
Prototype: int QColor::hsvHue() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1282-1287
Comparison: New
  0.000% (0/6)
New32
hslSaturationF
Name: QColor::hslSaturationF
Prototype: qreal QColor::hslSaturationF() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1452-1457
Comparison: New
  0.000% (0/6)
New32
hslSaturation
Name: QColor::hslSaturation
Prototype: int QColor::hslSaturation() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1410-1415
Comparison: New
  0.000% (0/6)
New32
hslHueF
Name: QColor::hslHueF
Prototype: qreal QColor::hslHueF() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1438-1443
Comparison: New
  0.000% (0/6)
New32
hslHue
Name: QColor::hslHue
Prototype: int QColor::hslHue() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1396-1401
Comparison: New
  0.000% (0/6)
New32
greenF
Name: QColor::greenF
Prototype: qreal QColor::greenF() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1214-1219
Comparison: New
  0.000% (0/6)
New32
green
Name: QColor::green
Prototype: int QColor::green() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1130-1135
Comparison: New
  0.000% (0/6)
New32
fromRgba64
Name: QColor::fromRgba64
Prototype: QColor QColor::fromRgba64(ushort r, ushort g, ushort b, ushort a) noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1984-1989
Comparison: New
  0.000% (0/1)
New31
fromRgba64
Name: QColor::fromRgba64
Prototype: QColor QColor::fromRgba64(QRgba64 rgba64) noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1999-2004
Comparison: New
  0.000% (0/1)
New31
fromRgba
Name: QColor::fromRgba
Prototype: QColor QColor::fromRgba(QRgb rgba) noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1911-1914
Comparison: New
  0.000% (0/1)
New11
fromRgb
Name: QColor::fromRgb
Prototype: QColor QColor::fromRgb(QRgb rgb) noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1895-1898
Comparison: New
  0.000% (0/1)
New11
dark
Name: QColor::dark
Prototype: QColor QColor::dark(int factor) const noexcept
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 2383-2395
Comparison: New
  0.000% (0/7)
New73
cyanF
Name: QColor::cyanF
Prototype: qreal QColor::cyanF() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1527-1532
Comparison: New
  0.000% (0/6)
New32
cyan
Name: QColor::cyan
Prototype: int QColor::cyan() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1478-1483
Comparison: New
  0.000% (0/6)
New32
convertTo
Name: QColor::convertTo
Prototype: QColor QColor::convertTo(QColor::Spec colorSpec) const noexcept
Coverage:  0.000% (0/14)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1864-1881
Comparison: New
  0.000% (0/14)
New97
blueF
Name: QColor::blueF
Prototype: qreal QColor::blueF() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1242-1247
Comparison: New
  0.000% (0/6)
New32
blue
Name: QColor::blue
Prototype: int QColor::blue() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1158-1163
Comparison: New
  0.000% (0/6)
New32
blackF
Name: QColor::blackF
Prototype: qreal QColor::blackF() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1563-1568
Comparison: New
  0.000% (0/6)
New32
black
Name: QColor::black
Prototype: int QColor::black() const noexcept
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1515-1520
Comparison: New
  0.000% (0/6)
New32
alphaF
Name: QColor::alphaF
Prototype: qreal QColor::alphaF() const noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1080-1081
Comparison: New
  0.000% (0/1)
New11
alpha
Name: QColor::alpha
Prototype: int QColor::alpha() const noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 1058-1059
Comparison: New
  0.000% (0/1)
New11
QColor
Name: QColor::QColor
Prototype: QColor::QColor(Qt::GlobalColor color) noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 340-395
Comparison: New
  0.000% (0/1)
New41
QColor
Name: QColor::QColor
Prototype: QColor::QColor(QRgb color) noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 415-423
Comparison: New
  0.000% (0/1)
New61
QColor
Name: QColor::QColor
Prototype: QColor::QColor(QRgba64 rgba64) noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 433-436
Comparison: New
  0.000% (0/1)
New11
QColor
Name: QColor::QColor
Prototype: QColor::QColor(Spec spec) noexcept
Coverage:  0.000% (0/11)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp
Lines: 447-466
Comparison: New
  0.000% (0/11)
New116

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