| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QColumnViewGrip::mouseMoveEvent| Name: | QColumnViewGrip::mouseMoveEvent | | Prototype: | void QColumnViewGrip::mouseMoveEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnviewgrip.cpp | | Lines: | 162-168 |
| | 4 | 1 |
QColumnViewGrip::mouseDoubleClickEvent| Name: | QColumnViewGrip::mouseDoubleClickEvent | | Prototype: | void QColumnViewGrip::mouseDoubleClickEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnviewgrip.cpp | | Lines: | 136-145 |
| | 7 | 2 |
QColumnViewGrip::QColumnViewGrip| Name: | QColumnViewGrip::QColumnViewGrip | | Prototype: | QColumnViewGrip::QColumnViewGrip(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnviewgrip.cpp | | Lines: | 69-75 |
| | 1 | 1 |
QColumnViewGrip::QColumnViewGrip| Name: | QColumnViewGrip::QColumnViewGrip | | Prototype: | QColumnViewGrip::QColumnViewGrip(QColumnViewGripPrivate & dd, QWidget *parent, Qt::WindowFlags f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnviewgrip.cpp | | Lines: | 80-83 |
| | 2 | 1 |
QColumnViewDelegate::paint| Name: | QColumnViewDelegate::paint | | Prototype: | void QColumnViewDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 1133-1167 |
| | 19 | 5 |
QColumnView::visualRegionForSelection| Name: | QColumnView::visualRegionForSelection | | Prototype: | QRegion QColumnView::visualRegionForSelection(const QItemSelection &selection) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 459-484 |
| | 15 | 4 |
QColumnView::visualRect| Name: | QColumnView::visualRect | | Prototype: | QRect QColumnView::visualRect(const QModelIndex &index) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 222-236 |
| | 9 | 4 |
QColumnView::verticalOffset| Name: | QColumnView::verticalOffset | | Prototype: | int QColumnView::verticalOffset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 451-454 |
| | 1 | 1 |
QColumnView::sizeHint| Name: | QColumnView::sizeHint | | Prototype: | QSize QColumnView::sizeHint() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 513-521 |
| | 5 | 2 |
QColumnView::setSelectionModel| Name: | QColumnView::setSelectionModel | | Prototype: | void QColumnView::setSelectionModel(QItemSelectionModel *newSelectionModel) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 498-508 |
| | 6 | 3 |
QColumnView::setSelection| Name: | QColumnView::setSelection | | Prototype: | void QColumnView::setSelection(const QRect &rect, QItemSelectionModel::SelectionFlags command) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 489-493 |
| | 2 | 1 |
QColumnView::setRootIndex| Name: | QColumnView::setRootIndex | | Prototype: | void QColumnView::setRootIndex(const QModelIndex &index) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 175-192 |
| | 12 | 4 |
QColumnView::setResizeGripsVisible| Name: | QColumnView::setResizeGripsVisible | | Prototype: | void QColumnView::setResizeGripsVisible(bool visible) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 134-152 |
| | 13 | 4 |
QColumnView::setPreviewWidget| Name: | QColumnView::setPreviewWidget | | Prototype: | void QColumnView::setPreviewWidget(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 825-829 |
| | 2 | 1 |
QColumnView::setModel| Name: | QColumnView::setModel | | Prototype: | void QColumnView::setModel(QAbstractItemModel *model) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 163-170 |
| | 5 | 2 |
QColumnView::setColumnWidths| Name: | QColumnView::setColumnWidths | | Prototype: | void QColumnView::setColumnWidths(const QList<int> &list) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 863-877 |
| | 10 | 3 |
QColumnView::selectAll| Name: | QColumnView::selectAll | | Prototype: | void QColumnView::selectAll() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 1017-1041 |
| | 18 | 5 |
QColumnView::scrollTo| Name: | QColumnView::scrollTo | | Prototype: | void QColumnView::scrollTo(const QModelIndex &index, ScrollHint hint) | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 257-341 |
| | 45 | 13 |
QColumnView::scrollContentsBy| Name: | QColumnView::scrollContentsBy | | Prototype: | void QColumnView::scrollContentsBy(int dx, int dy) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 241-252 |
| | 8 | 3 |
QColumnView::rowsInserted| Name: | QColumnView::rowsInserted | | Prototype: | void QColumnView::rowsInserted(const QModelIndex &parent, int start, int end) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 898-902 |
| | 2 | 1 |
QColumnView::resizeGripsVisible| Name: | QColumnView::resizeGripsVisible | | Prototype: | bool QColumnView::resizeGripsVisible() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 154-158 |
| | 2 | 1 |
QColumnView::resizeEvent| Name: | QColumnView::resizeEvent | | Prototype: | void QColumnView::resizeEvent(QResizeEvent *event) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 386-399 |
| | 9 | 3 |
QColumnView::previewWidget| Name: | QColumnView::previewWidget | | Prototype: | QWidget *QColumnView::previewWidget() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 810-814 |
| | 2 | 1 |
QColumnView::moveCursor| Name: | QColumnView::moveCursor | | Prototype: | QModelIndex QColumnView::moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 348-381 |
| | 18 | 10 |
QColumnView::isIndexHidden| Name: | QColumnView::isIndexHidden | | Prototype: | bool QColumnView::isIndexHidden(const QModelIndex &index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 197-201 |
| | 2 | 1 |
QColumnView::initializeColumn| Name: | QColumnView::initializeColumn | | Prototype: | void QColumnView::initializeColumn(QAbstractItemView *column) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 767-803 |
| | 25 | 2 |
QColumnView::indexAt| Name: | QColumnView::indexAt | | Prototype: | QModelIndex QColumnView::indexAt(const QPoint &point) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 206-217 |
| | 8 | 3 |
QColumnView::horizontalOffset| Name: | QColumnView::horizontalOffset | | Prototype: | int QColumnView::horizontalOffset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 442-446 |
| | 2 | 1 |
QColumnView::currentChanged| Name: | QColumnView::currentChanged | | Prototype: | void QColumnView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 907-950 |
| | 26 | 12 |
QColumnView::createColumn| Name: | QColumnView::createColumn | | Prototype: | QAbstractItemView *QColumnView::createColumn(const QModelIndex &index) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 745-756 |
| | 6 | 2 |
QColumnView::columnWidths| Name: | QColumnView::columnWidths | | Prototype: | QList<int> QColumnView::columnWidths() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 884-893 |
| | 7 | 2 |
QColumnView::QColumnView| Name: | QColumnView::QColumnView | | Prototype: | QColumnView::QColumnView(QWidget * parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 87-92 |
| | 2 | 1 |
QColumnView::QColumnView| Name: | QColumnView::QColumnView | | Prototype: | QColumnView::QColumnView(QColumnViewPrivate & dd, QWidget * parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 97-102 |
| | 2 | 1 |
QColormapPrivate::QColormapPrivate| Name: | QColormapPrivate::QColormapPrivate | | Prototype: | inline QColormapPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 51-53 |
| | 1 | 1 |
QColormap::~QColormap| Name: | QColormap::~QColormap | | Prototype: | QColormap::~QColormap() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 102-106 |
| | 2 | 2 |
QColormap::size| Name: | QColormap::size | | Prototype: | int QColormap::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 116-119 |
| | 1 | 1 |
QColormap::pixel| Name: | QColormap::pixel | | Prototype: | uint QColormap::pixel(const QColor &color) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 159-192 |
| | 16 | 5 |
QColormap::operator=| Name: | QColormap::operator= | | Prototype: | QColormap &QColormap::operator=(const QColormap &colormap) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 228-229 |
| | 1 | 1 |
QColormap::mode| Name: | QColormap::mode | | Prototype: | QColormap::Mode QColormap::mode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 108-109 |
| | 1 | 1 |
QColormap::instance| Name: | QColormap::instance | | Prototype: | QColormap QColormap::instance(int ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 89-92 |
| | 1 | 1 |
QColormap::initialize| Name: | QColormap::initialize | | Prototype: | void QColormap::initialize() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 64-81 |
| | 12 | 3 |
QColormap::depth| Name: | QColormap::depth | | Prototype: | int QColormap::depth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 112-113 |
| | 1 | 1 |
QColormap::colormap| Name: | QColormap::colormap | | Prototype: | const QVector<QColor> QColormap::colormap() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 223-226 |
| | 1 | 1 |
QColormap::colorAt| Name: | QColormap::colorAt | | Prototype: | const QColor QColormap::colorAt(uint pixel) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 194-221 |
| | 12 | 3 |
QColormap::cleanup| Name: | QColormap::cleanup | | Prototype: | void QColormap::cleanup() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 83-87 |
| | 2 | 1 |
QColormap::QColormap| Name: | QColormap::QColormap | | Prototype: | QColormap::QColormap() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 94-96 |
| | 1 | 1 |
QColormap::QColormap| Name: | QColormap::QColormap | | Prototype: | QColormap::QColormap(const QColormap &colormap) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 98-100 |
| | 1 | 1 |
QColorWell::paintCellContents| Name: | QColorWell::paintCellContents | | Prototype: | void QColorWell::paintCellContents(QPainter *p, int row, int col, const QRect &r) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 611-615 |
| | 2 | 1 |
QColorWell::mouseReleaseEvent| Name: | QColorWell::mouseReleaseEvent | | Prototype: | void QColorWell::mouseReleaseEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 691-697 |
| | 4 | 2 |
QColorWell::mousePressEvent| Name: | QColorWell::mousePressEvent | | Prototype: | void QColorWell::mousePressEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 617-623 |
| | 4 | 1 |
QColorWell::mouseMoveEvent| Name: | QColorWell::mouseMoveEvent | | Prototype: | void QColorWell::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 625-649 |
| | 19 | 3 |
QColorWell::dropEvent| Name: | QColorWell::dropEvent | | Prototype: | void QColorWell::dropEvent(QDropEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 676-687 |
| | 7 | 2 |
QColorWell::dragMoveEvent| Name: | QColorWell::dragMoveEvent | | Prototype: | void QColorWell::dragMoveEvent(QDragMoveEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 666-674 |
| | 4 | 2 |
QColorWell::dragLeaveEvent| Name: | QColorWell::dragLeaveEvent | | Prototype: | void QColorWell::dragLeaveEvent(QDragLeaveEvent *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 660-664 |
| | 2 | 2 |
QColorWell::dragEnterEvent| Name: | QColorWell::dragEnterEvent | | Prototype: | void QColorWell::dragEnterEvent(QDragEnterEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 652-658 |
| | 3 | 2 |
QColorWell::QColorWell| Name: | QColorWell::QColorWell | | Prototype: | QColorWell(QWidget *parent, int r, int c, QRgb *vals) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 587-589 |
| | 1 | 1 |
QColorShower::updateQColor| Name: | QColorShower::updateQColor | | Prototype: | void QColorShower::updateQColor() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1485-1491 |
| | 4 | 2 |
QColorShower::showCurrentColor| Name: | QColorShower::showCurrentColor | | Prototype: | void QColorShower::showCurrentColor() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1358-1362 |
| | 2 | 1 |
QColorShower::showAlpha| Name: | QColorShower::showAlpha | | Prototype: | void QColorShower::showAlpha(bool b) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1096-1100 |
| | 2 | 1 |
QColorShower::setRgb| Name: | QColorShower::setRgb | | Prototype: | void QColorShower::setRgb(QRgb rgb) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1427-1446 |
| | 12 | 1 |
QColorShower::setHsv| Name: | QColorShower::setHsv | | Prototype: | void QColorShower::setHsv(int h, int s, int v) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1448-1471 |
| | 16 | 2 |
QColorShower::setCurrentAlpha| Name: | QColorShower::setCurrentAlpha | | Prototype: | void setCurrentAlpha(int a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1006-1006 |
| | 1 | 1 |
QColorShower::rgbEd| Name: | QColorShower::rgbEd | | Prototype: | void QColorShower::rgbEd() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1364-1380 |
| | 10 | 1 |
QColorShower::retranslateStrings| Name: | QColorShower::retranslateStrings | | Prototype: | void QColorShower::retranslateStrings() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1473-1483 |
| | 8 | 1 |
QColorShower::isAlphaVisible| Name: | QColorShower::isAlphaVisible | | Prototype: | inline bool QColorShower::isAlphaVisible() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1102-1105 |
| | 1 | 1 |
QColorShower::htmlEd| Name: | QColorShower::htmlEd | | Prototype: | void QColorShower::htmlEd() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1404-1425 |
| | 16 | 2 |
QColorShower::hsvEd| Name: | QColorShower::hsvEd | | Prototype: | void QColorShower::hsvEd() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1382-1402 |
| | 14 | 1 |
QColorShower::currentQColor| Name: | QColorShower::currentQColor | | Prototype: | QColor currentQColor() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1011-1011 |
| | 1 | 1 |
QColorShower::currentColor| Name: | QColorShower::currentColor | | Prototype: | QRgb currentColor() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1010-1010 |
| | 1 | 1 |
QColorShower::currentAlpha| Name: | QColorShower::currentAlpha | | Prototype: | int currentAlpha() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1004-1005 |
| | 1 | 1 |
QColorShower::QColorShower::[lambda]| Name: | QColorShower::QColorShower::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1309-1309 |
| | 0 | 1 |
QColorShower::QColorShower| Name: | QColorShower::QColorShower | | Prototype: | QColorShower::QColorShower(QColorDialog *parent) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1171-1341 |
| | 73 | 2 |
QColorShowLabel::setColor| Name: | QColorShowLabel::setColor | | Prototype: | void setColor(QColor c) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1067-1067 |
| | 1 | 1 |
QColorShowLabel::paintEvent| Name: | QColorShowLabel::paintEvent | | Prototype: | void QColorShowLabel::paintEvent(QPaintEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1089-1094 |
| | 3 | 1 |
QColorShowLabel::mouseReleaseEvent| Name: | QColorShowLabel::mouseReleaseEvent | | Prototype: | void QColorShowLabel::mouseReleaseEvent(QMouseEvent *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1164-1169 |
| | 3 | 2 |
QColorShowLabel::mousePressEvent| Name: | QColorShowLabel::mousePressEvent | | Prototype: | void QColorShowLabel::mousePressEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1107-1111 |
| | 2 | 1 |
QColorShowLabel::mouseMoveEvent| Name: | QColorShowLabel::mouseMoveEvent | | Prototype: | void QColorShowLabel::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1113-1135 |
| | 15 | 3 |
QColorShowLabel::dropEvent| Name: | QColorShowLabel::dropEvent | | Prototype: | void QColorShowLabel::dropEvent(QDropEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1150-1161 |
| | 7 | 2 |
QColorShowLabel::dragEnterEvent| Name: | QColorShowLabel::dragEnterEvent | | Prototype: | void QColorShowLabel::dragEnterEvent(QDragEnterEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1138-1144 |
| | 3 | 2 |
QColorShowLabel::QColorShowLabel| Name: | QColorShowLabel::QColorShowLabel | | Prototype: | QColorShowLabel(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1062-1066 |
| | 3 | 1 |
QColorPickingEventFilter::eventFilter| Name: | QColorPickingEventFilter::eventFilter | | Prototype: | bool eventFilter(QObject *, QEvent *event) override | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 501-514 |
| | 6 | 5 |
QColorPickingEventFilter::QColorPickingEventFilter| Name: | QColorPickingEventFilter::QColorPickingEventFilter | | Prototype: | explicit QColorPickingEventFilter(QColorDialogPrivate *dp, QObject *parent = 0) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 499-499 |
| | 1 | 1 |
QColorPicker::sizeHint| Name: | QColorPicker::sizeHint | | Prototype: | QSize QColorPicker::sizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 907-910 |
| | 1 | 1 |
QColorPicker::setCrossVisible| Name: | QColorPicker::setCrossVisible | | Prototype: | void QColorPicker::setCrossVisible(bool visible) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 899-905 |
| | 3 | 2 |
QColorPicker::setCol| Name: | QColorPicker::setCol | | Prototype: | void QColorPicker::setCol(const QPoint &pt) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 879-882 |
| | 1 | 1 |
QColorPicker::setCol| Name: | QColorPicker::setCol | | Prototype: | void QColorPicker::setCol(int h, int s) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 912-925 |
| | 9 | 2 |
QColorPicker::satPt| Name: | QColorPicker::satPt | | Prototype: | int QColorPicker::satPt(const QPoint &pt) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 873-877 |
| | 2 | 1 |
QColorPicker::resizeEvent| Name: | QColorPicker::resizeEvent | | Prototype: | void QColorPicker::resizeEvent(QResizeEvent *ev) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 957-979 |
| | 17 | 3 |
QColorPicker::paintEvent| Name: | QColorPicker::paintEvent | | Prototype: | void QColorPicker::paintEvent(QPaintEvent* ) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 941-955 |
| | 9 | 2 |
QColorPicker::mousePressEvent| Name: | QColorPicker::mousePressEvent | | Prototype: | void QColorPicker::mousePressEvent(QMouseEvent *m) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 934-939 |
| | 3 | 1 |
QColorPicker::mouseMoveEvent| Name: | QColorPicker::mouseMoveEvent | | Prototype: | void QColorPicker::mouseMoveEvent(QMouseEvent *m) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 927-932 |
| | 3 | 1 |
QColorPicker::huePt| Name: | QColorPicker::huePt | | Prototype: | int QColorPicker::huePt(const QPoint &pt) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 867-871 |
| | 2 | 1 |
QColorPicker::colPt| Name: | QColorPicker::colPt | | Prototype: | QPoint QColorPicker::colPt() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 861-865 |
| | 2 | 1 |
QColorPicker::QColorPicker| Name: | QColorPicker::QColorPicker | | Prototype: | QColorPicker::QColorPicker(QWidget* parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 884-893 |
| | 4 | 1 |
QColorLuminancePicker::~QColorLuminancePicker| Name: | QColorLuminancePicker::~QColorLuminancePicker | | Prototype: | QColorLuminancePicker::~QColorLuminancePicker() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 789-792 |
| | 1 | 1 |
QColorLuminancePicker::y2val| Name: | QColorLuminancePicker::y2val | | Prototype: | int QColorLuminancePicker::y2val(int y) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 769-773 |
| | 2 | 1 |
QColorLuminancePicker::val2y| Name: | QColorLuminancePicker::val2y | | Prototype: | int QColorLuminancePicker::val2y(int v) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 775-779 |
| | 2 | 1 |
QColorLuminancePicker::setVal| Name: | QColorLuminancePicker::setVal | | Prototype: | void QColorLuminancePicker::setVal(int v) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 803-811 |
| | 6 | 2 |
QColorLuminancePicker::setCol| Name: | QColorLuminancePicker::setCol | | Prototype: | void QColorLuminancePicker::setCol(int h, int s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 814-818 |
| | 2 | 1 |
QColorLuminancePicker::setCol| Name: | QColorLuminancePicker::setCol | | Prototype: | void QColorLuminancePicker::setCol(int h, int s , int v) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 852-859 |
| | 5 | 1 |