Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QColumnViewGrip::mouseMoveEventName: | 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::mouseDoubleClickEventName: | 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::QColumnViewGripName: | 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::QColumnViewGripName: | 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::paintName: | 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::visualRegionForSelectionName: | 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::visualRectName: | 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::verticalOffsetName: | 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::sizeHintName: | 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::setSelectionModelName: | 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::setSelectionName: | 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::setRootIndexName: | 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::setResizeGripsVisibleName: | 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::setPreviewWidgetName: | 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::setModelName: | 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::setColumnWidthsName: | 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::selectAllName: | 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::scrollToName: | 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::scrollContentsByName: | 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::rowsInsertedName: | 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::resizeGripsVisibleName: | 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::resizeEventName: | 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::previewWidgetName: | 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::moveCursorName: | 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::isIndexHiddenName: | 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::initializeColumnName: | 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::indexAtName: | 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::horizontalOffsetName: | 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::currentChangedName: | 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::createColumnName: | 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::columnWidthsName: | 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::QColumnViewName: | 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::QColumnViewName: | 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::QColormapPrivateName: | 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::~QColormapName: | 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::sizeName: | 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::pixelName: | 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::modeName: | 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::instanceName: | 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::initializeName: | 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::depthName: | 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::colormapName: | 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::colorAtName: | 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::cleanupName: | 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::QColormapName: | 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::QColormapName: | 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::paintCellContentsName: | 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::mouseReleaseEventName: | 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::mousePressEventName: | 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::mouseMoveEventName: | 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::dropEventName: | 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::dragMoveEventName: | 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::dragLeaveEventName: | 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::dragEnterEventName: | 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::QColorWellName: | 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::updateQColorName: | 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::showCurrentColorName: | 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::showAlphaName: | 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::setRgbName: | 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::setHsvName: | 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::setCurrentAlphaName: | 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::rgbEdName: | 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::retranslateStringsName: | 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::isAlphaVisibleName: | 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::htmlEdName: | 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::hsvEdName: | 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::currentQColorName: | 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::currentColorName: | 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::currentAlphaName: | 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::QColorShowerName: | 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::setColorName: | 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::paintEventName: | 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::mouseReleaseEventName: | 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::mousePressEventName: | 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::mouseMoveEventName: | 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::dropEventName: | 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::dragEnterEventName: | 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::QColorShowLabelName: | 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::eventFilterName: | 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::QColorPickingEventFilterName: | 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::sizeHintName: | 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::setCrossVisibleName: | 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::setColName: | 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::setColName: | 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::satPtName: | 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::resizeEventName: | 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::paintEventName: | 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::mousePressEventName: | 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::mouseMoveEventName: | 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::huePtName: | 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::colPtName: | 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::QColorPickerName: | 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::~QColorLuminancePickerName: | 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::y2valName: | 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::val2yName: | 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::setValName: | 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::setColName: | 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::setColName: | 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 |