| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QCheckBox::isTristate| Name: | QCheckBox::isTristate | | Prototype: | bool QCheckBox::isTristate() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 227-231 |
| | 2 | 1 |
QCheckBox::minimumSizeHint| Name: | QCheckBox::minimumSizeHint | | Prototype: | QSize QCheckBox::minimumSizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 300-303 |
| | 1 | 1 |
QCheckBox::paintEvent| Name: | QCheckBox::paintEvent | | Prototype: | void QCheckBox::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 308-314 |
| | 4 | 1 |
QCheckBox::setTristate| Name: | QCheckBox::setTristate | | Prototype: | void QCheckBox::setTristate(bool y) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 221-225 |
| | 2 | 1 |
QCheckBoxPrivate::QCheckBoxPrivate| Name: | QCheckBoxPrivate::QCheckBoxPrivate | | Prototype: | QCheckBoxPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 57-59 |
| | 1 | 1 |
QCheckBoxPrivate::init| Name: | QCheckBoxPrivate::init | | Prototype: | void QCheckBoxPrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 151-158 |
| | 5 | 1 |
QChildEvent::QChildEvent| Name: | QChildEvent::QChildEvent | | Prototype: | QChildEvent::QChildEvent(Type type, QObject *child) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | | Lines: | 554-556 |
| | 1 | 1 |
QClipData::QClipData| Name: | QClipData::QClipData | | Prototype: | QClipData::QClipData(int height) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3684-3696 |
| | 8 | 1 |
QClipboard::QClipboard| Name: | QClipboard::QClipboard | | Prototype: | QClipboard::QClipboard(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 157-161 |
| | 3 | 1 |
QClipboard::clear| Name: | QClipboard::clear | | Prototype: | void QClipboard::clear(Mode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 496-499 |
| | 1 | 1 |
QClipboard::ownsClipboard| Name: | QClipboard::ownsClipboard | | Prototype: | bool QClipboard::ownsClipboard() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 523-526 |
| | 1 | 1 |
QClipboard::ownsFindBuffer| Name: | QClipboard::ownsFindBuffer | | Prototype: | bool QClipboard::ownsFindBuffer() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 543-546 |
| | 1 | 1 |
QClipboard::ownsMode| Name: | QClipboard::ownsMode | | Prototype: | bool QClipboard::ownsMode(Mode mode) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 566-570 |
| | 2 | 1 |
QClipboard::ownsSelection| Name: | QClipboard::ownsSelection | | Prototype: | bool QClipboard::ownsSelection() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 532-535 |
| | 1 | 1 |
QClipboard::pixmap| Name: | QClipboard::pixmap | | Prototype: | QPixmap QClipboard::pixmap(Mode mode) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 398-402 |
| | 2 | 1 |
QClipboard::setImage| Name: | QClipboard::setImage | | Prototype: | void QClipboard::setImage(const QImage &image, Mode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 376-381 |
| | 3 | 1 |
QClipboard::setPixmap| Name: | QClipboard::setPixmap | | Prototype: | void QClipboard::setPixmap(const QPixmap &pixmap, Mode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 417-422 |
| | 3 | 1 |
QClipboard::setText| Name: | QClipboard::setText | | Prototype: | void QClipboard::setText(const QString &text, Mode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 333-338 |
| | 3 | 1 |
QClipboard::supportsFindBuffer| Name: | QClipboard::supportsFindBuffer | | Prototype: | bool QClipboard::supportsFindBuffer() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 514-517 |
| | 1 | 1 |
QClipboard::supportsMode| Name: | QClipboard::supportsMode | | Prototype: | bool QClipboard::supportsMode(Mode mode) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 554-558 |
| | 2 | 1 |
QClipboard::supportsSelection| Name: | QClipboard::supportsSelection | | Prototype: | bool QClipboard::supportsSelection() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 505-508 |
| | 1 | 1 |
QClipboard::text| Name: | QClipboard::text | | Prototype: | QString QClipboard::text(Mode mode) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 315-319 |
| | 2 | 1 |
QClipboardData::QClipboardData| Name: | QClipboardData::QClipboardData | | Prototype: | QClipboardData::QClipboardData() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformclipboard.cpp | | Lines: | 68-71 |
| | 1 | 1 |
QClipboardData::source| Name: | QClipboardData::source | | Prototype: | QMimeData* source() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformclipboard.cpp | | Lines: | 61-62 |
| | 1 | 1 |
QClipboardData::~QClipboardData| Name: | QClipboardData::~QClipboardData | | Prototype: | QClipboardData::~QClipboardData() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformclipboard.cpp | | Lines: | 73-76 |
| | 1 | 1 |
QCloseEvent::QCloseEvent| Name: | QCloseEvent::QCloseEvent | | Prototype: | QCloseEvent::QCloseEvent() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 1693-1695 |
| | 1 | 1 |
QColSpinBox::QColSpinBox| Name: | QColSpinBox::QColSpinBox | | Prototype: | QColSpinBox(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 985-986 |
| | 1 | 1 |
QColSpinBox::setValue| Name: | QColSpinBox::setValue | | Prototype: | void setValue(int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 987-990 |
| | 2 | 1 |
QCollator::QCollator| Name: | QCollator::QCollator | | Prototype: | QCollator::QCollator(const QCollator &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 89-93 |
| | 1 | 1 |
QCollator::QCollator| Name: | QCollator::QCollator | | Prototype: | QCollator::QCollator(const QLocale &locale) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 79-84 |
| | 2 | 1 |
QCollator::caseSensitivity| Name: | QCollator::caseSensitivity | | Prototype: | Qt::CaseSensitivity QCollator::caseSensitivity() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 207-210 |
| | 1 | 1 |
QCollator::ignorePunctuation| Name: | QCollator::ignorePunctuation | | Prototype: | bool QCollator::ignorePunctuation() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 278-281 |
| | 1 | 1 |
QCollator::locale| Name: | QCollator::locale | | Prototype: | QLocale QCollator::locale() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 178-181 |
| | 1 | 1 |
QCollator::numericMode| Name: | QCollator::numericMode | | Prototype: | bool QCollator::numericMode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 245-248 |
| | 1 | 1 |
QCollatorSortKey::QCollatorSortKey| Name: | QCollatorSortKey::QCollatorSortKey | | Prototype: | QCollatorSortKey::QCollatorSortKey(QCollatorSortKeyPrivate *d) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 346-349 |
| | 2 | 1 |
QCollatorSortKey::QCollatorSortKey| Name: | QCollatorSortKey::QCollatorSortKey | | Prototype: | QCollatorSortKey::QCollatorSortKey(const QCollatorSortKey &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 354-357 |
| | 2 | 1 |
QCollatorSortKey::compare| Name: | QCollatorSortKey::compare | | Prototype: | int QCollatorSortKey::compare(const QCollatorSortKey &otherKey) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator_icu.cpp | | Lines: | 153-156 |
| | 1 | 1 |
QColor::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 |
| | 1 | 1 |
QColor::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 |
| | 4 | 1 |
QColor::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 |
| | 6 | 1 |
QColor::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 |
| | 1 | 1 |
QColor::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 |
| | 1 | 1 |
QColor::colorNames| Name: | QColor::colorNames | | Prototype: | QStringList QColor::colorNames() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 618-625 |
| | 1 | 1 |
QColor::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 |
| | 1 | 1 |
QColor::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 |
| | 1 | 1 |
QColor::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 |
| | 3 | 1 |
QColor::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 |
| | 3 | 1 |
QColor::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 |
| | 1 | 1 |
QColor::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 |
| | 1 | 1 |
QColor::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 |
| | 6 | 1 |
QColor::isValidColor| Name: | QColor::isValidColor | | Prototype: | bool QColor::isValidColor(const QString &name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 577-580 |
| | 1 | 1 |
QColor::name| Name: | QColor::name | | Prototype: | QString QColor::name() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 513-516 |
| | 1 | 1 |
QColor::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 |
| | 1 | 1 |
QColor::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 |
| | 1 | 1 |
QColor::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 |
| | 3 | 1 |
QColor::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 |
| | 1 | 1 |
QColor::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 |
| | 1 | 1 |
QColor::setNamedColor| Name: | QColor::setNamedColor | | Prototype: | void QColor::setNamedColor(const QString &name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 561-564 |
| | 1 | 1 |
QColor::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 |
| | 6 | 1 |
QColor::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 |
| | 6 | 1 |
QColor::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 |
| | 6 | 1 |
QColorDialog::QColorDialog| Name: | QColorDialog::QColorDialog | | Prototype: | QColorDialog::QColorDialog(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1935-1940 |
| | 2 | 1 |
QColorDialog::QColorDialog| Name: | QColorDialog::QColorDialog | | Prototype: | QColorDialog::QColorDialog(const QColor &initial, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1948-1953 |
| | 2 | 1 |
QColorDialog::currentColor| Name: | QColorDialog::currentColor | | Prototype: | QColor QColorDialog::currentColor() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1981-1985 |
| | 2 | 1 |
QColorDialog::customColor| Name: | QColorDialog::customColor | | Prototype: | QColor QColorDialog::customColor(int index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 536-539 |
| | 1 | 1 |
QColorDialog::customCount| Name: | QColorDialog::customCount | | Prototype: | int QColorDialog::customCount() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 526-529 |
| | 1 | 1 |
QColorDialog::open| Name: | QColorDialog::open | | Prototype: | void QColorDialog::open(QObject *receiver, const char *member) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2136-2143 |
| | 5 | 1 |
QColorDialog::options| Name: | QColorDialog::options | | Prototype: | QColorDialog::ColorDialogOptions QColorDialog::options() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2058-2062 |
| | 2 | 1 |
QColorDialog::selectedColor| Name: | QColorDialog::selectedColor | | Prototype: | QColor QColorDialog::selectedColor() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1995-1999 |
| | 2 | 1 |
QColorDialog::setCurrentColor| Name: | QColorDialog::setCurrentColor | | Prototype: | void QColorDialog::setCurrentColor(const QColor &color) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1975-1979 |
| | 2 | 1 |
QColorDialog::setCustomColor| Name: | QColorDialog::setCustomColor | | Prototype: | void QColorDialog::setCustomColor(int index, QColor color) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 548-551 |
| | 1 | 1 |
QColorDialog::setStandardColor| Name: | QColorDialog::setStandardColor | | Prototype: | void QColorDialog::setStandardColor(int index, QColor color) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 570-573 |
| | 1 | 1 |
QColorDialog::standardColor| Name: | QColorDialog::standardColor | | Prototype: | QColor QColorDialog::standardColor(int index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 558-561 |
| | 1 | 1 |
QColorDialog::testOption| Name: | QColorDialog::testOption | | Prototype: | bool QColorDialog::testOption(ColorDialogOption option) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2022-2026 |
| | 2 | 1 |
QColorDialogOptions::QColorDialogOptions| Name: | QColorDialogOptions::QColorDialogOptions | | Prototype: | QColorDialogOptions::QColorDialogOptions() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 292-294 |
| | 2 | 1 |
QColorDialogOptions::QColorDialogOptions| Name: | QColorDialogOptions::QColorDialogOptions | | Prototype: | QColorDialogOptions::QColorDialogOptions(const QColorDialogOptions &rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 296-298 |
| | 2 | 1 |
QColorDialogOptions::customColorCount| Name: | QColorDialogOptions::customColorCount | | Prototype: | int QColorDialogOptions::customColorCount() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 343-346 |
| | 1 | 1 |
QColorDialogOptions::customColors| Name: | QColorDialogOptions::customColors | | Prototype: | QRgb *QColorDialogOptions::customColors() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 355-358 |
| | 1 | 1 |
QColorDialogOptions::options| Name: | QColorDialogOptions::options | | Prototype: | QColorDialogOptions::ColorDialogOptions QColorDialogOptions::options() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 338-341 |
| | 1 | 1 |
QColorDialogOptions::setWindowTitle| Name: | QColorDialogOptions::setWindowTitle | | Prototype: | void QColorDialogOptions::setWindowTitle(const QString &title) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 316-319 |
| | 1 | 1 |
QColorDialogOptions::standardColors| Name: | QColorDialogOptions::standardColors | | Prototype: | QRgb *QColorDialogOptions::standardColors() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 368-371 |
| | 1 | 1 |
QColorDialogOptions::testOption| Name: | QColorDialogOptions::testOption | | Prototype: | bool QColorDialogOptions::testOption(QColorDialogOptions::ColorDialogOption option) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 327-330 |
| | 1 | 1 |
QColorDialogOptions::windowTitle| Name: | QColorDialogOptions::windowTitle | | Prototype: | QString QColorDialogOptions::windowTitle() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 311-314 |
| | 1 | 1 |
QColorDialogOptionsPrivate::QColorDialogOptionsPrivate| Name: | QColorDialogOptionsPrivate::QColorDialogOptionsPrivate | | Prototype: | QColorDialogOptionsPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 284-284 |
| | 1 | 1 |
QColorDialogOptionsPrivate::~QColorDialogOptionsPrivate| Name: | QColorDialogOptionsPrivate::~QColorDialogOptionsPrivate | | Prototype: | ~QColorDialogOptionsPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 286-286 |
| | 1 | 1 |
QColorDialogPrivate::QColorDialogPrivate| Name: | QColorDialogPrivate::QColorDialogPrivate | | Prototype: | QColorDialogPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 95-99 |
| | 1 | 1 |
QColorDialogPrivate::_q_nextCustom| Name: | QColorDialogPrivate::_q_nextCustom | | Prototype: | void QColorDialogPrivate::_q_nextCustom(int r, int c) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1587-1590 |
| | 1 | 1 |
QColorDialogPrivate::currentAlpha| Name: | QColorDialogPrivate::currentAlpha | | Prototype: | inline int QColorDialogPrivate::currentAlpha() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1346-1346 |
| | 1 | 1 |
QColorDialogPrivate::currentColor| Name: | QColorDialogPrivate::currentColor | | Prototype: | inline QRgb QColorDialogPrivate::currentColor() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1345-1345 |
| | 1 | 1 |
QColorDialogPrivate::grabScreenColor| Name: | QColorDialogPrivate::grabScreenColor | | Prototype: | QColor QColorDialogPrivate::grabScreenColor(const QPoint &p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1567-1574 |
| | 5 | 1 |
QColorDialogPrivate::handleColorPickingMouseButtonRelease| Name: | QColorDialogPrivate::handleColorPickingMouseButtonRelease | | Prototype: | bool QColorDialogPrivate::handleColorPickingMouseButtonRelease(QMouseEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2251-2256 |
| | 3 | 1 |
QColorDialogPrivate::handleColorPickingMouseMove| Name: | QColorDialogPrivate::handleColorPickingMouseMove | | Prototype: | bool QColorDialogPrivate::handleColorPickingMouseMove(QMouseEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2242-2249 |
| | 3 | 1 |
QColorDialogPrivate::helperPrepareShow| Name: | QColorDialogPrivate::helperPrepareShow | | Prototype: | void QColorDialogPrivate::helperPrepareShow(QPlatformDialogHelper *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1844-1847 |
| | 1 | 1 |
QColorDialogPrivate::initHelper| Name: | QColorDialogPrivate::initHelper | | Prototype: | void QColorDialogPrivate::initHelper(QPlatformDialogHelper *h) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1836-1842 |
| | 4 | 1 |
QColorDialogPrivate::isAlphaVisible| Name: | QColorDialogPrivate::isAlphaVisible | | Prototype: | inline bool QColorDialogPrivate::isAlphaVisible() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1349-1349 |
| | 1 | 1 |
QColorDialogPrivate::platformColorDialogHelper| Name: | QColorDialogPrivate::platformColorDialogHelper | | Prototype: | QPlatformColorDialogHelper *platformColorDialogHelper() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 101-102 |
| | 1 | 1 |
QColorDialogPrivate::releaseColorPicking| Name: | QColorDialogPrivate::releaseColorPicking | | Prototype: | void QColorDialogPrivate::releaseColorPicking() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1652-1668 |
| | 10 | 1 |
QColorDialogPrivate::setCurrentAlpha| Name: | QColorDialogPrivate::setCurrentAlpha | | Prototype: | inline void QColorDialogPrivate::setCurrentAlpha(int a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1347-1347 |
| | 1 | 1 |
QColorDialogPrivate::showAlpha| Name: | QColorDialogPrivate::showAlpha | | Prototype: | inline void QColorDialogPrivate::showAlpha(bool b) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1348-1348 |
| | 1 | 1 |
QColorDialogPrivate::updateColorLabelText| Name: | QColorDialogPrivate::updateColorLabelText | | Prototype: | void QColorDialogPrivate::updateColorLabelText(const QPoint &globalPos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1645-1650 |
| | 3 | 1 |