| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPdfEngine::setPageMargins| Name: | QPdfEngine::setPageMargins | | Prototype: | void QPdfEngine::setPageMargins(const QMarginsF &margins, QPageLayout::Unit units) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1308-1313 |
| | 3 | 1 |
QPdfEngine::setPageLayout| Name: | QPdfEngine::setPageLayout | | Prototype: | void QPdfEngine::setPageLayout(const QPageLayout &pageLayout) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1290-1294 |
| | 2 | 1 |
QPdfEngine::setOutputFilename| Name: | QPdfEngine::setOutputFilename | | Prototype: | void QPdfEngine::setOutputFilename(const QString &filename) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 757-761 |
| | 2 | 1 |
QPdfEngine::setBrush| Name: | QPdfEngine::setBrush | | Prototype: | void QPdfEngine::setBrush() | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1223-1256 |
| | 24 | 7 |
QPdfEngine::resolution| Name: | QPdfEngine::resolution | | Prototype: | int QPdfEngine::resolution() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1284-1288 |
| | 2 | 1 |
QPdfEngine::pageLayout| Name: | QPdfEngine::pageLayout | | Prototype: | QPageLayout QPdfEngine::pageLayout() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1315-1319 |
| | 2 | 1 |
QPdfEngine::newPage| Name: | QPdfEngine::newPage | | Prototype: | bool QPdfEngine::newPage() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1259-1271 |
| | 9 | 3 |
QPdfEngine::metric| Name: | QPdfEngine::metric | | Prototype: | int QPdfEngine::metric(QPaintDevice::PaintDeviceMetric metricType) const | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1322-1364 |
| | 26 | 14 |
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: | 1435-1455 |
| | 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: | 945-973 |
| | 20 | 2 |
QPdfEngine::drawTextItem| Name: | QPdfEngine::drawTextItem | | Prototype: | void QPdfEngine::drawTextItem(const QPointF &p, const QTextItem &textItem) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 975-1003 |
| | 20 | 4 |
QPdfEngine::drawRects| Name: | QPdfEngine::drawRects | | Prototype: | void QPdfEngine::drawRects (const QRectF *rects, int rectCount) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 799-827 |
| | 20 | 9 |
QPdfEngine::drawPolygon| Name: | QPdfEngine::drawPolygon | | Prototype: | void QPdfEngine::drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 829-863 |
| | 20 | 9 |
QPdfEngine::drawPoints| Name: | QPdfEngine::drawPoints | | Prototype: | void QPdfEngine::drawPoints (const QPointF *points, int pointCount) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 764-780 |
| | 11 | 3 |
QPdfEngine::drawPixmap| Name: | QPdfEngine::drawPixmap | | Prototype: | void QPdfEngine::drawPixmap (const QRectF &rectangle, const QPixmap &pixmap, const QRectF &sr) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 892-921 |
| | 21 | 4 |
QPdfEngine::drawPath| Name: | QPdfEngine::drawPath | | Prototype: | void QPdfEngine::drawPath (const QPainterPath &p) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 865-890 |
| | 17 | 6 |
QPdfEngine::drawLines| Name: | QPdfEngine::drawLines | | Prototype: | void QPdfEngine::drawLines (const QLineF *lines, int lineCount) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 782-797 |
| | 11 | 3 |
QPdfEngine::drawImage| Name: | QPdfEngine::drawImage | | Prototype: | void QPdfEngine::drawImage(const QRectF &rectangle, const QImage &image, const QRectF &sr, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 923-943 |
| | 16 | 3 |
QPdfEngine::drawHyperlink| Name: | QPdfEngine::drawHyperlink | | Prototype: | void QPdfEngine::drawHyperlink(const QRectF &r, const QUrl &url) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1005-1033 |
| | 23 | 3 |
QPdfEngine::begin| Name: | QPdfEngine::begin | | Prototype: | bool QPdfEngine::begin(QPaintDevice *pdev) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1383-1433 |
| | 35 | 4 |
QPdfEngine::QPdfEngine| Name: | QPdfEngine::QPdfEngine | | Prototype: | QPdfEngine::QPdfEngine(QPdfEnginePrivate &dd) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 747-750 |
| | 2 | 1 |
QPdfEngine::QPdfEngine| Name: | QPdfEngine::QPdfEngine | | Prototype: | QPdfEngine::QPdfEngine() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 752-755 |
| | 2 | 1 |
QPdf::toHex| Name: | QPdf::toHex | | Prototype: | const char *QPdf::toHex(ushort u, char *buffer) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 701-715 |
| | 10 | 3 |
QPdf::toHex| Name: | QPdf::toHex | | Prototype: | const char *QPdf::toHex(uchar u, char *buffer) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 717-731 |
| | 10 | 3 |
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: | 546-552 |
| | 4 | 2 |
QPdf::generatePath| Name: | QPdf::generatePath | | Prototype: | QByteArray QPdf::generatePath(const QPainterPath &path, const QTransform &matrix, PathFlags flags) | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 294-354 |
| | 43 | 13 |
QPdf::generateMatrix| Name: | QPdf::generateMatrix | | Prototype: | QByteArray QPdf::generateMatrix(const QTransform &matrix) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 356-368 |
| | 10 | 1 |
QPdf::generateDashes| Name: | QPdf::generateDashes | | Prototype: | QByteArray QPdf::generateDashes(const QPen &pen) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 370-389 |
| | 15 | 4 |
QPdf::ascii85Encode| Name: | QPdf::ascii85Encode | | Prototype: | QByteArray QPdf::ascii85Encode(const QByteArray &input) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 645-699 |
| | 47 | 6 |
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: | 635-643 |
| | 5 | 2 |
QPdf::Stroker::setPen| Name: | QPdf::Stroker::setPen | | Prototype: | void QPdf::Stroker::setPen(const QPen &pen, QPainter::RenderHints hints) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 604-633 |
| | 21 | 6 |
QPdf::Stroker::Stroker| Name: | QPdf::Stroker::Stroker | | Prototype: | QPdf::Stroker::Stroker() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 591-602 |
| | 6 | 1 |
QPdf::ByteStream::~ByteStream| Name: | QPdf::ByteStream::~ByteStream | | Prototype: | ByteStream::~ByteStream() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 181-184 |
| | 1 | 1 |
QPdf::ByteStream::stream| Name: | QPdf::ByteStream::stream | | Prototype: | QIODevice *ByteStream::stream() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 247-252 |
| | 3 | 1 |
QPdf::ByteStream::prepareBuffer| Name: | QPdf::ByteStream::prepareBuffer | | Prototype: | void ByteStream::prepareBuffer() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 266-289 |
| | 17 | 4 |
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: | 186-191 |
| | 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: | 193-198 |
| | 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: | 200-205 |
| | 3 | 2 |
QPdf::ByteStream::operator <<| Name: | QPdf::ByteStream::operator << | | Prototype: | ByteStream &ByteStream::operator <<(const ByteStream &src) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 207-222 |
| | 10 | 3 |
QPdf::ByteStream::operator <<| Name: | QPdf::ByteStream::operator << | | Prototype: | ByteStream &ByteStream::operator <<(qreal val) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 224-229 |
| | 4 | 1 |
QPdf::ByteStream::operator <<| Name: | QPdf::ByteStream::operator << | | Prototype: | ByteStream &ByteStream::operator <<(int val) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 231-236 |
| | 4 | 1 |
QPdf::ByteStream::operator <<| Name: | QPdf::ByteStream::operator << | | Prototype: | ByteStream &ByteStream::operator <<(const QPointF &p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 238-245 |
| | 6 | 1 |
QPdf::ByteStream::constructor_helper| Name: | QPdf::ByteStream::constructor_helper | | Prototype: | void ByteStream::constructor_helper(QByteArray *ba) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 259-264 |
| | 3 | 1 |
QPdf::ByteStream::clear| Name: | QPdf::ByteStream::clear | | Prototype: | void ByteStream::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 254-257 |
| | 1 | 1 |
QPdf::ByteStream::ByteStream| Name: | QPdf::ByteStream::ByteStream | | Prototype: | ByteStream::ByteStream(QByteArray *byteArray, bool fileBacking) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 163-170 |
| | 1 | 1 |
QPdf::ByteStream::ByteStream| Name: | QPdf::ByteStream::ByteStream | | Prototype: | ByteStream::ByteStream(bool fileBacking) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 172-179 |
| | 1 | 1 |
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: | 1094-1098 |
| | 2 | 2 |
QPcreJitStackPointer::QPcreJitStackPointer| Name: | QPcreJitStackPointer::QPcreJitStackPointer | | Prototype: | QPcreJitStackPointer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 1085-1090 |
| | 1 | 1 |
QPauseAnimation::event| Name: | QPauseAnimation::event | | Prototype: | bool QPauseAnimation::event(QEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | | Lines: | 137-140 |
| | 1 | 1 |
QPathSegments::setPath| Name: | QPathSegments::setPath | | Prototype: | void QPathSegments::setPath(const QPainterPath &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 905-914 |
| | 5 | 1 |
QPathSegments::mergePoints| Name: | QPathSegments::mergePoints | | Prototype: | void QPathSegments::mergePoints() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 759-789 |
| | 17 | 6 |
QPathSegments::addPath| Name: | QPathSegments::addPath | | Prototype: | void QPathSegments::addPath(const QPainterPath &path) | | Coverage: | 0.000% (0/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 916-1004 |
| | 55 | 16 |
QPathClipper::pathToRect| Name: | QPathClipper::pathToRect | | Prototype: | bool QPathClipper::pathToRect(const QPainterPath &path, QRectF *rect) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1510-1546 |
| | 24 | 8 |
QPathClipper::intersect| Name: | QPathClipper::intersect | | Prototype: | bool QPathClipper::intersect() | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1364-1413 |
| | 33 | 13 |
QPathClipper::intersect| Name: | QPathClipper::intersect | | Prototype: | QPainterPath QPathClipper::intersect(const QPainterPath &path, const QRectF &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 2123-2126 |
| | 1 | 1 |
QPathClipper::handleCrossingEdges| Name: | QPathClipper::handleCrossingEdges | | Prototype: | bool QPathClipper::handleCrossingEdges(QWingedEdge &list, qreal y, ClipperMode mode) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1817-1887 |
| | 39 | 11 |
QPathClipper::doClip| Name: | QPathClipper::doClip | | Prototype: | bool QPathClipper::doClip(QWingedEdge &list, ClipperMode mode) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1638-1722 |
| | 46 | 12 |
QPathClipper::contains| Name: | QPathClipper::contains | | Prototype: | bool QPathClipper::contains() | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1415-1450 |
| | 23 | 8 |
QPathClipper::clip| Name: | QPathClipper::clip | | Prototype: | QPainterPath QPathClipper::clip(Operation operation) | | Coverage: | 0.000% (0/62) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1549-1636 |
| | 50 | 26 |
QPathClipper::QPathClipper| Name: | QPathClipper::QPathClipper | | Prototype: | QPathClipper::QPathClipper(const QPainterPath &subject, const QPainterPath &clip) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1452-1459 |
| | 2 | 1 |
QPartialCoverage::store| Name: | QPartialCoverage::store | | Prototype: | inline void store(uint *dest, const uint src) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 834-837 |
| | 1 | 1 |
QPartialCoverage::QPartialCoverage| Name: | QPartialCoverage::QPartialCoverage | | Prototype: | inline QPartialCoverage(uint const_alpha) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 828-832 |
| | 2 | 1 |
QParallelAnimationGroup::QParallelAnimationGroup| Name: | QParallelAnimationGroup::QParallelAnimationGroup | | Prototype: | QParallelAnimationGroup::QParallelAnimationGroup(QParallelAnimationGroupPrivate &dd, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 95-99 |
| | 2 | 1 |
QPanGestureRecognizer::reset| Name: | QPanGestureRecognizer::reset | | Prototype: | void QPanGestureRecognizer::reset(QGesture *state) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | | Lines: | 132-141 |
| | 5 | 1 |
QPanGestureRecognizer::recognize| Name: | QPanGestureRecognizer::recognize | | Prototype: | QGestureRecognizer::Result QPanGestureRecognizer::recognize(QGesture *state, QObject *, QEvent *event) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | | Lines: | 81-130 |
| | 30 | 9 |
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: | 58-70 |
| | 3 | 2 |
QPanGesture::setOffset| Name: | QPanGesture::setOffset | | Prototype: | void QPanGesture::setOffset(const QPointF &value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | | Lines: | 330-333 |
| | 1 | 1 |
QPanGesture::setLastOffset| Name: | QPanGesture::setLastOffset | | Prototype: | void QPanGesture::setLastOffset(const QPointF &value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | | Lines: | 325-328 |
| | 1 | 1 |
QPanGesture::setAcceleration| Name: | QPanGesture::setAcceleration | | Prototype: | void QPanGesture::setAcceleration(qreal value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | | Lines: | 335-338 |
| | 1 | 1 |
QPanGesture::offset| Name: | QPanGesture::offset | | Prototype: | QPointF QPanGesture::offset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | | Lines: | 309-312 |
| | 1 | 1 |
QPanGesture::lastOffset| Name: | QPanGesture::lastOffset | | Prototype: | QPointF QPanGesture::lastOffset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | | Lines: | 304-307 |
| | 1 | 1 |
QPanGesture::delta| Name: | QPanGesture::delta | | Prototype: | QPointF QPanGesture::delta() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | | Lines: | 314-318 |
| | 2 | 1 |
QPanGesture::acceleration| Name: | QPanGesture::acceleration | | Prototype: | qreal QPanGesture::acceleration() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | | Lines: | 320-323 |
| | 1 | 1 |
QPanGesture::QPanGesture| Name: | QPanGesture::QPanGesture | | Prototype: | QPanGesture::QPanGesture(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | | Lines: | 291-295 |
| | 1 | 1 |
QPalettePrivate::QPalettePrivate| Name: | QPalettePrivate::QPalettePrivate | | Prototype: | QPalettePrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 53-53 |
| | 1 | 1 |
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: | 657-661 |
| | 2 | 2 |
QPalette::setColorGroup| Name: | QPalette::setColorGroup | | Prototype: | void QPalette::setColorGroup(ColorGroup cg, const QBrush &windowText, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &window) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 1043-1063 |
| | 13 | 1 |
QPalette::setColorGroup| Name: | QPalette::setColorGroup | | Prototype: | void QPalette::setColorGroup(ColorGroup cg, const QBrush &foreground, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &alternate_base, const QBrush &background, const QBrush &midlight, const QBrush &button_text, const QBrush &shadow, const QBrush &highlight, const QBrush &highlighted_text, const QBrush &link, const QBrush &link_visited) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 1067-1081 |
| | 4 | 1 |
QPalette::setColorGroup| Name: | QPalette::setColorGroup | | Prototype: | void QPalette::setColorGroup(ColorGroup cg, const QBrush &foreground, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &alternate_base, const QBrush &background, const QBrush &midlight, const QBrush &button_text, const QBrush &shadow, const QBrush &highlight, const QBrush &highlighted_text, const QBrush &link, const QBrush &link_visited, const QBrush &toolTipBase, const QBrush &toolTipText) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 1084-1114 |
| | 20 | 1 |
QPalette::setBrush| Name: | QPalette::setBrush | | Prototype: | void QPalette::setBrush(ColorGroup cg, ColorRole cr, const QBrush &b) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 751-770 |
| | 14 | 5 |
QPalette::resolve| Name: | QPalette::resolve | | Prototype: | QPalette QPalette::resolve(const QPalette &other) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 904-922 |
| | 12 | 5 |
QPalette::operator==| Name: | QPalette::operator== | | Prototype: | bool QPalette::operator==(const QPalette &p) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 825-836 |
| | 7 | 5 |
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: | 676-684 |
| | 6 | 2 |
QPalette::isEqual| Name: | QPalette::isEqual | | Prototype: | bool QPalette::isEqual(QPalette::ColorGroup group1, QPalette::ColorGroup group2) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 844-869 |
| | 16 | 8 |
QPalette::isCopyOf| Name: | QPalette::isCopyOf | | Prototype: | bool QPalette::isCopyOf(const QPalette &p) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 1030-1033 |
| | 1 | 1 |
QPalette::isBrushSet| Name: | QPalette::isBrushSet | | Prototype: | bool QPalette::isBrushSet(ColorGroup cg, ColorRole cr) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 780-784 |
| | 2 | 1 |
QPalette::init| Name: | QPalette::init | | Prototype: | void QPalette::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 664-668 |
| | 3 | 1 |
QPalette::detach| Name: | QPalette::detach | | Prototype: | void QPalette::detach() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 789-802 |
| | 9 | 5 |
QPalette::cacheKey| Name: | QPalette::cacheKey | | Prototype: | qint64 QPalette::cacheKey() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 896-899 |
| | 1 | 1 |
QPalette::brush| Name: | QPalette::brush | | Prototype: | const QBrush &QPalette::brush(ColorGroup gr, ColorRole cr) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 719-731 |
| | 7 | 3 |
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: | 520-536 |
| | 8 | 2 |
QPalette::QPalette| Name: | QPalette::QPalette | | Prototype: | QPalette::QPalette(const QColor &button) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 543-547 |
| | 2 | 1 |
QPalette::QPalette| Name: | QPalette::QPalette | | Prototype: | QPalette::QPalette(Qt::GlobalColor button) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 554-558 |
| | 2 | 1 |
QPalette::QPalette| Name: | QPalette::QPalette | | Prototype: | QPalette::QPalette(const QBrush &windowText, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &window) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 567-576 |
| | 3 | 1 |
QPalette::QPalette| Name: | QPalette::QPalette | | Prototype: | QPalette::QPalette(const QColor &windowText, const QColor &window, const QColor &light, const QColor &dark, const QColor &mid, const QColor &text, const QColor &base) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 585-595 |
| | 6 | 1 |
QPalette::QPalette| Name: | QPalette::QPalette | | Prototype: | QPalette::QPalette(const QColor &button, const QColor &window) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 602-630 |
| | 22 | 1 |
QPalette::QPalette| Name: | QPalette::QPalette | | Prototype: | QPalette::QPalette(const QPalette &p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 637-641 |
| | 1 | 1 |
QPainterState::init| Name: | QPainterState::init | | Prototype: | void QPainterState::init(QPainter *p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7708-7734 |
| | 25 | 1 |
QPainterState::QPainterState| Name: | QPainterState::QPainterState | | Prototype: | QPainterState::QPainterState(const QPainterState *s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7673-7689 |
| | 1 | 1 |
QPainterState::QPainterState| Name: | QPainterState::QPainterState | | Prototype: | QPainterState::QPainterState() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7691-7702 |
| | 1 | 1 |