| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QPicturePaintEngine::drawTiledPixmap| Name: | QPicturePaintEngine::drawTiledPixmap | | Prototype: | void QPicturePaintEngine::drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &s) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 436-452 |
| | 9 | 2 |
QPicturePaintEngine::drawPixmap| Name: | QPicturePaintEngine::drawPixmap | | Prototype: | void QPicturePaintEngine::drawPixmap(const QRectF &r, const QPixmap &pm, const QRectF &sr) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 417-434 |
| | 9 | 2 |
QPicturePaintEngine::drawImage| Name: | QPicturePaintEngine::drawImage | | Prototype: | void QPicturePaintEngine::drawImage(const QRectF &r, const QImage &image, const QRectF &sr, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 454-471 |
| | 9 | 2 |
QPicturePaintEngine::begin| Name: | QPicturePaintEngine::begin | | Prototype: | bool QPicturePaintEngine::begin(QPaintDevice *pd) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 84-115 |
| | 22 | 2 |
QPictureIO::~QPictureIO| Name: | QPictureIO::~QPictureIO | | Prototype: | QPictureIO::~QPictureIO() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1367-1372 |
| | 3 | 2 |
QPictureIO::setParameters| Name: | QPictureIO::setParameters | | Prototype: | void QPictureIO::setParameters(const char *parameters) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1676-1681 |
| | 3 | 2 |
QPictureIO::pictureFormat| Name: | QPictureIO::pictureFormat | | Prototype: | QByteArray QPictureIO::pictureFormat(const QString &fileName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1729-1738 |
| | 7 | 2 |
QPictureIO::defineIOHandler| Name: | QPictureIO::defineIOHandler | | Prototype: | void QPictureIO::defineIOHandler(const char *format, const char *header, const char *flags, picture_io_handler readPicture, picture_io_handler writePicture) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1499-1511 |
| | 5 | 2 |
QPicture::paintEngine| Name: | QPicture::paintEngine | | Prototype: | QPaintEngine *QPicture::paintEngine() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1124-1129 |
| | 3 | 2 |
QPicture::load| Name: | QPicture::load | | Prototype: | bool QPicture::load(const QString &fileName, const char *format) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 259-267 |
| | 5 | 2 |
QPersistentModelIndexData::destroy| Name: | QPersistentModelIndexData::destroy | | Prototype: | void QPersistentModelIndexData::destroy(QPersistentModelIndexData *data) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 66-78 |
| | 8 | 2 |
QPersistentModelIndexData::create| Name: | QPersistentModelIndexData::create | | Prototype: | QPersistentModelIndexData *QPersistentModelIndexData::create(const QModelIndex &index) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 49-64 |
| | 11 | 2 |
QPersistentModelIndex::~QPersistentModelIndex| Name: | QPersistentModelIndex::~QPersistentModelIndex | | Prototype: | QPersistentModelIndex::~QPersistentModelIndex() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 163-169 |
| | 3 | 2 |
QPersistentModelIndex::sibling| Name: | QPersistentModelIndex::sibling | | Prototype: | QModelIndex QPersistentModelIndex::sibling(int row, int column) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 376-381 |
| | 3 | 2 |
QPersistentModelIndex::row| Name: | QPersistentModelIndex::row | | Prototype: | int QPersistentModelIndex::row() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 304-309 |
| | 3 | 2 |
QPersistentModelIndex::parent| Name: | QPersistentModelIndex::parent | | Prototype: | QModelIndex QPersistentModelIndex::parent() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 362-367 |
| | 3 | 2 |
QPersistentModelIndex::operator==| Name: | QPersistentModelIndex::operator== | | Prototype: | bool QPersistentModelIndex::operator==(const QPersistentModelIndex &other) const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 179-184 |
| | 3 | 2 |
QPersistentModelIndex::operator==| Name: | QPersistentModelIndex::operator== | | Prototype: | bool QPersistentModelIndex::operator==(const QModelIndex &other) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 277-282 |
| | 3 | 2 |
QPersistentModelIndex::operator<| Name: | QPersistentModelIndex::operator< | | Prototype: | bool QPersistentModelIndex::operator<(const QPersistentModelIndex &other) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 196-202 |
| | 3 | 2 |
QPersistentModelIndex::operator!=| Name: | QPersistentModelIndex::operator!= | | Prototype: | bool QPersistentModelIndex::operator!=(const QModelIndex &other) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 291-296 |
| | 3 | 2 |
QPersistentModelIndex::model| Name: | QPersistentModelIndex::model | | Prototype: | const QAbstractItemModel *QPersistentModelIndex::model() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 425-430 |
| | 3 | 2 |
QPersistentModelIndex::internalPointer| Name: | QPersistentModelIndex::internalPointer | | Prototype: | void *QPersistentModelIndex::internalPointer() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 333-338 |
| | 3 | 2 |
QPersistentModelIndex::internalId| Name: | QPersistentModelIndex::internalId | | Prototype: | quintptr QPersistentModelIndex::internalId() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 349-354 |
| | 3 | 2 |
QPersistentModelIndex::flags| Name: | QPersistentModelIndex::flags | | Prototype: | Qt::ItemFlags QPersistentModelIndex::flags() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 415-420 |
| | 3 | 2 |
QPersistentModelIndex::data| Name: | QPersistentModelIndex::data | | Prototype: | QVariant QPersistentModelIndex::data(int role) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 403-408 |
| | 3 | 2 |
QPersistentModelIndex::column| Name: | QPersistentModelIndex::column | | Prototype: | int QPersistentModelIndex::column() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 317-322 |
| | 3 | 2 |
QPersistentModelIndex::child| Name: | QPersistentModelIndex::child | | Prototype: | QModelIndex QPersistentModelIndex::child(int row, int column) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 390-395 |
| | 3 | 2 |
QPersistentModelIndex::QPersistentModelIndex| Name: | QPersistentModelIndex::QPersistentModelIndex | | Prototype: | QPersistentModelIndex::QPersistentModelIndex(const QPersistentModelIndex &other) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 138-142 |
| | 1 | 2 |
QPersistentModelIndex::QPersistentModelIndex| Name: | QPersistentModelIndex::QPersistentModelIndex | | Prototype: | QPersistentModelIndex::QPersistentModelIndex(const QModelIndex &index) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 148-155 |
| | 3 | 2 |
QPenDataHolder::~QPenDataHolder| Name: | QPenDataHolder::~QPenDataHolder | | Prototype: | ~QPenDataHolder() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 247-252 |
| | 3 | 2 |
QPen::~QPen| Name: | QPen::~QPen | | Prototype: | QPen::~QPen() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 342-346 |
| | 2 | 2 |
QPen::setStyle| Name: | QPen::setStyle | | Prototype: | void QPen::setStyle(Qt::PenStyle s) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 434-443 |
| | 7 | 2 |
QPen::setJoinStyle| Name: | QPen::setJoinStyle | | Prototype: | void QPen::setJoinStyle(Qt::PenJoinStyle j) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 732-738 |
| | 4 | 2 |
QPen::setCapStyle| Name: | QPen::setCapStyle | | Prototype: | void QPen::setCapStyle(Qt::PenCapStyle c) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 705-711 |
| | 4 | 2 |
QPen::QPen| Name: | QPen::QPen | | Prototype: | QPen::QPen(const QPen &p) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 319-324 |
| | 3 | 2 |
QPen::QPen| Name: | QPen::QPen | | Prototype: | QPen::QPen(Qt::PenStyle style) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 276-284 |
| | 4 | 2 |
QPdfWriter::setResolution| Name: | QPdfWriter::setResolution | | Prototype: | void QPdfWriter::setResolution(int resolution) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | | Lines: | 230-235 |
| | 3 | 2 |
QPdfPrintEngine::begin| Name: | QPdfPrintEngine::begin | | Prototype: | bool QPdfPrintEngine::begin(QPaintDevice *pdev) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | | Lines: | 71-82 |
| | 6 | 2 |
QPdfPage::streamImage| Name: | QPdfPage::streamImage | | Prototype: | void QPdfPage::streamImage(int w, int h, int object) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 733-738 |
| | 3 | 2 |
QPdfEnginePrivate::xprintf| Name: | QPdfEnginePrivate::xprintf | | Prototype: | void QPdfEnginePrivate::xprintf(const char* fmt, ...) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1804-1822 |
| | 11 | 2 |
QPdfEnginePrivate::writeTail| Name: | QPdfEnginePrivate::writeTail | | Prototype: | void QPdfEnginePrivate::writeTail() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1744-1766 |
| | 18 | 2 |
QPdfEnginePrivate::writePageRoot| Name: | QPdfEnginePrivate::writePageRoot | | Prototype: | void QPdfEnginePrivate::writePageRoot() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1516-1535 |
| | 13 | 2 |
QPdfEnginePrivate::writeFonts| Name: | QPdfEnginePrivate::writeFonts | | Prototype: | void QPdfEnginePrivate::writeFonts() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1651-1658 |
| | 4 | 2 |
QPdfEnginePrivate::pageMatrix| Name: | QPdfEnginePrivate::pageMatrix | | Prototype: | QTransform QPdfEnginePrivate::pageMatrix() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 2699-2708 |
| | 6 | 2 |
QPdfEnginePrivate::newPage| Name: | QPdfEnginePrivate::newPage | | Prototype: | void QPdfEnginePrivate::newPage() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 2710-2725 |
| | 11 | 2 |
QPdfEngine::end| Name: | QPdfEngine::end | | Prototype: | bool QPdfEngine::end() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1429-1449 |
| | 13 | 2 |
QPdfEngine::drawTiledPixmap| Name: | QPdfEngine::drawTiledPixmap | | Prototype: | void QPdfEngine::drawTiledPixmap (const QRectF &rectangle, const QPixmap &pixmap, const QPointF &point) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 939-967 |
| | 20 | 2 |
QPdf::patternForBrush| Name: | QPdf::patternForBrush | | Prototype: | QByteArray QPdf::patternForBrush(const QBrush &b) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 540-546 |
| | 4 | 2 |
QPdf::Stroker::strokePath| Name: | QPdf::Stroker::strokePath | | Prototype: | void QPdf::Stroker::strokePath(const QPainterPath &path) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 629-637 |
| | 5 | 2 |
QPdf::ByteStream::operator <<| Name: | QPdf::ByteStream::operator << | | Prototype: | ByteStream &ByteStream::operator <<(char chr) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 180-185 |
| | 3 | 2 |
QPdf::ByteStream::operator <<| Name: | QPdf::ByteStream::operator << | | Prototype: | ByteStream &ByteStream::operator <<(const char *str) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 187-192 |
| | 3 | 2 |
QPdf::ByteStream::operator <<| Name: | QPdf::ByteStream::operator << | | Prototype: | ByteStream &ByteStream::operator <<(const QByteArray &str) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 194-199 |
| | 3 | 2 |
QPcreJitStackPointer::~QPcreJitStackPointer| Name: | QPcreJitStackPointer::~QPcreJitStackPointer | | Prototype: | ~QPcreJitStackPointer() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 1088-1092 |
| | 2 | 2 |
QPauseAnimation::setDuration| Name: | QPauseAnimation::setDuration | | Prototype: | void QPauseAnimation::setDuration(int msecs) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | | Lines: | 118-126 |
| | 5 | 2 |
QParallelAnimationGroupPrivate::disconnectUncontrolledAnimations| Name: | QParallelAnimationGroupPrivate::disconnectUncontrolledAnimations | | Prototype: | void QParallelAnimationGroupPrivate::disconnectUncontrolledAnimations() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 242-248 |
| | 3 | 2 |
QPanGestureRecognizer::create| Name: | QPanGestureRecognizer::create | | Prototype: | QGesture *QPanGestureRecognizer::create(QObject *target) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | | Lines: | 52-64 |
| | 3 | 2 |
QPalette::~QPalette| Name: | QPalette::~QPalette | | Prototype: | QPalette::~QPalette() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 651-655 |
| | 2 | 2 |
QPalette::operator=| Name: | QPalette::operator= | | Prototype: | QPalette &QPalette::operator=(const QPalette &p) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 670-678 |
| | 6 | 2 |
QPalette::QPalette| Name: | QPalette::QPalette | | Prototype: | QPalette::QPalette() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 514-530 |
| | 8 | 2 |
QPainterPrivate::viewTransform| Name: | QPainterPrivate::viewTransform | | Prototype: | QTransform QPainterPrivate::viewTransform() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 211-220 |
| | 6 | 2 |
QPainterPrivate::effectiveDevicePixelRatio| Name: | QPainterPrivate::effectiveDevicePixelRatio | | Prototype: | qreal QPainterPrivate::effectiveDevicePixelRatio() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 222-229 |
| | 3 | 2 |
QPainterPathStroker::setWidth| Name: | QPainterPathStroker::setWidth | | Prototype: | void QPainterPathStroker::setWidth(qreal width) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2612-2618 |
| | 4 | 2 |
QPainterPathStroker::setDashPattern| Name: | QPainterPathStroker::setDashPattern | | Prototype: | void QPainterPathStroker::setDashPattern(const QVector<qreal> &dashPattern) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2734-2739 |
| | 3 | 2 |
QPainterPathStroker::QPainterPathStroker| Name: | QPainterPathStroker::QPainterPathStroker | | Prototype: | QPainterPathStroker::QPainterPathStroker(const QPen &pen) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2551-2564 |
| | 8 | 2 |
QPainterPathPrivateDeleter::cleanup| Name: | QPainterPathPrivateDeleter::cleanup | | Prototype: | static inline void cleanup(QPainterPathPrivate *d) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 70-76 |
| | 2 | 2 |
QPainterPath::united| Name: | QPainterPath::united | | Prototype: | QPainterPath QPainterPath::united(const QPainterPath &p) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 3271-3277 |
| | 4 | 2 |
QPainterPath::subtracted| Name: | QPainterPath::subtracted | | Prototype: | QPainterPath QPainterPath::subtracted(const QPainterPath &p) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 3304-3310 |
| | 4 | 2 |
QPainterPath::simplified| Name: | QPainterPath::simplified | | Prototype: | QPainterPath QPainterPath::simplified() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 3334-3340 |
| | 4 | 2 |
QPainterPath::setFillRule| Name: | QPainterPath::setFillRule | | Prototype: | void QPainterPath::setFillRule(Qt::FillRule fillRule) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1325-1333 |
| | 5 | 2 |
QPainterPath::intersected| Name: | QPainterPath::intersected | | Prototype: | QPainterPath QPainterPath::intersected(const QPainterPath &p) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 3286-3292 |
| | 4 | 2 |
QPainterPath::detach| Name: | QPainterPath::detach | | Prototype: | void QPainterPath::detach() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 555-560 |
| | 3 | 2 |
QPainterPath::closeSubpath| Name: | QPainterPath::closeSubpath | | Prototype: | void QPainterPath::closeSubpath() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 636-646 |
| | 4 | 2 |
QPainterPath::arcMoveTo| Name: | QPainterPath::arcMoveTo | | Prototype: | void QPainterPath::arcMoveTo(const QRectF &rect, qreal angle) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 960-968 |
| | 5 | 2 |
QPainterPath::angleAtPercent| Name: | QPainterPath::angleAtPercent | | Prototype: | qreal QPainterPath::angleAtPercent(qreal t) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 3013-3030 |
| | 11 | 2 |
QPainterPath::addRegion| Name: | QPainterPath::addRegion | | Prototype: | void QPainterPath::addRegion(const QRegion ®ion) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1286-1295 |
| | 6 | 2 |
QPainterPath::QPainterPath| Name: | QPainterPath::QPainterPath | | Prototype: | QPainterPath::QPainterPath(const QPainterPath &other) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 536-541 |
| | 2 | 2 |
QPainter::worldTransform| Name: | QPainter::worldTransform | | Prototype: | const QTransform & QPainter::worldTransform() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8291-8299 |
| | 5 | 2 |
QPainter::worldMatrixEnabled| Name: | QPainter::worldMatrixEnabled | | Prototype: | bool QPainter::worldMatrixEnabled() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3071-3079 |
| | 5 | 2 |
QPainter::worldMatrix| Name: | QPainter::worldMatrix | | Prototype: | const QMatrix &QPainter::worldMatrix() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2928-2936 |
| | 5 | 2 |
QPainter::window| Name: | QPainter::window | | Prototype: | QRect QPainter::window() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7201-7209 |
| | 5 | 2 |
QPainter::viewport| Name: | QPainter::viewport | | Prototype: | QRect QPainter::viewport() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7265-7273 |
| | 5 | 2 |
QPainter::viewTransformEnabled| Name: | QPainter::viewTransformEnabled | | Prototype: | bool QPainter::viewTransformEnabled() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7137-7145 |
| | 5 | 2 |
QPainter::translate| Name: | QPainter::translate | | Prototype: | void QPainter::translate(const QPointF &offset) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3184-3201 |
| | 9 | 2 |
QPainter::shear| Name: | QPainter::shear | | Prototype: | void QPainter::shear(qreal sh, qreal sv) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3136-3151 |
| | 7 | 2 |
QPainter::setWindow| Name: | QPainter::setWindow | | Prototype: | void QPainter::setWindow(const QRect &r) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7172-7193 |
| | 10 | 2 |
QPainter::setViewport| Name: | QPainter::setViewport | | Prototype: | void QPainter::setViewport(const QRect &r) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7236-7257 |
| | 10 | 2 |
QPainter::setRenderHint| Name: | QPainter::setRenderHint | | Prototype: | void QPainter::setRenderHint(RenderHint hint, bool on) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7059-7073 |
| | 3 | 2 |
QPainter::setLayoutDirection| Name: | QPainter::setLayoutDirection | | Prototype: | void QPainter::setLayoutDirection(Qt::LayoutDirection direction) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7650-7655 |
| | 3 | 2 |
QPainter::scale| Name: | QPainter::scale | | Prototype: | void QPainter::scale(qreal sx, qreal sy) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3113-3128 |
| | 7 | 2 |
QPainter::rotate| Name: | QPainter::rotate | | Prototype: | void QPainter::rotate(qreal a) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3161-3176 |
| | 7 | 2 |
QPainter::renderHints| Name: | QPainter::renderHints | | Prototype: | QPainter::RenderHints QPainter::renderHints() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7111-7119 |
| | 4 | 2 |
QPainter::pen| Name: | QPainter::pen | | Prototype: | const QPen &QPainter::pen() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3932-3940 |
| | 5 | 2 |
QPainter::opacity| Name: | QPainter::opacity | | Prototype: | qreal QPainter::opacity() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2044-2052 |
| | 5 | 2 |
QPainter::hasClipping| Name: | QPainter::hasClipping | | Prototype: | bool QPainter::hasClipping() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2430-2438 |
| | 5 | 2 |
QPainter::fontMetrics| Name: | QPainter::fontMetrics | | Prototype: | QFontMetrics QPainter::fontMetrics() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2009-2017 |
| | 5 | 2 |
QPainter::fontInfo| Name: | QPainter::fontInfo | | Prototype: | QFontInfo QPainter::fontInfo() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2027-2035 |
| | 5 | 2 |
QPainter::font| Name: | QPainter::font | | Prototype: | const QFont &QPainter::font() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 4086-4094 |
| | 5 | 2 |
QPainter::drawChord| Name: | QPainter::drawChord | | Prototype: | void QPainter::drawChord(const QRectF &r, int a, int alen) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 4478-4497 |
| | 9 | 2 |
QPainter::drawArc| Name: | QPainter::drawArc | | Prototype: | void QPainter::drawArc(const QRectF &r, int a, int alen) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 4347-4365 |
| | 8 | 2 |
QPainter::deviceTransform| Name: | QPainter::deviceTransform | | Prototype: | const QTransform & QPainter::deviceTransform() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8218-8226 |
| | 5 | 2 |