| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPixmap::mask| Name: | QPixmap::mask | | Prototype: | QBitmap QPixmap::mask() const | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1505-1538 |
| | 23 | 6 |
QPixmap::metric| Name: | QPixmap::metric | | Prototype: | int QPixmap::metric(PaintDeviceMetric metric) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1482-1485 |
| | 1 | 1 |
QPixmap::operator=| Name: | QPixmap::operator= | | Prototype: | QPixmap &QPixmap::operator=(const QPixmap &pixmap) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 378-390 |
| | 7 | 3 |
QPixmap::paintEngine| Name: | QPixmap::paintEngine | | Prototype: | QPaintEngine *QPixmap::paintEngine() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1490-1493 |
| | 1 | 1 |
QPixmap::rect| Name: | QPixmap::rect | | Prototype: | QRect QPixmap::rect() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 550-553 |
| | 1 | 1 |
QPixmap::save| Name: | QPixmap::save | | Prototype: | bool QPixmap::save(const QString &fileName, const char *format, int quality) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 866-872 |
| | 4 | 2 |
QPixmap::save| Name: | QPixmap::save | | Prototype: | bool QPixmap::save(QIODevice* device, const char* format, int quality) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 884-890 |
| | 4 | 2 |
QPixmap::scaled| Name: | QPixmap::scaled | | Prototype: | QPixmap QPixmap::scaled(const QSize& s, Qt::AspectRatioMode aspectMode, Qt::TransformationMode mode) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1156-1176 |
| | 15 | 4 |
QPixmap::scaledToHeight| Name: | QPixmap::scaledToHeight | | Prototype: | QPixmap QPixmap::scaledToHeight(int h, Qt::TransformationMode mode) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1220-1232 |
| | 8 | 3 |
QPixmap::scaledToWidth| Name: | QPixmap::scaledToWidth | | Prototype: | QPixmap QPixmap::scaledToWidth(int w, Qt::TransformationMode mode) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1192-1204 |
| | 8 | 3 |
QPixmap::scroll| Name: | QPixmap::scroll | | Prototype: | void QPixmap::scroll(int dx, int dy, const QRect &rect, QRegion *exposed) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 341-369 |
| | 19 | 6 |
QPixmap::setDevicePixelRatio| Name: | QPixmap::setDevicePixelRatio | | Prototype: | void QPixmap::setDevicePixelRatio(qreal scaleFactor) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 686-696 |
| | 6 | 3 |
QPixmap::setMask| Name: | QPixmap::setMask | | Prototype: | void QPixmap::setMask(const QBitmap &mask) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 588-645 |
| | 36 | 14 |
QPixmap::size| Name: | QPixmap::size | | Prototype: | QSize QPixmap::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 538-541 |
| | 1 | 1 |
QPixmap::toImage| Name: | QPixmap::toImage | | Prototype: | QImage QPixmap::toImage() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 440-446 |
| | 3 | 2 |
QPixmap::transformed| Name: | QPixmap::transformed | | Prototype: | QPixmap QPixmap::transformed(const QTransform &transform, Qt::TransformationMode mode) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1252-1259 |
| | 3 | 2 |
QPixmap::transformed| Name: | QPixmap::transformed | | Prototype: | QPixmap QPixmap::transformed(const QMatrix &matrix, Qt::TransformationMode mode) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1267-1270 |
| | 1 | 1 |
QPixmap::trueMatrix| Name: | QPixmap::trueMatrix | | Prototype: | QTransform QPixmap::trueMatrix(const QTransform &m, int w, int h) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 464-467 |
| | 1 | 1 |
QPixmap::trueMatrix| Name: | QPixmap::trueMatrix | | Prototype: | QMatrix QPixmap::trueMatrix(const QMatrix &m, int w, int h) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 476-479 |
| | 1 | 1 |
QPixmap::width| Name: | QPixmap::width | | Prototype: | int QPixmap::width() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 513-516 |
| | 1 | 1 |
QPixmap::~QPixmap| Name: | QPixmap::~QPixmap | | Prototype: | QPixmap::~QPixmap() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 271-274 |
| | 1 | 1 |
QPixmapBlurFilter::QPixmapBlurFilter| Name: | QPixmapBlurFilter::QPixmapBlurFilter | | Prototype: | QPixmapBlurFilter::QPixmapBlurFilter(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 514-517 |
| | 2 | 1 |
QPixmapBlurFilter::blurHints| Name: | QPixmapBlurFilter::blurHints | | Prototype: | QGraphicsBlurEffect::BlurHints QPixmapBlurFilter::blurHints() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 576-580 |
| | 2 | 1 |
QPixmapBlurFilter::boundingRectFor| Name: | QPixmapBlurFilter::boundingRectFor | | Prototype: | QRectF QPixmapBlurFilter::boundingRectFor(const QRectF &rect) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 587-592 |
| | 3 | 1 |
QPixmapBlurFilter::draw| Name: | QPixmapBlurFilter::draw | | Prototype: | void QPixmapBlurFilter::draw(QPainter *painter, const QPointF &p, const QPixmap &src, const QRectF &rect) const | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 901-938 |
| | 25 | 7 |
QPixmapBlurFilter::radius| Name: | QPixmapBlurFilter::radius | | Prototype: | qreal QPixmapBlurFilter::radius() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 544-548 |
| | 2 | 1 |
QPixmapBlurFilter::setBlurHints| Name: | QPixmapBlurFilter::setBlurHints | | Prototype: | void QPixmapBlurFilter::setBlurHints(QGraphicsBlurEffect::BlurHints hints) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 565-569 |
| | 2 | 1 |
QPixmapBlurFilter::setRadius| Name: | QPixmapBlurFilter::setRadius | | Prototype: | void QPixmapBlurFilter::setRadius(qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 533-537 |
| | 2 | 1 |
QPixmapBlurFilterPrivate::QPixmapBlurFilterPrivate| Name: | QPixmapBlurFilterPrivate::QPixmapBlurFilterPrivate | | Prototype: | QPixmapBlurFilterPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 502-502 |
| | 1 | 1 |
QPixmapCache::Key::Key| Name: | QPixmapCache::Key::Key | | Prototype: | QPixmapCache::Key::Key() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 106-108 |
| | 2 | 1 |
QPixmapCache::Key::Key| Name: | QPixmapCache::Key::Key | | Prototype: | QPixmapCache::Key::Key(const Key &other) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 114-119 |
| | 3 | 2 |
QPixmapCache::Key::isValid| Name: | QPixmapCache::Key::isValid | | Prototype: | bool QPixmapCache::Key::isValid() const noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 169-172 |
| | 1 | 1 |
QPixmapCache::Key::operator =| Name: | QPixmapCache::Key::operator = | | Prototype: | QPixmapCache::Key &QPixmapCache::Key::operator =(const Key &other) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 177-187 |
| | 7 | 4 |
QPixmapCache::Key::operator ==| Name: | QPixmapCache::Key::operator == | | Prototype: | bool QPixmapCache::Key::operator ==(const Key &key) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 136-139 |
| | 1 | 1 |
QPixmapCache::Key::~Key| Name: | QPixmapCache::Key::~Key | | Prototype: | QPixmapCache::Key::~Key() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 124-128 |
| | 2 | 2 |
QPixmapCache::cacheLimit| Name: | QPixmapCache::cacheLimit | | Prototype: | int QPixmapCache::cacheLimit() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 613-616 |
| | 1 | 1 |
QPixmapCache::clear| Name: | QPixmapCache::clear | | Prototype: | void QPixmapCache::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 658-667 |
| | 2 | 2 |
QPixmapCache::find| Name: | QPixmapCache::find | | Prototype: | QPixmap *QPixmapCache::find(const QString &key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 487-490 |
| | 1 | 1 |
QPixmapCache::find| Name: | QPixmapCache::find | | Prototype: | bool QPixmapCache::find(const QString &key, QPixmap& pixmap) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 499-502 |
| | 1 | 1 |
QPixmapCache::find| Name: | QPixmapCache::find | | Prototype: | bool QPixmapCache::find(const QString &key, QPixmap* pixmap) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 515-521 |
| | 4 | 2 |
QPixmapCache::find| Name: | QPixmapCache::find | | Prototype: | bool QPixmapCache::find(const Key &key, QPixmap* pixmap) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 532-541 |
| | 6 | 3 |
QPixmapCache::flushDetachedPixmaps| Name: | QPixmapCache::flushDetachedPixmaps | | Prototype: | void QPixmapCache::flushDetachedPixmaps() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 669-672 |
| | 1 | 1 |
QPixmapCache::insert| Name: | QPixmapCache::insert | | Prototype: | bool QPixmapCache::insert(const QString &key, const QPixmap &pixmap) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 563-566 |
| | 1 | 1 |
QPixmapCache::insert| Name: | QPixmapCache::insert | | Prototype: | QPixmapCache::Key QPixmapCache::insert(const QPixmap &pixmap) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 583-586 |
| | 1 | 1 |
QPixmapCache::remove| Name: | QPixmapCache::remove | | Prototype: | void QPixmapCache::remove(const QString &key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 635-638 |
| | 1 | 1 |
QPixmapCache::remove| Name: | QPixmapCache::remove | | Prototype: | void QPixmapCache::remove(const Key &key) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 646-652 |
| | 3 | 2 |
QPixmapCache::replace| Name: | QPixmapCache::replace | | Prototype: | bool QPixmapCache::replace(const Key &key, const QPixmap &pixmap) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 597-603 |
| | 3 | 2 |
QPixmapCache::setCacheLimit| Name: | QPixmapCache::setCacheLimit | | Prototype: | void QPixmapCache::setCacheLimit(int n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 626-630 |
| | 2 | 1 |
QPixmapCache::totalUsed| Name: | QPixmapCache::totalUsed | | Prototype: | int QPixmapCache::totalUsed() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 674-677 |
| | 1 | 1 |
QPixmapCacheEntry::~QPixmapCacheEntry| Name: | QPixmapCacheEntry::~QPixmapCacheEntry | | Prototype: | QPixmapCacheEntry::~QPixmapCacheEntry() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 466-469 |
| | 1 | 1 |
QPixmapColorizeFilter::QPixmapColorizeFilter| Name: | QPixmapColorizeFilter::QPixmapColorizeFilter | | Prototype: | QPixmapColorizeFilter::QPixmapColorizeFilter(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1017-1025 |
| | 5 | 1 |
QPixmapColorizeFilter::color| Name: | QPixmapColorizeFilter::color | | Prototype: | QColor QPixmapColorizeFilter::color() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1041-1045 |
| | 2 | 1 |
QPixmapColorizeFilter::draw| Name: | QPixmapColorizeFilter::draw | | Prototype: | void QPixmapColorizeFilter::draw(QPainter *painter, const QPointF &dest, const QPixmap &src, const QRectF &srcRect) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1086-1136 |
| | 31 | 6 |
QPixmapColorizeFilter::setColor| Name: | QPixmapColorizeFilter::setColor | | Prototype: | void QPixmapColorizeFilter::setColor(const QColor &color) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1052-1056 |
| | 2 | 1 |
QPixmapColorizeFilter::setStrength| Name: | QPixmapColorizeFilter::setStrength | | Prototype: | void QPixmapColorizeFilter::setStrength(qreal strength) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1075-1081 |
| | 4 | 1 |
QPixmapColorizeFilter::strength| Name: | QPixmapColorizeFilter::strength | | Prototype: | qreal QPixmapColorizeFilter::strength() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1064-1068 |
| | 2 | 1 |
QPixmapConvolutionFilter::QPixmapConvolutionFilter| Name: | QPixmapConvolutionFilter::QPixmapConvolutionFilter | | Prototype: | QPixmapConvolutionFilter::QPixmapConvolutionFilter(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 229-234 |
| | 2 | 1 |
QPixmapConvolutionFilter::boundingRectFor| Name: | QPixmapConvolutionFilter::boundingRectFor | | Prototype: | QRectF QPixmapConvolutionFilter::boundingRectFor(const QRectF &rect) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 303-307 |
| | 2 | 1 |
QPixmapConvolutionFilter::columns| Name: | QPixmapConvolutionFilter::columns | | Prototype: | int QPixmapConvolutionFilter::columns() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 293-297 |
| | 2 | 1 |
QPixmapConvolutionFilter::convolutionKernel| Name: | QPixmapConvolutionFilter::convolutionKernel | | Prototype: | const qreal *QPixmapConvolutionFilter::convolutionKernel() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 271-275 |
| | 2 | 1 |
QPixmapConvolutionFilter::draw| Name: | QPixmapConvolutionFilter::draw | | Prototype: | void QPixmapConvolutionFilter::draw(QPainter *painter, const QPointF &p, const QPixmap &src, const QRectF& srcRect) const | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 413-473 |
| | 38 | 9 |
QPixmapConvolutionFilter::rows| Name: | QPixmapConvolutionFilter::rows | | Prototype: | int QPixmapConvolutionFilter::rows() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 282-286 |
| | 2 | 1 |
QPixmapConvolutionFilter::setConvolutionKernel| Name: | QPixmapConvolutionFilter::setConvolutionKernel | | Prototype: | void QPixmapConvolutionFilter::setConvolutionKernel(const qreal *kernel, int rows, int columns) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 256-264 |
| | 6 | 1 |
QPixmapConvolutionFilterPrivate::QPixmapConvolutionFilterPrivate| Name: | QPixmapConvolutionFilterPrivate::QPixmapConvolutionFilterPrivate | | Prototype: | QPixmapConvolutionFilterPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 210-210 |
| | 1 | 1 |
QPixmapConvolutionFilterPrivate::~QPixmapConvolutionFilterPrivate| Name: | QPixmapConvolutionFilterPrivate::~QPixmapConvolutionFilterPrivate | | Prototype: | ~QPixmapConvolutionFilterPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 211-213 |
| | 1 | 1 |
QPixmapDropShadowFilter::QPixmapDropShadowFilter| Name: | QPixmapDropShadowFilter::QPixmapDropShadowFilter | | Prototype: | QPixmapDropShadowFilter::QPixmapDropShadowFilter(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1187-1190 |
| | 2 | 1 |
QPixmapDropShadowFilter::blurRadius| Name: | QPixmapDropShadowFilter::blurRadius | | Prototype: | qreal QPixmapDropShadowFilter::blurRadius() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1210-1214 |
| | 2 | 1 |
QPixmapDropShadowFilter::boundingRectFor| Name: | QPixmapDropShadowFilter::boundingRectFor | | Prototype: | QRectF QPixmapDropShadowFilter::boundingRectFor(const QRectF &rect) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1298-1302 |
| | 2 | 1 |
QPixmapDropShadowFilter::color| Name: | QPixmapDropShadowFilter::color | | Prototype: | QColor QPixmapDropShadowFilter::color() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1238-1242 |
| | 2 | 1 |
QPixmapDropShadowFilter::draw| Name: | QPixmapDropShadowFilter::draw | | Prototype: | void QPixmapDropShadowFilter::draw(QPainter *p, const QPointF &pos, const QPixmap &px, const QRectF &src) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1307-1344 |
| | 21 | 2 |
QPixmapDropShadowFilter::offset| Name: | QPixmapDropShadowFilter::offset | | Prototype: | QPointF QPixmapDropShadowFilter::offset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1264-1268 |
| | 2 | 1 |
QPixmapDropShadowFilter::setBlurRadius| Name: | QPixmapDropShadowFilter::setBlurRadius | | Prototype: | void QPixmapDropShadowFilter::setBlurRadius(qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1225-1229 |
| | 2 | 1 |
QPixmapDropShadowFilter::setColor| Name: | QPixmapDropShadowFilter::setColor | | Prototype: | void QPixmapDropShadowFilter::setColor(const QColor &color) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1251-1255 |
| | 2 | 1 |
QPixmapDropShadowFilter::setOffset| Name: | QPixmapDropShadowFilter::setOffset | | Prototype: | void QPixmapDropShadowFilter::setOffset(const QPointF &offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1277-1281 |
| | 2 | 1 |
QPixmapDropShadowFilterPrivate::QPixmapDropShadowFilterPrivate| Name: | QPixmapDropShadowFilterPrivate::QPixmapDropShadowFilterPrivate | | Prototype: | QPixmapDropShadowFilterPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1141-1142 |
| | 1 | 1 |
QPixmapFilter::QPixmapFilter| Name: | QPixmapFilter::QPixmapFilter | | Prototype: | QPixmapFilter::QPixmapFilter(FilterType type, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 115-119 |
| | 1 | 1 |
QPixmapFilter::QPixmapFilter| Name: | QPixmapFilter::QPixmapFilter | | Prototype: | QPixmapFilter::QPixmapFilter(QPixmapFilterPrivate&d, QPixmapFilter::FilterType type, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 126-130 |
| | 1 | 1 |
QPixmapFilter::boundingRectFor| Name: | QPixmapFilter::boundingRectFor | | Prototype: | QRectF QPixmapFilter::boundingRectFor(const QRectF &rect) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 160-163 |
| | 1 | 1 |
QPixmapFilter::type| Name: | QPixmapFilter::type | | Prototype: | QPixmapFilter::FilterType QPixmapFilter::type() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 148-152 |
| | 2 | 1 |
QPixmapIconEngine::QPixmapIconEngine| Name: | QPixmapIconEngine::QPixmapIconEngine | | Prototype: | QPixmapIconEngine::QPixmapIconEngine(const QPixmapIconEngine &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 171-174 |
| | 2 | 1 |
QPixmapIconEngine::actualSize| Name: | QPixmapIconEngine::actualSize | | Prototype: | QSize QPixmapIconEngine::actualSize(const QSize &size, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 338-350 |
| | 8 | 4 |
QPixmapIconEngine::addFile| Name: | QPixmapIconEngine::addFile | | Prototype: | void QPixmapIconEngine::addFile(const QString &fileName, const QSize &size, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 409-452 |
| | 29 | 13 |
QPixmapIconEngine::addPixmap| Name: | QPixmapIconEngine::addPixmap | | Prototype: | void QPixmapIconEngine::addPixmap(const QPixmap &pixmap, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 352-363 |
| | 6 | 3 |
QPixmapIconEngine::bestMatch| Name: | QPixmapIconEngine::bestMatch | | Prototype: | QPixmapIconEngineEntry *QPixmapIconEngine::bestMatch(const QSize &size, QIcon::Mode mode, QIcon::State state, bool sizeOnly) | | Coverage: | 0.000% (0/73) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 227-277 |
| | 41 | 20 |
QPixmapIconEngine::clone| Name: | QPixmapIconEngine::clone | | Prototype: | QIconEngine *QPixmapIconEngine::clone() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 459-462 |
| | 1 | 1 |
QPixmapIconEngine::key| Name: | QPixmapIconEngine::key | | Prototype: | QString QPixmapIconEngine::key() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 454-457 |
| | 1 | 1 |
QPixmapIconEngine::paint| Name: | QPixmapIconEngine::paint | | Prototype: | void QPixmapIconEngine::paint(QPainter *painter, const QRect &rect, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 180-185 |
| | 3 | 1 |
QPixmapIconEngine::pixmap| Name: | QPixmapIconEngine::pixmap | | Prototype: | QPixmap QPixmapIconEngine::pixmap(const QSize &size, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/55) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 279-336 |
| | 42 | 17 |
QPixmapIconEngine::read| Name: | QPixmapIconEngine::read | | Prototype: | bool QPixmapIconEngine::read(QDataStream &in) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 464-493 |
| | 22 | 4 |
QPixmapIconEngine::tryMatch| Name: | QPixmapIconEngine::tryMatch | | Prototype: | QPixmapIconEngineEntry *QPixmapIconEngine::tryMatch(const QSize &size, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 213-224 |
| | 7 | 4 |
QPixmapIconEngine::virtual_hook| Name: | QPixmapIconEngine::virtual_hook | | Prototype: | void QPixmapIconEngine::virtual_hook(int id, void *data) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 512-533 |
| | 13 | 6 |
QPixmapIconEngine::write| Name: | QPixmapIconEngine::write | | Prototype: | bool QPixmapIconEngine::write(QDataStream &out) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 495-510 |
| | 11 | 3 |
QPixmapStyle::QPixmapStyle| Name: | QPixmapStyle::QPixmapStyle | | Prototype: | QPixmapStyle::QPixmapStyle() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 93-96 |
| | 2 | 1 |
QPixmapStyle::QPixmapStyle| Name: | QPixmapStyle::QPixmapStyle | | Prototype: | QPixmapStyle::QPixmapStyle(QPixmapStylePrivate &dd) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 677-679 |
| | 1 | 1 |
QPixmapStyle::addDescriptor| Name: | QPixmapStyle::addDescriptor | | Prototype: | void QPixmapStyle::addDescriptor(QPixmapStyle::ControlDescriptor control, const QString &fileName, QMargins margins, QTileRules tileRules) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 584-601 |
| | 10 | 2 |
QPixmapStyle::addPixmap| Name: | QPixmapStyle::addPixmap | | Prototype: | void QPixmapStyle::addPixmap(ControlPixmap control, const QString &fileName, QMargins margins) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 642-657 |
| | 8 | 2 |
QPixmapStyle::comboBoxSizeFromContents| Name: | QPixmapStyle::comboBoxSizeFromContents | | Prototype: | QSize QPixmapStyle::comboBoxSizeFromContents(const QStyleOption *option, const QSize &contentsSize, const QWidget *widget) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 1005-1015 |
| | 4 | 1 |
QPixmapStyle::comboBoxSubControlRect| Name: | QPixmapStyle::comboBoxSubControlRect | | Prototype: | QRect QPixmapStyle::comboBoxSubControlRect(const QStyleOptionComplex *option, QStyle::SubControl sc, const QWidget *) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 1039-1065 |
| | 16 | 4 |
QPixmapStyle::copyDescriptor| Name: | QPixmapStyle::copyDescriptor | | Prototype: | void QPixmapStyle::copyDescriptor(QPixmapStyle::ControlDescriptor source, QPixmapStyle::ControlDescriptor dest) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 611-616 |
| | 2 | 1 |
QPixmapStyle::copyPixmap| Name: | QPixmapStyle::copyPixmap | | Prototype: | void QPixmapStyle::copyPixmap(QPixmapStyle::ControlPixmap source, QPixmapStyle::ControlPixmap dest) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 666-670 |
| | 2 | 1 |