| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QPagedPaintDevice::pageSizeMM| Name: | QPagedPaintDevice::pageSizeMM | | Prototype: | QSizeF QPagedPaintDevice::pageSizeMM() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagedpaintdevice.cpp | | Lines: | 279-282 |
| | 1 | 1 |
QPagedPaintDevice::setMargins| Name: | QPagedPaintDevice::setMargins | | Prototype: | void QPagedPaintDevice::setMargins(const Margins &margins) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagedpaintdevice.cpp | | Lines: | 294-298 |
| | 2 | 1 |
QPagedPaintDevice::setPageLayout| Name: | QPagedPaintDevice::setPageLayout | | Prototype: | bool QPagedPaintDevice::setPageLayout(const QPageLayout &newPageLayout) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagedpaintdevice.cpp | | Lines: | 333-336 |
| | 1 | 1 |
QPagedPaintDevice::setPageMargins| Name: | QPagedPaintDevice::setPageMargins | | Prototype: | bool QPagedPaintDevice::setPageMargins(const QMarginsF &margins) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagedpaintdevice.cpp | | Lines: | 402-405 |
| | 1 | 1 |
QPagedPaintDevice::setPageMargins| Name: | QPagedPaintDevice::setPageMargins | | Prototype: | bool QPagedPaintDevice::setPageMargins(const QMarginsF &margins, QPageLayout::Unit units) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagedpaintdevice.cpp | | Lines: | 424-427 |
| | 1 | 1 |
QPagedPaintDevice::setPageOrientation| Name: | QPagedPaintDevice::setPageOrientation | | Prototype: | bool QPagedPaintDevice::setPageOrientation(QPageLayout::Orientation orientation) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagedpaintdevice.cpp | | Lines: | 380-383 |
| | 1 | 1 |
QPagedPaintDevice::setPageSize| Name: | QPagedPaintDevice::setPageSize | | Prototype: | void QPagedPaintDevice::setPageSize(PageSize size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagedpaintdevice.cpp | | Lines: | 252-255 |
| | 1 | 1 |
QPagedPaintDevice::setPageSize| Name: | QPagedPaintDevice::setPageSize | | Prototype: | bool QPagedPaintDevice::setPageSize(const QPageSize &pageSize) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagedpaintdevice.cpp | | Lines: | 355-358 |
| | 1 | 1 |
QPagedPaintDevice::setPageSizeMM| Name: | QPagedPaintDevice::setPageSizeMM | | Prototype: | void QPagedPaintDevice::setPageSizeMM(const QSizeF &size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagedpaintdevice.cpp | | Lines: | 271-274 |
| | 1 | 1 |
QPagedPaintDevice::~QPagedPaintDevice| Name: | QPagedPaintDevice::~QPagedPaintDevice | | Prototype: | QPagedPaintDevice::~QPagedPaintDevice() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagedpaintdevice.cpp | | Lines: | 82-85 |
| | 1 | 1 |
QPaintDevice::QPaintDevice| Name: | QPaintDevice::QPaintDevice | | Prototype: | QPaintDevice::QPaintDevice() noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintdevice.cpp | | Lines: | 44-48 |
| | 2 | 1 |
QPaintDevice::redirected| Name: | QPaintDevice::redirected | | Prototype: | QPaintDevice *QPaintDevice::redirected(QPoint *) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintdevice.cpp | | Lines: | 68-71 |
| | 1 | 1 |
QPaintDevice::sharedPainter| Name: | QPaintDevice::sharedPainter | | Prototype: | QPainter *QPaintDevice::sharedPainter() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintdevice.cpp | | Lines: | 76-79 |
| | 1 | 1 |
QPaintDeviceWindow::QPaintDeviceWindow| Name: | QPaintDeviceWindow::QPaintDeviceWindow | | Prototype: | QPaintDeviceWindow::QPaintDeviceWindow(QPaintDeviceWindowPrivate &dd, QWindow *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpaintdevicewindow.cpp | | Lines: | 215-218 |
| | 2 | 1 |
QPaintDeviceWindow::paintEngine| Name: | QPaintDeviceWindow::paintEngine | | Prototype: | QPaintEngine *QPaintDeviceWindow::paintEngine() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpaintdevicewindow.cpp | | Lines: | 223-226 |
| | 1 | 1 |
QPaintDeviceWindow::paintEvent| Name: | QPaintDeviceWindow::paintEvent | | Prototype: | void QPaintDeviceWindow::paintEvent(QPaintEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpaintdevicewindow.cpp | | Lines: | 119-123 |
| | 1 | 1 |
QPaintDeviceWindow::update| Name: | QPaintDeviceWindow::update | | Prototype: | void QPaintDeviceWindow::update() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpaintdevicewindow.cpp | | Lines: | 73-76 |
| | 1 | 1 |
QPaintEngine::QPaintEngine| Name: | QPaintEngine::QPaintEngine | | Prototype: | QPaintEngine::QPaintEngine(PaintEngineFeatures caps) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 693-702 |
| | 1 | 1 |
QPaintEngine::QPaintEngine| Name: | QPaintEngine::QPaintEngine | | Prototype: | QPaintEngine::QPaintEngine(QPaintEnginePrivate &dptr, PaintEngineFeatures caps) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 708-717 |
| | 1 | 1 |
QPaintEngine::coordinateOffset| Name: | QPaintEngine::coordinateOffset | | Prototype: | QPoint QPaintEngine::coordinateOffset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 915-918 |
| | 1 | 1 |
QPaintEngine::drawEllipse| Name: | QPaintEngine::drawEllipse | | Prototype: | void QPaintEngine::drawEllipse(const QRect &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 520-523 |
| | 1 | 1 |
QPaintEngine::paintDevice| Name: | QPaintEngine::paintDevice | | Prototype: | QPaintDevice *QPaintEngine::paintDevice() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 900-903 |
| | 1 | 1 |
QPaintEngine::painter| Name: | QPaintEngine::painter | | Prototype: | QPainter *QPaintEngine::painter() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 729-732 |
| | 1 | 1 |
QPaintEngine::setPaintDevice| Name: | QPaintEngine::setPaintDevice | | Prototype: | void QPaintEngine::setPaintDevice(QPaintDevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 891-894 |
| | 1 | 1 |
QPaintEngine::systemClip| Name: | QPaintEngine::systemClip | | Prototype: | QRegion QPaintEngine::systemClip() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 949-952 |
| | 1 | 1 |
QPaintEngine::systemRect| Name: | QPaintEngine::systemRect | | Prototype: | QRect QPaintEngine::systemRect() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 975-978 |
| | 1 | 1 |
QPaintEngineEx::QPaintEngineEx| Name: | QPaintEngineEx::QPaintEngineEx | | Prototype: | QPaintEngineEx::QPaintEngineEx() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 366-370 |
| | 1 | 1 |
QPaintEngineEx::QPaintEngineEx| Name: | QPaintEngineEx::QPaintEngineEx | | Prototype: | QPaintEngineEx::QPaintEngineEx(QPaintEngineExPrivate &data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 372-376 |
| | 1 | 1 |
QPaintEngineEx::clip| Name: | QPaintEngineEx::clip | | Prototype: | void QPaintEngineEx::clip(const QRect &r, Qt::ClipOperation op) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 606-617 |
| | 9 | 1 |
QPaintEngineEx::drawEllipse| Name: | QPaintEngineEx::drawEllipse | | Prototype: | void QPaintEngineEx::drawEllipse(const QRect &r) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 834-837 |
| | 1 | 1 |
QPaintEngineEx::drawImage| Name: | QPaintEngineEx::drawImage | | Prototype: | void QPaintEngineEx::drawImage(const QPointF &pos, const QImage &image) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 942-945 |
| | 1 | 1 |
QPaintEngineEx::drawPixmap| Name: | QPaintEngineEx::drawPixmap | | Prototype: | void QPaintEngineEx::drawPixmap(const QPointF &pos, const QPixmap &pm) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 937-940 |
| | 1 | 1 |
QPaintEngineEx::drawTiledPixmap| Name: | QPaintEngineEx::drawTiledPixmap | | Prototype: | void QPaintEngineEx::drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 947-960 |
| | 9 | 1 |
QPaintEngineEx::fillRect| Name: | QPaintEngineEx::fillRect | | Prototype: | void QPaintEngineEx::fillRect(const QRectF &r, const QColor &color) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 702-705 |
| | 1 | 1 |
QPaintEngineEx::fillRect| Name: | QPaintEngineEx::fillRect | | Prototype: | void QPaintEngineEx::fillRect(const QRectF &r, const QBrush &brush) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 694-700 |
| | 4 | 1 |
QPaintEngineEx::requiresPretransformedGlyphPositions| Name: | QPaintEngineEx::requiresPretransformedGlyphPositions | | Prototype: | bool QPaintEngineEx::requiresPretransformedGlyphPositions(QFontEngine *, const QTransform &) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 1081-1084 |
| | 1 | 1 |
QPaintEngineEx::setState| Name: | QPaintEngineEx::setState | | Prototype: | void QPaintEngineEx::setState(QPainterState *s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 993-996 |
| | 1 | 1 |
QPaintEngineExPrivate::QPaintEngineExPrivate| Name: | QPaintEngineExPrivate::QPaintEngineExPrivate | | Prototype: | QPaintEngineExPrivate::QPaintEngineExPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 162-168 |
| | 2 | 1 |
QPaintEngineExPrivate::~QPaintEngineExPrivate| Name: | QPaintEngineExPrivate::~QPaintEngineExPrivate | | Prototype: | QPaintEngineExPrivate::~QPaintEngineExPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 171-174 |
| | 1 | 1 |
QPaintEngineState::backgroundBrush| Name: | QPaintEngineState::backgroundBrush | | Prototype: | QBrush QPaintEngineState::backgroundBrush() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7963-7966 |
| | 1 | 1 |
QPaintEngineState::backgroundMode| Name: | QPaintEngineState::backgroundMode | | Prototype: | Qt::BGMode QPaintEngineState::backgroundMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7978-7981 |
| | 1 | 1 |
QPaintEngineState::brush| Name: | QPaintEngineState::brush | | Prototype: | QBrush QPaintEngineState::brush() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7935-7938 |
| | 1 | 1 |
QPaintEngineState::brushNeedsResolving| Name: | QPaintEngineState::brushNeedsResolving | | Prototype: | bool QPaintEngineState::brushNeedsResolving() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8064-8068 |
| | 2 | 1 |
QPaintEngineState::brushOrigin| Name: | QPaintEngineState::brushOrigin | | Prototype: | QPointF QPaintEngineState::brushOrigin() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7949-7952 |
| | 1 | 1 |
QPaintEngineState::clipOperation| Name: | QPaintEngineState::clipOperation | | Prototype: | Qt::ClipOperation QPaintEngineState::clipOperation() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8052-8055 |
| | 1 | 1 |
QPaintEngineState::clipPath| Name: | QPaintEngineState::clipPath | | Prototype: | QPainterPath QPaintEngineState::clipPath() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8107-8110 |
| | 1 | 1 |
QPaintEngineState::clipRegion| Name: | QPaintEngineState::clipRegion | | Prototype: | QRegion QPaintEngineState::clipRegion() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8093-8096 |
| | 1 | 1 |
QPaintEngineState::compositionMode| Name: | QPaintEngineState::compositionMode | | Prototype: | QPainter::CompositionMode QPaintEngineState::compositionMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8153-8156 |
| | 1 | 1 |
QPaintEngineState::font| Name: | QPaintEngineState::font | | Prototype: | QFont QPaintEngineState::font() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7993-7996 |
| | 1 | 1 |
QPaintEngineState::isClipEnabled| Name: | QPaintEngineState::isClipEnabled | | Prototype: | bool QPaintEngineState::isClipEnabled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8123-8126 |
| | 1 | 1 |
QPaintEngineState::matrix| Name: | QPaintEngineState::matrix | | Prototype: | QMatrix QPaintEngineState::matrix() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8014-8019 |
| | 2 | 1 |
QPaintEngineState::opacity| Name: | QPaintEngineState::opacity | | Prototype: | qreal QPaintEngineState::opacity() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8176-8179 |
| | 1 | 1 |
QPaintEngineState::painter| Name: | QPaintEngineState::painter | | Prototype: | QPainter *QPaintEngineState::painter() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8164-8167 |
| | 1 | 1 |
QPaintEngineState::pen| Name: | QPaintEngineState::pen | | Prototype: | QPen QPaintEngineState::pen() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7921-7924 |
| | 1 | 1 |
QPaintEngineState::penNeedsResolving| Name: | QPaintEngineState::penNeedsResolving | | Prototype: | bool QPaintEngineState::penNeedsResolving() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8078-8082 |
| | 2 | 1 |
QPaintEngineState::renderHints| Name: | QPaintEngineState::renderHints | | Prototype: | QPainter::RenderHints QPaintEngineState::renderHints() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8138-8141 |
| | 1 | 1 |
QPaintEngineState::transform| Name: | QPaintEngineState::transform | | Prototype: | QTransform QPaintEngineState::transform() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8033-8038 |
| | 2 | 1 |
QPaintEvent::QPaintEvent| Name: | QPaintEvent::QPaintEvent | | Prototype: | QPaintEvent::QPaintEvent(const QRegion& paintRegion) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 1429-1431 |
| | 1 | 1 |
QPaintEvent::QPaintEvent| Name: | QPaintEvent::QPaintEvent | | Prototype: | QPaintEvent::QPaintEvent(const QRect &paintRect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 1437-1439 |
| | 1 | 1 |
QPainter::PixmapFragment::create| Name: | QPainter::PixmapFragment::create | | Prototype: | QPainter::PixmapFragment QPainter::PixmapFragment::create(const QPointF &pos, const QRectF &sourceRect, qreal scaleX, qreal scaleY, qreal rotation, qreal opacity) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8416-8423 |
| | 3 | 1 |
QPainter::QPainter| Name: | QPainter::QPainter | | Prototype: | QPainter::QPainter() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1441-1444 |
| | 2 | 1 |
QPainter::combinedMatrix| Name: | QPainter::combinedMatrix | | Prototype: | QMatrix QPainter::combinedMatrix() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2981-2984 |
| | 1 | 1 |
QPainter::drawLines| Name: | QPainter::drawLines | | Prototype: | void QPainter::drawLines(const QPointF *pointPairs, int lineCount) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 4628-4633 |
| | 2 | 1 |
QPainter::drawLines| Name: | QPainter::drawLines | | Prototype: | void QPainter::drawLines(const QPoint *pointPairs, int lineCount) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 4641-4646 |
| | 2 | 1 |
QPainter::drawRoundRect| Name: | QPainter::drawRoundRect | | Prototype: | void QPainter::drawRoundRect(const QRectF &r, int xRnd, int yRnd) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 4181-4184 |
| | 1 | 1 |
QPainter::drawText| Name: | QPainter::drawText | | Prototype: | void QPainter::drawText(const QPointF &p, const QString &str) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 5697-5700 |
| | 1 | 1 |
QPainter::drawTextItem| Name: | QPainter::drawTextItem | | Prototype: | void QPainter::drawTextItem(const QPointF &p, const QTextItem &ti) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6375-6380 |
| | 2 | 1 |
QPainter::eraseRect| Name: | QPainter::eraseRect | | Prototype: | void QPainter::eraseRect(const QRectF &r) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6817-6822 |
| | 2 | 1 |
QPainter::isActive| Name: | QPainter::isActive | | Prototype: | bool QPainter::isActive() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1527-1531 |
| | 2 | 1 |
QPainter::layoutDirection| Name: | QPainter::layoutDirection | | Prototype: | Qt::LayoutDirection QPainter::layoutDirection() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7667-7671 |
| | 2 | 1 |
QPainter::matrix| Name: | QPainter::matrix | | Prototype: | const QMatrix &QPainter::matrix() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2963-2966 |
| | 1 | 1 |
QPainter::matrixEnabled| Name: | QPainter::matrixEnabled | | Prototype: | bool QPainter::matrixEnabled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3106-3109 |
| | 1 | 1 |
QPainter::paintEngine| Name: | QPainter::paintEngine | | Prototype: | QPaintEngine *QPainter::paintEngine() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1933-1937 |
| | 2 | 1 |
QPainter::redirected| Name: | QPainter::redirected | | Prototype: | QPaintDevice *QPainter::redirected(const QPaintDevice *device, QPoint *offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7382-7387 |
| | 3 | 1 |
QPainter::resetMatrix| Name: | QPainter::resetMatrix | | Prototype: | void QPainter::resetMatrix() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3030-3033 |
| | 1 | 1 |
QPainter::restoreRedirected| Name: | QPainter::restoreRedirected | | Prototype: | void QPainter::restoreRedirected(const QPaintDevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7359-7363 |
| | 2 | 1 |
QPainter::setMatrix| Name: | QPainter::setMatrix | | Prototype: | void QPainter::setMatrix(const QMatrix &matrix, bool combine) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2950-2953 |
| | 1 | 1 |
QPainter::setMatrixEnabled| Name: | QPainter::setMatrixEnabled | | Prototype: | void QPainter::setMatrixEnabled(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3093-3096 |
| | 1 | 1 |
QPainter::setRedirected| Name: | QPainter::setRedirected | | Prototype: | void QPainter::setRedirected(const QPaintDevice *device, QPaintDevice *replacement, const QPoint &offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7331-7340 |
| | 5 | 1 |
QPainter::setTransform| Name: | QPainter::setTransform | | Prototype: | void QPainter::setTransform(const QTransform &transform, bool combine ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8191-8194 |
| | 1 | 1 |
QPainter::setWorldMatrix| Name: | QPainter::setWorldMatrix | | Prototype: | void QPainter::setWorldMatrix(const QMatrix &matrix, bool combine) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2914-2917 |
| | 1 | 1 |
QPainter::transform| Name: | QPainter::transform | | Prototype: | const QTransform & QPainter::transform() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8202-8205 |
| | 1 | 1 |
QPainterPath::QPainterPath| Name: | QPainterPath::QPainterPath | | Prototype: | QPainterPath::QPainterPath() noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 530-533 |
| | 2 | 1 |
QPainterPath::QPainterPath| Name: | QPainterPath::QPainterPath | | Prototype: | QPainterPath::QPainterPath(const QPointF &startPoint) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 554-559 |
| | 2 | 1 |
QPainterPath::currentPosition| Name: | QPainterPath::currentPosition | | Prototype: | QPointF QPainterPath::currentPosition() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 983-988 |
| | 3 | 1 |
QPainterPath::detach_helper| Name: | QPainterPath::detach_helper | | Prototype: | void QPainterPath::detach_helper() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 571-575 |
| | 2 | 1 |
QPainterPath::elementAt| Name: | QPainterPath::elementAt | | Prototype: | QPainterPath::Element QPainterPath::elementAt(int i) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 494-499 |
| | 3 | 1 |
QPainterPath::elementCount| Name: | QPainterPath::elementCount | | Prototype: | int QPainterPath::elementCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 481-484 |
| | 1 | 1 |
QPainterPath::ensureData_helper| Name: | QPainterPath::ensureData_helper | | Prototype: | void QPainterPath::ensureData_helper() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 580-588 |
| | 6 | 1 |
QPainterPath::fillRule| Name: | QPainterPath::fillRule | | Prototype: | Qt::FillRule QPainterPath::fillRule() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1309-1312 |
| | 1 | 1 |
QPainterPath::isEmpty| Name: | QPainterPath::isEmpty | | Prototype: | bool QPainterPath::isEmpty() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1492-1495 |
| | 1 | 1 |
QPainterPath::operator!=| Name: | QPainterPath::operator!= | | Prototype: | bool QPainterPath::operator!=(const QPainterPath &path) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2280-2283 |
| | 1 | 1 |
QPainterPath::operator&| Name: | QPainterPath::operator& | | Prototype: | QPainterPath QPainterPath::operator&(const QPainterPath &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2292-2295 |
| | 1 | 1 |
QPainterPath::operator&=| Name: | QPainterPath::operator&= | | Prototype: | QPainterPath &QPainterPath::operator&=(const QPainterPath &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2341-2344 |
| | 1 | 1 |
QPainterPath::operator+| Name: | QPainterPath::operator+ | | Prototype: | QPainterPath QPainterPath::operator+(const QPainterPath &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2317-2320 |
| | 1 | 1 |
QPainterPath::operator+=| Name: | QPainterPath::operator+= | | Prototype: | QPainterPath &QPainterPath::operator+=(const QPainterPath &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2366-2369 |
| | 1 | 1 |
QPainterPath::operator-| Name: | QPainterPath::operator- | | Prototype: | QPainterPath QPainterPath::operator-(const QPainterPath &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2329-2332 |
| | 1 | 1 |
QPainterPath::operator-=| Name: | QPainterPath::operator-= | | Prototype: | QPainterPath &QPainterPath::operator-=(const QPainterPath &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2379-2382 |
| | 1 | 1 |
QPainterPath::operator|| Name: | QPainterPath::operator| | | Prototype: | QPainterPath QPainterPath::operator|(const QPainterPath &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2304-2307 |
| | 1 | 1 |
QPainterPath::operator|=| Name: | QPainterPath::operator|= | | Prototype: | QPainterPath &QPainterPath::operator|=(const QPainterPath &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2353-2356 |
| | 1 | 1 |