| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QCalendarWidget::setFirstDayOfWeek| Name: | QCalendarWidget::setFirstDayOfWeek | | Prototype: | void QCalendarWidget::setFirstDayOfWeek(Qt::DayOfWeek dayOfWeek) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 2710-2718 |
| | 5 | 2 |
QCalendarWidget::setHorizontalHeaderFormat| Name: | QCalendarWidget::setHorizontalHeaderFormat | | Prototype: | void QCalendarWidget::setHorizontalHeaderFormat(QCalendarWidget::HorizontalHeaderFormat format) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 2582-2592 |
| | 7 | 2 |
QCalendarWidget::showNextMonth| Name: | QCalendarWidget::showNextMonth | | Prototype: | void QCalendarWidget::showNextMonth() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 2332-2343 |
| | 7 | 2 |
QCalendarWidget::showPreviousMonth| Name: | QCalendarWidget::showPreviousMonth | | Prototype: | void QCalendarWidget::showPreviousMonth() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 2352-2363 |
| | 7 | 2 |
QCalendarWidget::updateCells| Name: | QCalendarWidget::updateCells | | Prototype: | void QCalendarWidget::updateCells() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 2911-2916 |
| | 3 | 2 |
QCalendarWidget::verticalHeaderFormat| Name: | QCalendarWidget::verticalHeaderFormat | | Prototype: | QCalendarWidget::VerticalHeaderFormat QCalendarWidget::verticalHeaderFormat() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 2619-2626 |
| | 5 | 2 |
QCalendarWidgetPrivate::createNavigationBar| Name: | QCalendarWidgetPrivate::createNavigationBar | | Prototype: | void QCalendarWidgetPrivate::createNavigationBar(QWidget *widget) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1692-1765 |
| | 62 | 2 |
QCalendarWidgetPrivate::showMonth| Name: | QCalendarWidgetPrivate::showMonth | | Prototype: | void QCalendarWidgetPrivate::showMonth(int year, int month) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1887-1899 |
| | 10 | 2 |
QCalendarWidgetPrivate::update| Name: | QCalendarWidgetPrivate::update | | Prototype: | void QCalendarWidgetPrivate::update() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1912-1923 |
| | 8 | 2 |
QCalendarWidgetPrivate::updateMonthMenuNames| Name: | QCalendarWidgetPrivate::updateMonthMenuNames | | Prototype: | void QCalendarWidgetPrivate::updateMonthMenuNames() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1799-1807 |
| | 4 | 2 |
QCalendarYearValidator::pow10| Name: | QCalendarYearValidator::pow10 | | Prototype: | int QCalendarYearValidator::pow10(int n) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 347-353 |
| | 4 | 2 |
QCalendarYearValidator::text| Name: | QCalendarYearValidator::text | | Prototype: | QString QCalendarYearValidator::text(const QDate &date, int repeat) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 416-421 |
| | 3 | 2 |
QChar::category| Name: | QChar::category | | Prototype: | QChar::Category QChar::category(uint ucs4) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1087-1092 |
| | 3 | 2 |
QChar::combiningClass| Name: | QChar::combiningClass | | Prototype: | unsigned char QChar::combiningClass(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1378-1383 |
| | 3 | 2 |
QChar::digitValue| Name: | QChar::digitValue | | Prototype: | int QChar::digitValue(uint ucs4) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1070-1075 |
| | 3 | 2 |
QChar::direction| Name: | QChar::direction | | Prototype: | QChar::Direction QChar::direction(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1104-1109 |
| | 3 | 2 |
QChar::hasMirrored| Name: | QChar::hasMirrored | | Prototype: | bool QChar::hasMirrored(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1186-1191 |
| | 3 | 2 |
QChar::isLetterOrNumber_helper| Name: | QChar::isLetterOrNumber_helper | | Prototype: | bool QChar::isLetterOrNumber_helper(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 907-920 |
| | 11 | 2 |
QChar::isLetter_helper| Name: | QChar::isLetter_helper | | Prototype: | bool QChar::isLetter_helper(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 843-853 |
| | 8 | 2 |
QChar::isMark| Name: | QChar::isMark | | Prototype: | bool QChar::isMark(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 761-769 |
| | 6 | 2 |
QChar::isNumber_helper| Name: | QChar::isNumber_helper | | Prototype: | bool QChar::isNumber_helper(uint ucs4) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 878-886 |
| | 6 | 2 |
QChar::isPrint| Name: | QChar::isPrint | | Prototype: | bool QChar::isPrint(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 702-712 |
| | 8 | 2 |
QChar::isPunct| Name: | QChar::isPunct | | Prototype: | bool QChar::isPunct(uint ucs4) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 785-797 |
| | 10 | 2 |
QChar::isSpace_helper| Name: | QChar::isSpace_helper | | Prototype: | bool QChar::isSpace_helper(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 735-743 |
| | 6 | 2 |
QChar::isSymbol| Name: | QChar::isSymbol | | Prototype: | bool QChar::isSymbol(uint ucs4) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 813-822 |
| | 7 | 2 |
QChar::joiningType| Name: | QChar::joiningType | | Prototype: | QChar::JoiningType QChar::joiningType(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1127-1132 |
| | 3 | 2 |
QChar::mirroredChar| Name: | QChar::mirroredChar | | Prototype: | uint QChar::mirroredChar(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1268-1273 |
| | 3 | 2 |
QChar::script| Name: | QChar::script | | Prototype: | QChar::Script QChar::script(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1399-1404 |
| | 3 | 2 |
QChar::toCaseFolded| Name: | QChar::toCaseFolded | | Prototype: | uint QChar::toCaseFolded(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1541-1546 |
| | 3 | 2 |
QChar::toLower| Name: | QChar::toLower | | Prototype: | uint QChar::toLower(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1460-1465 |
| | 3 | 2 |
QChar::toTitleCase| Name: | QChar::toTitleCase | | Prototype: | uint QChar::toTitleCase(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1500-1505 |
| | 3 | 2 |
QChar::toUpper| Name: | QChar::toUpper | | Prototype: | uint QChar::toUpper(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1480-1485 |
| | 3 | 2 |
QChar::unicodeVersion| Name: | QChar::unicodeVersion | | Prototype: | QChar::UnicodeVersion QChar::unicodeVersion(uint ucs4) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1417-1422 |
| | 3 | 2 |
QCheckBox::checkState| Name: | QCheckBox::checkState | | Prototype: | Qt::CheckState QCheckBox::checkState() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 237-243 |
| | 4 | 2 |
QCheckBox::checkStateSet| Name: | QCheckBox::checkStateSet | | Prototype: | void QCheckBox::checkStateSet() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 347-356 |
| | 6 | 2 |
QCheckBox::event| Name: | QCheckBox::event | | Prototype: | bool QCheckBox::event(QEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 375-385 |
| | 4 | 2 |
QCheckBox::nextCheckState| Name: | QCheckBox::nextCheckState | | Prototype: | void QCheckBox::nextCheckState() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 361-370 |
| | 5 | 2 |
QClipboard::image| Name: | QClipboard::image | | Prototype: | QImage QClipboard::image(Mode mode) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 347-353 |
| | 4 | 2 |
QClipboard::mimeData| Name: | QClipboard::mimeData | | Prototype: | const QMimeData* QClipboard::mimeData(Mode mode) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 438-443 |
| | 3 | 2 |
QClipboardData::setSource| Name: | QClipboardData::setSource | | Prototype: | void setSource(QMimeData* s) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformclipboard.cpp | | Lines: | 48-54 |
| | 4 | 2 |
QCollator::compare| Name: | QCollator::compare | | Prototype: | int QCollator::compare(const QStringRef &s1, const QStringRef &s2) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator_icu.cpp | | Lines: | 118-124 |
| | 3 | 2 |
QCollator::compare| Name: | QCollator::compare | | Prototype: | int QCollator::compare(const QString &s1, const QString &s2) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator_icu.cpp | | Lines: | 110-116 |
| | 3 | 2 |
QCollator::setCaseSensitivity| Name: | QCollator::setCaseSensitivity | | Prototype: | void QCollator::setCaseSensitivity(Qt::CaseSensitivity cs) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 184-192 |
| | 5 | 2 |
QCollator::setIgnorePunctuation| Name: | QCollator::setIgnorePunctuation | | Prototype: | void QCollator::setIgnorePunctuation(bool on) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 255-263 |
| | 5 | 2 |
QCollator::setLocale| Name: | QCollator::setLocale | | Prototype: | void QCollator::setLocale(const QLocale &locale) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 159-167 |
| | 5 | 2 |
QCollator::setNumericMode| Name: | QCollator::setNumericMode | | Prototype: | void QCollator::setNumericMode(bool on) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 222-230 |
| | 5 | 2 |
QCollator::~QCollator| Name: | QCollator::~QCollator | | Prototype: | QCollator::~QCollator() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 92-96 |
| | 2 | 2 |
QCollatorPrivate::cleanup| Name: | QCollatorPrivate::cleanup | | Prototype: | void QCollatorPrivate::cleanup() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator_icu.cpp | | Lines: | 92-97 |
| | 3 | 2 |
QCollatorSortKey::operator=| Name: | QCollatorSortKey::operator= | | Prototype: | QCollatorSortKey& QCollatorSortKey::operator=(const QCollatorSortKey &other) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 363-369 |
| | 3 | 2 |
QColor::black| Name: | QColor::black | | Prototype: | int QColor::black() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1509-1514 |
| | 3 | 2 |
QColor::blackF| Name: | QColor::blackF | | Prototype: | qreal QColor::blackF() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1557-1562 |
| | 3 | 2 |
QColor::blue| Name: | QColor::blue | | Prototype: | int QColor::blue() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1152-1157 |
| | 3 | 2 |
QColor::blueF| Name: | QColor::blueF | | Prototype: | qreal QColor::blueF() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1236-1241 |
| | 3 | 2 |
QColor::cyan| Name: | QColor::cyan | | Prototype: | int QColor::cyan() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1472-1477 |
| | 3 | 2 |
QColor::cyanF| Name: | QColor::cyanF | | Prototype: | qreal QColor::cyanF() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1521-1526 |
| | 3 | 2 |
QColor::fromCmyk| Name: | QColor::fromCmyk | | Prototype: | QColor QColor::fromCmyk(int c, int m, int y, int k, int a) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2251-2270 |
| | 15 | 2 |
QColor::fromCmykF| Name: | QColor::fromCmykF | | Prototype: | QColor QColor::fromCmykF(qreal c, qreal m, qreal y, qreal k, qreal a) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2283-2302 |
| | 15 | 2 |
QColor::fromHsl| Name: | QColor::fromHsl | | Prototype: | QColor QColor::fromHsl(int h, int s, int l, int a) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2073-2091 |
| | 14 | 2 |
QColor::fromHsv| Name: | QColor::fromHsv | | Prototype: | QColor QColor::fromHsv(int h, int s, int v, int a) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2010-2028 |
| | 14 | 2 |
QColor::fromHsvF| Name: | QColor::fromHsvF | | Prototype: | QColor QColor::fromHsvF(qreal h, qreal s, qreal v, qreal a) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2041-2059 |
| | 14 | 2 |
QColor::fromRgb| Name: | QColor::fromRgb | | Prototype: | QColor QColor::fromRgb(int r, int g, int b, int a) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1919-1937 |
| | 14 | 2 |
QColor::fromRgbF| Name: | QColor::fromRgbF | | Prototype: | QColor QColor::fromRgbF(qreal r, qreal g, qreal b, qreal a) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1948-1966 |
| | 14 | 2 |
QColor::green| Name: | QColor::green | | Prototype: | int QColor::green() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1124-1129 |
| | 3 | 2 |
QColor::greenF| Name: | QColor::greenF | | Prototype: | qreal QColor::greenF() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1208-1213 |
| | 3 | 2 |
QColor::hslHue| Name: | QColor::hslHue | | Prototype: | int QColor::hslHue() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1390-1395 |
| | 3 | 2 |
QColor::hslHueF| Name: | QColor::hslHueF | | Prototype: | qreal QColor::hslHueF() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1432-1437 |
| | 3 | 2 |
QColor::hslSaturation| Name: | QColor::hslSaturation | | Prototype: | int QColor::hslSaturation() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1404-1409 |
| | 3 | 2 |
QColor::hslSaturationF| Name: | QColor::hslSaturationF | | Prototype: | qreal QColor::hslSaturationF() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1446-1451 |
| | 3 | 2 |
QColor::hsvHue| Name: | QColor::hsvHue | | Prototype: | int QColor::hsvHue() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1276-1281 |
| | 3 | 2 |
QColor::hsvHueF| Name: | QColor::hsvHueF | | Prototype: | qreal QColor::hsvHueF() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1339-1344 |
| | 3 | 2 |
QColor::hsvSaturation| Name: | QColor::hsvSaturation | | Prototype: | int QColor::hsvSaturation() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1302-1307 |
| | 3 | 2 |
QColor::hsvSaturationF| Name: | QColor::hsvSaturationF | | Prototype: | qreal QColor::hsvSaturationF() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1364-1369 |
| | 3 | 2 |
QColor::lightness| Name: | QColor::lightness | | Prototype: | int QColor::lightness() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1418-1423 |
| | 3 | 2 |
QColor::lightnessF| Name: | QColor::lightnessF | | Prototype: | qreal QColor::lightnessF() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1460-1465 |
| | 3 | 2 |
QColor::magenta| Name: | QColor::magenta | | Prototype: | int QColor::magenta() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1484-1489 |
| | 3 | 2 |
QColor::magentaF| Name: | QColor::magentaF | | Prototype: | qreal QColor::magentaF() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1533-1538 |
| | 3 | 2 |
QColor::operator==| Name: | QColor::operator== | | Prototype: | bool QColor::operator==(const QColor &color) const | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2415-2437 |
| | 18 | 2 |
QColor::red| Name: | QColor::red | | Prototype: | int QColor::red() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1097-1102 |
| | 3 | 2 |
QColor::redF| Name: | QColor::redF | | Prototype: | qreal QColor::redF() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1180-1185 |
| | 3 | 2 |
QColor::rgb| Name: | QColor::rgb | | Prototype: | QRgb QColor::rgb() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1025-1030 |
| | 3 | 2 |
QColor::rgba| Name: | QColor::rgba | | Prototype: | QRgb QColor::rgba() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 962-967 |
| | 3 | 2 |
QColor::rgba64| Name: | QColor::rgba64 | | Prototype: | QRgba64 QColor::rgba64() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 994-999 |
| | 3 | 2 |
QColor::setAlpha| Name: | QColor::setAlpha | | Prototype: | void QColor::setAlpha(int alpha) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1063-1067 |
| | 2 | 2 |
QColor::setAlphaF| Name: | QColor::setAlphaF | | Prototype: | void QColor::setAlphaF(qreal alpha) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1084-1089 |
| | 3 | 2 |
QColor::setCmyk| Name: | QColor::setCmyk | | Prototype: | void QColor::setCmyk(int c, int m, int y, int k, int a) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2194-2211 |
| | 13 | 2 |
QColor::setCmykF| Name: | QColor::setCmykF | | Prototype: | void QColor::setCmykF(qreal c, qreal m, qreal y, qreal k, qreal a) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2223-2240 |
| | 13 | 2 |
QColor::setHsl| Name: | QColor::setHsl | | Prototype: | void QColor::setHsl(int h, int s, int l, int a) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 827-841 |
| | 10 | 2 |
QColor::setHslF| Name: | QColor::setHslF | | Prototype: | void QColor::setHslF(qreal h, qreal s, qreal l, qreal a) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 798-814 |
| | 12 | 2 |
QColor::setHsv| Name: | QColor::setHsv | | Prototype: | void QColor::setHsv(int h, int s, int v, int a) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 712-726 |
| | 10 | 2 |
QColor::setHsvF| Name: | QColor::setHsvF | | Prototype: | void QColor::setHsvF(qreal h, qreal s, qreal v, qreal a) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 685-701 |
| | 12 | 2 |
QColor::setRgb| Name: | QColor::setRgb | | Prototype: | void QColor::setRgb(int r, int g, int b, int a) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 936-950 |
| | 10 | 2 |
QColor::setRgbF| Name: | QColor::setRgbF | | Prototype: | void QColor::setRgbF(qreal r, qreal g, qreal b, qreal a) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 910-927 |
| | 13 | 2 |
QColor::value| Name: | QColor::value | | Prototype: | int QColor::value() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1314-1319 |
| | 3 | 2 |
QColor::valueF| Name: | QColor::valueF | | Prototype: | qreal QColor::valueF() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1376-1381 |
| | 3 | 2 |
QColor::yellow| Name: | QColor::yellow | | Prototype: | int QColor::yellow() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1496-1501 |
| | 3 | 2 |
QColor::yellowF| Name: | QColor::yellowF | | Prototype: | qreal QColor::yellowF() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1545-1550 |
| | 3 | 2 |
QColorDialog::changeEvent| Name: | QColorDialog::changeEvent | | Prototype: | void QColorDialog::changeEvent(QEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2198-2204 |
| | 4 | 2 |
QColorDialog::getColor| Name: | QColorDialog::getColor | | Prototype: | QColor QColorDialog::getColor(const QColor &initial, QWidget *parent, const QString &title, ColorDialogOptions options) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2148-2158 |
| | 7 | 2 |
QColorDialog::getRgba| Name: | QColorDialog::getRgba | | Prototype: | QRgb QColorDialog::getRgba(QRgb initial, bool *ok, QWidget *parent) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2176-2184 |
| | 6 | 2 |
QColorDialog::setOption| Name: | QColorDialog::setOption | | Prototype: | void QColorDialog::setOption(ColorDialogOption option, bool on) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2000-2005 |
| | 3 | 2 |