Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QColorLuminancePicker::paintEventName: | QColorLuminancePicker::paintEvent | Prototype: | void QColorLuminancePicker::paintEvent(QPaintEvent *) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 820-850 |
| | 25 | 3 |
QColorLuminancePicker::mousePressEventName: | QColorLuminancePicker::mousePressEvent | Prototype: | void QColorLuminancePicker::mousePressEvent(QMouseEvent *m) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 798-801 |
| | 1 | 1 |
QColorLuminancePicker::mouseMoveEventName: | QColorLuminancePicker::mouseMoveEvent | Prototype: | void QColorLuminancePicker::mouseMoveEvent(QMouseEvent *m) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 794-797 |
| | 1 | 1 |
QColorLuminancePicker::QColorLuminancePickerName: | QColorLuminancePicker::QColorLuminancePicker | Prototype: | QColorLuminancePicker::QColorLuminancePicker(QWidget* parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 781-787 |
| | 2 | 1 |
QColorDialogStaticData::writeSettings::[lambda]Name: | QColorDialogStaticData::writeSettings::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 272-272 |
| | 0 | 1 |
QColorDialogStaticData::writeSettingsName: | QColorDialogStaticData::writeSettings | Prototype: | void QColorDialogStaticData::writeSettings() const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 268-277 |
| | 3 | 4 |
QColorDialogStaticData::readSettings::[lambda]Name: | QColorDialogStaticData::readSettings::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 259-259 |
| | 0 | 1 |
QColorDialogStaticData::readSettingsName: | QColorDialogStaticData::readSettings | Prototype: | void QColorDialogStaticData::readSettings() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 256-266 |
| | 4 | 4 |
QColorDialogStaticData::QColorDialogStaticDataName: | QColorDialogStaticData::QColorDialogStaticData | Prototype: | QColorDialogStaticData::QColorDialogStaticData() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 245-254 |
| | 7 | 4 |
QColorDialogPrivate::updateColorPickingName: | QColorDialogPrivate::updateColorPicking | Prototype: | void QColorDialogPrivate::updateColorPicking(const QPoint &globalPos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 2232-2240 |
| | 3 | 1 |
QColorDialogPrivate::updateColorLabelTextName: | 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 |
QColorDialogPrivate::showAlphaName: | 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::setCurrentRgbColorName: | QColorDialogPrivate::setCurrentRgbColor | Prototype: | void QColorDialogPrivate::setCurrentRgbColor(QRgb rgb) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1504-1510 |
| | 3 | 2 |
QColorDialogPrivate::setCurrentQColorName: | QColorDialogPrivate::setCurrentQColor | Prototype: | void QColorDialogPrivate::setCurrentQColor(const QColor &color) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1513-1520 |
| | 4 | 2 |
QColorDialogPrivate::setCurrentColorName: | QColorDialogPrivate::setCurrentColor | Prototype: | void QColorDialogPrivate::setCurrentColor(const QColor &color, SetColorMode setColorMode) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1955-1968 |
| | 8 | 4 |
QColorDialogPrivate::setCurrentAlphaName: | 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::selectColorName: | QColorDialogPrivate::selectColor | Prototype: | bool QColorDialogPrivate::selectColor(const QColor &col) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1529-1565 |
| | 28 | 5 |
QColorDialogPrivate::retranslateStringsName: | QColorDialogPrivate::retranslateStrings | Prototype: | void QColorDialogPrivate::retranslateStrings() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1857-1867 |
| | 6 | 2 |
QColorDialogPrivate::releaseColorPickingName: | 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::platformColorDialogHelperName: | 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::isAlphaVisibleName: | 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::initWidgetsName: | QColorDialogPrivate::initWidgets | Prototype: | void QColorDialogPrivate::initWidgets() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1693-1834 |
| | 73 | 3 |
QColorDialogPrivate::initHelperName: | 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::initName: | QColorDialogPrivate::init | Prototype: | void QColorDialogPrivate::init(const QColor &initial) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1670-1691 |
| | 9 | 2 |
QColorDialogPrivate::helperPrepareShowName: | 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::handleColorPickingMouseMoveName: | 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::handleColorPickingMouseButtonReleaseName: | 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::handleColorPickingKeyPressName: | QColorDialogPrivate::handleColorPickingKeyPress | Prototype: | bool QColorDialogPrivate::handleColorPickingKeyPress(QKeyEvent *e) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 2258-2270 |
| | 9 | 3 |
QColorDialogPrivate::grabScreenColorName: | 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::currentQColorName: | QColorDialogPrivate::currentQColor | Prototype: | QColor QColorDialogPrivate::currentQColor() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1351-1356 |
| | 3 | 2 |
QColorDialogPrivate::currentColorName: | 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::currentAlphaName: | 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::canBeNativeDialogName: | QColorDialogPrivate::canBeNativeDialog | Prototype: | bool QColorDialogPrivate::canBeNativeDialog() const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1869-1885 |
| | 10 | 3 |
QColorDialogPrivate::_q_updateColorPickingName: | QColorDialogPrivate::_q_updateColorPicking | Prototype: | void QColorDialogPrivate::_q_updateColorPicking() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 2213-2230 |
| | 7 | 3 |
QColorDialogPrivate::_q_pickScreenColorName: | QColorDialogPrivate::_q_pickScreenColor | Prototype: | void QColorDialogPrivate::_q_pickScreenColor() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1607-1643 |
| | 14 | 2 |
QColorDialogPrivate::_q_nextCustomName: | 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::_q_newStandardName: | QColorDialogPrivate::_q_newStandard | Prototype: | void QColorDialogPrivate::_q_newStandard(int r, int c) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1600-1605 |
| | 3 | 2 |
QColorDialogPrivate::_q_newHsvName: | QColorDialogPrivate::_q_newHsv | Prototype: | void QColorDialogPrivate::_q_newHsv(int h, int s, int v) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1494-1501 |
| | 4 | 2 |
QColorDialogPrivate::_q_newCustomName: | QColorDialogPrivate::_q_newCustom | Prototype: | void QColorDialogPrivate::_q_newCustom(int r, int c) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1592-1598 |
| | 4 | 2 |
QColorDialogPrivate::_q_newColorTypedInName: | QColorDialogPrivate::_q_newColorTypedIn | Prototype: | void QColorDialogPrivate::_q_newColorTypedIn(QRgb rgb) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1577-1585 |
| | 5 | 2 |
QColorDialogPrivate::_q_addCustomName: | QColorDialogPrivate::_q_addCustom | Prototype: | void QColorDialogPrivate::_q_addCustom() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1849-1855 |
| | 4 | 2 |
QColorDialogPrivate::QColorDialogPrivateName: | 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 |
QColorDialogOptionsPrivate::~QColorDialogOptionsPrivateName: | 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 |
QColorDialogOptionsPrivate::QColorDialogOptionsPrivateName: | 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 |
QColorDialogOptions::windowTitleName: | 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 |
QColorDialogOptions::testOptionName: | 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::standardColorsName: | 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::standardColorName: | QColorDialogOptions::standardColor | Prototype: | QRgb QColorDialogOptions::standardColor(int index) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 373-378 |
| | 3 | 2 |
QColorDialogOptions::setWindowTitleName: | 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::setStandardColorName: | QColorDialogOptions::setStandardColor | Prototype: | void QColorDialogOptions::setStandardColor(int index, QRgb color) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 380-385 |
| | 3 | 2 |
QColorDialogOptions::setOptionsName: | QColorDialogOptions::setOptions | Prototype: | void QColorDialogOptions::setOptions(ColorDialogOptions options) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 332-336 |
| | 2 | 2 |
QColorDialogOptions::setOptionName: | QColorDialogOptions::setOption | Prototype: | void QColorDialogOptions::setOption(QColorDialogOptions::ColorDialogOption option, bool on) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 321-325 |
| | 2 | 2 |
QColorDialogOptions::setCustomColorName: | QColorDialogOptions::setCustomColor | Prototype: | void QColorDialogOptions::setCustomColor(int index, QRgb color) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 360-366 |
| | 4 | 2 |
QColorDialogOptions::optionsName: | 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::operator=Name: | QColorDialogOptions::operator= | Prototype: | QColorDialogOptions &QColorDialogOptions::operator=(const QColorDialogOptions &rhs) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 300-305 |
| | 3 | 2 |
QColorDialogOptions::customColorsName: | 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::customColorCountName: | 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::customColorName: | QColorDialogOptions::customColor | Prototype: | QRgb QColorDialogOptions::customColor(int index) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 348-353 |
| | 3 | 2 |
QColorDialogOptions::QColorDialogOptionsName: | 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::QColorDialogOptionsName: | 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 |
QColorDialog::testOptionName: | 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 |
QColorDialog::standardColorName: | 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::setVisibleName: | QColorDialog::setVisible | Prototype: | void QColorDialog::setVisible(bool visible) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 2102-2125 |
| | 13 | 6 |
QColorDialog::setStandardColorName: | 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::setOptionsName: | QColorDialog::setOptions | Prototype: | void QColorDialog::setOptions(ColorDialogOptions options) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 2040-2056 |
| | 10 | 4 |
QColorDialog::setOptionName: | 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: | 2007-2012 |
| | 3 | 2 |
QColorDialog::setCustomColorName: | 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::setCurrentColorName: | 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::selectedColorName: | 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::optionsName: | 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::openName: | 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::getRgbaName: | 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: | 2183-2191 |
| | 6 | 2 |
QColorDialog::getColorName: | 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: | 2155-2165 |
| | 7 | 2 |
QColorDialog::doneName: | QColorDialog::done | Prototype: | void QColorDialog::done(int result) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 2279-2295 |
| | 11 | 3 |
QColorDialog::customCountName: | 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::customColorName: | 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::currentColorName: | 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::changeEventName: | 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: | 2205-2211 |
| | 4 | 2 |
QColorDialog::QColorDialogName: | 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::QColorDialogName: | 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 |
QColor::yellowFName: | 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 |
| | 3 | 2 |
QColor::yellowName: | 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 |
| | 3 | 2 |
QColor::valueFName: | 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 |
| | 3 | 2 |
QColor::valueName: | 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 |
| | 3 | 2 |
QColor::toRgbName: | 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 |
| | 88 | 23 |
QColor::toHsvName: | 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 |
| | 32 | 8 |
QColor::toHslName: | 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 |
| | 36 | 9 |
QColor::toCmykName: | 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 |
| | 23 | 4 |
QColor::setRgba64Name: | 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 |
QColor::setRgbaName: | 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::setRgbFName: | 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: | 916-933 |
| | 13 | 2 |
QColor::setRgbName: | 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: | 942-956 |
| | 10 | 2 |
QColor::setRgbName: | 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::setRedFName: | QColor::setRedF | Prototype: | void QColor::setRedF(qreal red) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1200-1207 |
| | 4 | 3 |
QColor::setRedName: | QColor::setRed | Prototype: | void QColor::setRed(int red) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1116-1123 |
| | 4 | 3 |
QColor::setNamedColorName: | 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::setHsvFName: | 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: | 691-707 |
| | 12 | 2 |
QColor::setHsvName: | 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: | 718-732 |
| | 10 | 2 |
QColor::setHslFName: | 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: | 804-820 |
| | 12 | 2 |
QColor::setHslName: | 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: | 833-847 |
| | 10 | 2 |