Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPdfEngine::setPageMarginsName: | 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::setPageLayoutName: | 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::setOutputFilenameName: | 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::setBrushName: | 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::resolutionName: | 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::pageLayoutName: | 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::newPageName: | 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::metricName: | 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::endName: | 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::drawTiledPixmapName: | 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::drawTextItemName: | 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::drawRectsName: | 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::drawPolygonName: | 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::drawPointsName: | 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::drawPixmapName: | 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::drawPathName: | 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::drawLinesName: | 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::drawImageName: | 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::drawHyperlinkName: | 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::beginName: | 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::QPdfEngineName: | 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::QPdfEngineName: | 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::toHexName: | 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::toHexName: | 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::patternForBrushName: | 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::generatePathName: | 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::generateMatrixName: | 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::generateDashesName: | 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::ascii85EncodeName: | 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::strokePathName: | 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::setPenName: | 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::StrokerName: | 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::~ByteStreamName: | 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::streamName: | 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::prepareBufferName: | 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_helperName: | 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::clearName: | 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::ByteStreamName: | 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::ByteStreamName: | 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::~QPcreJitStackPointerName: | 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::QPcreJitStackPointerName: | 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::eventName: | 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::setPathName: | 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::mergePointsName: | 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::addPathName: | 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::pathToRectName: | 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::intersectName: | 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::intersectName: | 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::handleCrossingEdgesName: | 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::doClipName: | 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::containsName: | 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::clipName: | 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::QPathClipperName: | 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::storeName: | 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::QPartialCoverageName: | 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::QParallelAnimationGroupName: | 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::resetName: | 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::recognizeName: | 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::createName: | 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::setOffsetName: | 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::setLastOffsetName: | 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::setAccelerationName: | 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::offsetName: | 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::lastOffsetName: | 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::deltaName: | 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::accelerationName: | 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::QPanGestureName: | 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::QPalettePrivateName: | 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::~QPaletteName: | 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::setColorGroupName: | 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::setColorGroupName: | 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::setColorGroupName: | 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::setBrushName: | 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::resolveName: | 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::isEqualName: | 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::isCopyOfName: | 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::isBrushSetName: | 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::initName: | 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::detachName: | 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::cacheKeyName: | 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::brushName: | 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::QPaletteName: | 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::QPaletteName: | 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::QPaletteName: | 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::QPaletteName: | 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::QPaletteName: | 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::QPaletteName: | 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::QPaletteName: | 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::initName: | 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::QPainterStateName: | 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::QPainterStateName: | 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 |