| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QRasterPaintEngine::drawRects| Name: | QRasterPaintEngine::drawRects | | Prototype: | void QRasterPaintEngine::drawRects(const QRect *rects, int rectCount) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1455-1505 |
| | 31 | 9 |
QRasterPaintEngine::drawRects| Name: | QRasterPaintEngine::drawRects | | Prototype: | void QRasterPaintEngine::drawRects(const QRectF *rects, int rectCount) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1510-1557 |
| | 28 | 9 |
QRasterPaintEngine::drawPolygon| Name: | QRasterPaintEngine::drawPolygon | | Prototype: | void QRasterPaintEngine::drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1891-1928 |
| | 19 | 6 |
QRasterPaintEngine::drawPolygon| Name: | QRasterPaintEngine::drawPolygon | | Prototype: | void QRasterPaintEngine::drawPolygon(const QPoint *points, int pointCount, PolygonDrawMode mode) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1933-1993 |
| | 36 | 8 |
QRasterPaintEngine::drawPoints| Name: | QRasterPaintEngine::drawPoints | | Prototype: | void QRasterPaintEngine::drawPoints(const QPointF *points, int pointCount) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3083-3100 |
| | 11 | 3 |
QRasterPaintEngine::drawPoints| Name: | QRasterPaintEngine::drawPoints | | Prototype: | void QRasterPaintEngine::drawPoints(const QPoint *points, int pointCount) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3103-3120 |
| | 11 | 3 |
QRasterPaintEngine::drawPixmap| Name: | QRasterPaintEngine::drawPixmap | | Prototype: | void QRasterPaintEngine::drawPixmap(const QPointF &pos, const QPixmap &pixmap) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1998-2034 |
| | 20 | 6 |
QRasterPaintEngine::drawPixmap| Name: | QRasterPaintEngine::drawPixmap | | Prototype: | void QRasterPaintEngine::drawPixmap(const QRectF &r, const QPixmap &pixmap, const QRectF &sr) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2039-2083 |
| | 28 | 6 |
QRasterPaintEngine::drawLines| Name: | QRasterPaintEngine::drawLines | | Prototype: | void QRasterPaintEngine::drawLines(const QLine *lines, int lineCount) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3125-3147 |
| | 12 | 4 |
QRasterPaintEngine::drawLines| Name: | QRasterPaintEngine::drawLines | | Prototype: | void QRasterPaintEngine::drawLines(const QLineF *lines, int lineCount) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3198-3219 |
| | 12 | 4 |
QRasterPaintEngine::drawImage| Name: | QRasterPaintEngine::drawImage | | Prototype: | void QRasterPaintEngine::drawImage(const QPointF &p, const QImage &img) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2106-2151 |
| | 26 | 7 |
QRasterPaintEngine::drawImage| Name: | QRasterPaintEngine::drawImage | | Prototype: | void QRasterPaintEngine::drawImage(const QRectF &r, const QImage &img, const QRectF &sr, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/174) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2196-2436 |
| | 157 | 37 |
QRasterPaintEngine::drawEllipse| Name: | QRasterPaintEngine::drawEllipse | | Prototype: | void QRasterPaintEngine::drawEllipse(const QRectF &rect) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3225-3252 |
| | 21 | 3 |
QRasterPaintEngine::drawCachedGlyphs| Name: | QRasterPaintEngine::drawCachedGlyphs | | Prototype: | bool QRasterPaintEngine::drawCachedGlyphs(int numGlyphs, const glyph_t *glyphs, const QFixedPoint *positions, QFontEngine *fontEngine) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2751-2844 |
| | 56 | 11 |
QRasterPaintEngine::drawBitmap| Name: | QRasterPaintEngine::drawBitmap | | Prototype: | void QRasterPaintEngine::drawBitmap(const QPointF &pos, const QImage &image, QSpanData *fg) | | Coverage: | 0.000% (0/51) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3324-3408 |
| | 62 | 15 |
QRasterPaintEngine::createState| Name: | QRasterPaintEngine::createState | | Prototype: | QPainterState *QRasterPaintEngine::createState(QPainterState *orig) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 652-661 |
| | 5 | 2 |
QRasterPaintEngine::coordinateOffset| Name: | QRasterPaintEngine::coordinateOffset | | Prototype: | QPoint QRasterPaintEngine::coordinateOffset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3319-3322 |
| | 1 | 1 |
QRasterPaintEngine::compositionModeChanged| Name: | QRasterPaintEngine::compositionModeChanged | | Prototype: | void QRasterPaintEngine::compositionModeChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 868-884 |
| | 7 | 1 |
QRasterPaintEngine::clipType| Name: | QRasterPaintEngine::clipType | | Prototype: | QRasterPaintEngine::ClipType QRasterPaintEngine::clipType() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3422-3431 |
| | 5 | 2 |
QRasterPaintEngine::clipEnabledChanged| Name: | QRasterPaintEngine::clipEnabledChanged | | Prototype: | void QRasterPaintEngine::clipEnabledChanged() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 939-953 |
| | 6 | 2 |
QRasterPaintEngine::clipBoundingRect| Name: | QRasterPaintEngine::clipBoundingRect | | Prototype: | QRect QRasterPaintEngine::clipBoundingRect() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3437-3450 |
| | 7 | 3 |
QRasterPaintEngine::clip| Name: | QRasterPaintEngine::clip | | Prototype: | void QRasterPaintEngine::clip(const QVectorPath &path, Qt::ClipOperation op) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1140-1207 |
| | 28 | 8 |
QRasterPaintEngine::clip| Name: | QRasterPaintEngine::clip | | Prototype: | void QRasterPaintEngine::clip(const QRect &rect, Qt::ClipOperation op) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1214-1233 |
| | 9 | 4 |
QRasterPaintEngine::clip| Name: | QRasterPaintEngine::clip | | Prototype: | void QRasterPaintEngine::clip(const QRegion ®ion, Qt::ClipOperation op) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1290-1339 |
| | 30 | 8 |
QRasterPaintEngine::brushOriginChanged| Name: | QRasterPaintEngine::brushOriginChanged | | Prototype: | void QRasterPaintEngine::brushOriginChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 775-783 |
| | 2 | 1 |
QRasterPaintEngine::brushChanged| Name: | QRasterPaintEngine::brushChanged | | Prototype: | void QRasterPaintEngine::brushChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 789-796 |
| | 2 | 1 |
QRasterPaintEngine::begin| Name: | QRasterPaintEngine::begin | | Prototype: | bool QRasterPaintEngine::begin(QPaintDevice *device) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 436-507 |
| | 38 | 7 |
QRasterPaintEngine::alphaPenBlt| Name: | QRasterPaintEngine::alphaPenBlt | | Prototype: | void QRasterPaintEngine::alphaPenBlt(const void* src, int bpl, int depth, int rx,int ry,int w,int h) | | Coverage: | 0.000% (0/169) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2526-2746 |
| | 150 | 41 |
QRasterPaintEngine::QRasterPaintEngine| Name: | QRasterPaintEngine::QRasterPaintEngine | | Prototype: | QRasterPaintEngine::QRasterPaintEngine(QPaintDevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 336-341 |
| | 2 | 1 |
QRasterPaintEngine::QRasterPaintEngine| Name: | QRasterPaintEngine::QRasterPaintEngine | | Prototype: | QRasterPaintEngine::QRasterPaintEngine(QRasterPaintEnginePrivate &dd, QPaintDevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 346-351 |
| | 2 | 1 |
QRasterBuffer::resetBuffer| Name: | QRasterBuffer::resetBuffer | | Prototype: | void QRasterBuffer::resetBuffer(int val) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3679-3682 |
| | 1 | 1 |
QRasterBuffer::prepare| Name: | QRasterBuffer::prepare | | Prototype: | QImage::Format QRasterBuffer::prepare(QImage *image) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3659-3677 |
| | 13 | 2 |
QRasterBuffer::init| Name: | QRasterBuffer::init | | Prototype: | void QRasterBuffer::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3651-3657 |
| | 4 | 1 |
QRasterBuffer::flushToARGBImage| Name: | QRasterBuffer::flushToARGBImage | | Prototype: | void QRasterBuffer::flushToARGBImage(QImage *target) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 4126-4147 |
| | 14 | 4 |
QRasterBuffer::colorizeBitmap| Name: | QRasterBuffer::colorizeBitmap | | Prototype: | QImage QRasterBuffer::colorizeBitmap(const QImage &image, const QColor &color) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3624-3645 |
| | 15 | 4 |
QRasterBuffer::bufferImage| Name: | QRasterBuffer::bufferImage | | Prototype: | QImage QRasterBuffer::bufferImage() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 4109-4122 |
| | 7 | 3 |
QRadioButtonPrivate::init| Name: | QRadioButtonPrivate::init | | Prototype: | void QRadioButtonPrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 66-74 |
| | 6 | 1 |
QRadioButtonPrivate::QRadioButtonPrivate| Name: | QRadioButtonPrivate::QRadioButtonPrivate | | Prototype: | QRadioButtonPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 58-58 |
| | 1 | 1 |
QRadioButton::sizeHint| Name: | QRadioButton::sizeHint | | Prototype: | QSize QRadioButton::sizeHint() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 192-207 |
| | 13 | 3 |
QRadioButton::paintEvent| Name: | QRadioButton::paintEvent | | Prototype: | void QRadioButton::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 249-255 |
| | 4 | 1 |
QRadioButton::mouseMoveEvent| Name: | QRadioButton::mouseMoveEvent | | Prototype: | void QRadioButton::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 230-245 |
| | 9 | 4 |
QRadioButton::minimumSizeHint| Name: | QRadioButton::minimumSizeHint | | Prototype: | QSize QRadioButton::minimumSizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 212-215 |
| | 1 | 1 |
QRadioButton::initStyleOption| Name: | QRadioButton::initStyleOption | | Prototype: | void QRadioButton::initStyleOption(QStyleOptionButton *option) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 172-187 |
| | 12 | 4 |
QRadioButton::hitButton| Name: | QRadioButton::hitButton | | Prototype: | bool QRadioButton::hitButton(const QPoint &pos) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 220-225 |
| | 3 | 1 |
QRadioButton::event| Name: | QRadioButton::event | | Prototype: | bool QRadioButton::event(QEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 258-268 |
| | 4 | 2 |
QRadioButton::QRadioButton| Name: | QRadioButton::QRadioButton | | Prototype: | QRadioButton::QRadioButton(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 137-142 |
| | 2 | 1 |
QRadioButton::QRadioButton| Name: | QRadioButton::QRadioButton | | Prototype: | QRadioButton::QRadioButton(const QString &text, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 157-163 |
| | 3 | 1 |
QRadialGradient::setRadius| Name: | QRadialGradient::setRadius | | Prototype: | void QRadialGradient::setRadius(qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2037-2041 |
| | 2 | 1 |
QRadialGradient::setFocalRadius| Name: | QRadialGradient::setFocalRadius | | Prototype: | void QRadialGradient::setFocalRadius(qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2094-2108 |
| | 4 | 1 |
QRadialGradient::setFocalPoint| Name: | QRadialGradient::setFocalPoint | | Prototype: | void QRadialGradient::setFocalPoint(const QPointF &focalPoint) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2143-2148 |
| | 3 | 1 |
QRadialGradient::setCenterRadius| Name: | QRadialGradient::setCenterRadius | | Prototype: | void QRadialGradient::setCenterRadius(qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2063-2067 |
| | 2 | 1 |
QRadialGradient::setCenter| Name: | QRadialGradient::setCenter | | Prototype: | void QRadialGradient::setCenter(const QPointF ¢er) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2006-2011 |
| | 3 | 1 |
QRadialGradient::radius| Name: | QRadialGradient::radius | | Prototype: | qreal QRadialGradient::radius() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2022-2026 |
| | 2 | 1 |
QRadialGradient::focalRadius| Name: | QRadialGradient::focalRadius | | Prototype: | qreal QRadialGradient::focalRadius() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2077-2086 |
| | 3 | 1 |
QRadialGradient::focalPoint| Name: | QRadialGradient::focalPoint | | Prototype: | QPointF QRadialGradient::focalPoint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2117-2121 |
| | 2 | 1 |
QRadialGradient::centerRadius| Name: | QRadialGradient::centerRadius | | Prototype: | qreal QRadialGradient::centerRadius() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2051-2055 |
| | 2 | 1 |
QRadialGradient::center| Name: | QRadialGradient::center | | Prototype: | QPointF QRadialGradient::center() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1980-1984 |
| | 2 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(const QPointF ¢er, qreal radius, const QPointF &focalPoint) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1843-1854 |
| | 8 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(const QPointF ¢er, qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1862-1871 |
| | 7 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(qreal cx, qreal cy, qreal radius, qreal fx, qreal fy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1886-1900 |
| | 10 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(qreal cx, qreal cy, qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1908-1917 |
| | 7 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1924-1933 |
| | 7 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(const QPointF ¢er, qreal centerRadius, const QPointF &focalPoint, qreal focalRadius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1941-1952 |
| | 8 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(qreal cx, qreal cy, qreal centerRadius, qreal fx, qreal fy, qreal focalRadius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1961-1972 |
| | 8 | 1 |
QQuaternion::toRotationMatrix| Name: | QQuaternion::toRotationMatrix | | Prototype: | QMatrix3x3 QQuaternion::toRotationMatrix() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 611-642 |
| | 23 | 1 |
QQuaternion::slerp| Name: | QQuaternion::slerp | | Prototype: | QQuaternion QQuaternion::slerp (const QQuaternion& q1, const QQuaternion& q2, float t) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 917-949 |
| | 18 | 6 |
QQuaternion::rotationTo| Name: | QQuaternion::rotationTo | | Prototype: | QQuaternion QQuaternion::rotationTo(const QVector3D &from, const QVector3D &to) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 770-794 |
| | 12 | 3 |
QQuaternion::rotatedVector| Name: | QQuaternion::rotatedVector | | Prototype: | QVector3D QQuaternion::rotatedVector(const QVector3D& vector) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 338-341 |
| | 1 | 1 |
QQuaternion::normalized| Name: | QQuaternion::normalized | | Prototype: | QQuaternion QQuaternion::normalized() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 260-273 |
| | 9 | 3 |
QQuaternion::normalize| Name: | QQuaternion::normalize | | Prototype: | void QQuaternion::normalize() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 281-297 |
| | 11 | 2 |
QQuaternion::nlerp| Name: | QQuaternion::nlerp | | Prototype: | QQuaternion QQuaternion::nlerp (const QQuaternion& q1, const QQuaternion& q2, float t) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 966-983 |
| | 9 | 4 |
QQuaternion::lengthSquared| Name: | QQuaternion::lengthSquared | | Prototype: | float QQuaternion::lengthSquared() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 245-248 |
| | 1 | 1 |
QQuaternion::length| Name: | QQuaternion::length | | Prototype: | float QQuaternion::length() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 235-238 |
| | 1 | 1 |
QQuaternion::getEulerAngles| Name: | QQuaternion::getEulerAngles | | Prototype: | void QQuaternion::getEulerAngles(float *pitch, float *yaw, float *roll) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 511-560 |
| | 33 | 4 |
QQuaternion::getAxisAndAngle| Name: | QQuaternion::getAxisAndAngle | | Prototype: | void QQuaternion::getAxisAndAngle(float *x, float *y, float *z, float *angle) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 428-453 |
| | 14 | 3 |
QQuaternion::getAxes| Name: | QQuaternion::getAxes | | Prototype: | void QQuaternion::getAxes(QVector3D *xAxis, QVector3D *yAxis, QVector3D *zAxis) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 698-707 |
| | 5 | 1 |
QQuaternion::fromRotationMatrix| Name: | QQuaternion::fromRotationMatrix | | Prototype: | QQuaternion QQuaternion::fromRotationMatrix(const QMatrix3x3 &rot3x3) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 654-687 |
| | 22 | 4 |
QQuaternion::fromEulerAngles| Name: | QQuaternion::fromEulerAngles | | Prototype: | QQuaternion QQuaternion::fromEulerAngles(float pitch, float yaw, float roll) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 571-599 |
| | 19 | 1 |
QQuaternion::fromDirection| Name: | QQuaternion::fromDirection | | Prototype: | QQuaternion QQuaternion::fromDirection(const QVector3D &direction, const QVector3D &up) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 744-760 |
| | 9 | 3 |
QQuaternion::fromAxisAndAngle| Name: | QQuaternion::fromAxisAndAngle | | Prototype: | QQuaternion QQuaternion::fromAxisAndAngle(const QVector3D& axis, float angle) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 405-416 |
| | 5 | 1 |
QQuaternion::fromAxisAndAngle| Name: | QQuaternion::fromAxisAndAngle | | Prototype: | QQuaternion QQuaternion::fromAxisAndAngle (float x, float y, float z, float angle) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 461-474 |
| | 9 | 2 |
QQuaternion::fromAxes| Name: | QQuaternion::fromAxes | | Prototype: | QQuaternion QQuaternion::fromAxes(const QVector3D &xAxis, const QVector3D &yAxis, const QVector3D &zAxis) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 718-732 |
| | 11 | 1 |
QPushButtonPrivate::resetLayoutItemMargins| Name: | QPushButtonPrivate::resetLayoutItemMargins | | Prototype: | void QPushButtonPrivate::resetLayoutItemMargins() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 634-640 |
| | 4 | 1 |
QPushButtonPrivate::dialogParent| Name: | QPushButtonPrivate::dialogParent | | Prototype: | QDialog *QPushButtonPrivate::dialogParent() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 297-307 |
| | 7 | 3 |
QPushButtonPrivate::adjustedMenuPosition| Name: | QPushButtonPrivate::adjustedMenuPosition | | Prototype: | QPoint QPushButtonPrivate::adjustedMenuPosition() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 595-630 |
| | 22 | 6 |
QPushButtonPrivate::_q_popupPressed| Name: | QPushButtonPrivate::_q_popupPressed | | Prototype: | void QPushButtonPrivate::_q_popupPressed() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 572-593 |
| | 12 | 3 |
QPushButton::sizeHint| Name: | QPushButton::sizeHint | | Prototype: | QSize QPushButton::sizeHint() const | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 393-437 |
| | 31 | 7 |
QPushButton::showMenu| Name: | QPushButton::showMenu | | Prototype: | void QPushButton::showMenu() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 563-570 |
| | 5 | 2 |
QPushButton::setMenu| Name: | QPushButton::setMenu | | Prototype: | void QPushButton::setMenu(QMenu* menu) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 525-544 |
| | 14 | 5 |
QPushButton::setFlat| Name: | QPushButton::setFlat | | Prototype: | void QPushButton::setFlat(bool flat) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 642-652 |
| | 8 | 2 |
QPushButton::setDefault| Name: | QPushButton::setDefault | | Prototype: | void QPushButton::setDefault(bool enable) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 365-382 |
| | 12 | 4 |
QPushButton::setAutoDefault| Name: | QPushButton::setAutoDefault | | Prototype: | void QPushButton::setAutoDefault(bool enable) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 345-355 |
| | 8 | 2 |
QPushButton::paintEvent| Name: | QPushButton::paintEvent | | Prototype: | void QPushButton::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 450-456 |
| | 4 | 1 |
QPushButton::minimumSizeHint| Name: | QPushButton::minimumSizeHint | | Prototype: | QSize QPushButton::minimumSizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 442-445 |
| | 1 | 1 |
QPushButton::menu| Name: | QPushButton::menu | | Prototype: | QMenu* QPushButton::menu() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 552-556 |
| | 2 | 1 |
QPushButton::keyPressEvent| Name: | QPushButton::keyPressEvent | | Prototype: | void QPushButton::keyPressEvent(QKeyEvent *e) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 460-474 |
| | 6 | 4 |
QPushButton::isFlat| Name: | QPushButton::isFlat | | Prototype: | bool QPushButton::isFlat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 654-658 |
| | 2 | 1 |
QPushButton::isDefault| Name: | QPushButton::isDefault | | Prototype: | bool QPushButton::isDefault() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 384-388 |
| | 2 | 1 |
QPushButton::initStyleOption| Name: | QPushButton::initStyleOption | | Prototype: | void QPushButton::initStyleOption(QStyleOptionButton *option) const | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 316-343 |
| | 22 | 9 |
QPushButton::focusOutEvent| Name: | QPushButton::focusOutEvent | | Prototype: | void QPushButton::focusOutEvent(QFocusEvent *e) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 494-510 |
| | 9 | 4 |