| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QPlatformIntegrationFactory::create| Name: | QPlatformIntegrationFactory::create | | Prototype: | QPlatformIntegration *QPlatformIntegrationFactory::create(const QString &platform, const QStringList ¶mList, int &argc, char **argv, const QString &platformPluginPath) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegrationfactory.cpp | | Lines: | 59-72 |
| | 5 | 3 |
QPlatformFontDatabase::registerFont| Name: | QPlatformFontDatabase::registerFont | | Prototype: | void QPlatformFontDatabase::registerFont(const QString &familyname, const QString &stylename, const QString &foundryname, QFont::Weight weight, QFont::Style style, QFont::Stretch stretch, bool antialiased, bool scalable, int pixelSize, bool fixedPitch, const QSupportedWritingSystems &writingSystems, void *usrPtr) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 128-140 |
| | 5 | 2 |
QPlatformFontDatabase::fontEngine| Name: | QPlatformFontDatabase::fontEngine | | Prototype: | QFontEngine *QPlatformFontDatabase::fontEngine(const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 344-352 |
| | 5 | 1 |
QPlatformFontDatabase::fontDir| Name: | QPlatformFontDatabase::fontDir | | Prototype: | QString QPlatformFontDatabase::fontDir() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 395-404 |
| | 5 | 2 |
QPlatformCursorPrivate::getInstances| Name: | QPlatformCursorPrivate::getInstances | | Prototype: | QList<QPlatformCursor *> QPlatformCursorPrivate::getInstances() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | | Lines: | 52-60 |
| | 5 | 3 |
QPlatformCursor::setPos| Name: | QPlatformCursor::setPos | | Prototype: | void QPlatformCursor::setPos(const QPoint &pos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | | Lines: | 122-131 |
| | 5 | 2 |
QPlatformAccessibility::notifyAccessibilityUpdate| Name: | QPlatformAccessibility::notifyAccessibilityUpdate | | Prototype: | void QPlatformAccessibility::notifyAccessibilityUpdate(QAccessibleEvent *event) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | | Lines: | 80-89 |
| | 5 | 3 |
QPlainTextEditPrivate::setTopLine| Name: | QPlainTextEditPrivate::setTopLine | | Prototype: | void QPlainTextEditPrivate::setTopLine(int visualTopLine, int dx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 618-625 |
| | 5 | 1 |
QPlainTextEditPrivate::_q_cursorPositionChanged| Name: | QPlainTextEditPrivate::_q_cursorPositionChanged | | Prototype: | void QPlainTextEditPrivate::_q_cursorPositionChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 440-449 |
| | 5 | 1 |
QPlainTextEdit::setWordWrapMode| Name: | QPlainTextEdit::setWordWrapMode | | Prototype: | void QPlainTextEdit::setWordWrapMode(QTextOption::WrapMode mode) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2781-2788 |
| | 5 | 2 |
QPlainTextEdit::setPlaceholderText| Name: | QPlainTextEdit::setPlaceholderText | | Prototype: | void QPlainTextEdit::setPlaceholderText(const QString &placeholderText) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 1339-1347 |
| | 5 | 3 |
QPlainTextEdit::setBackgroundVisible| Name: | QPlainTextEdit::setBackgroundVisible | | Prototype: | void QPlainTextEdit::setBackgroundVisible(bool visible) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2810-2817 |
| | 5 | 2 |
QPlainTextEdit::focusInEvent| Name: | QPlainTextEdit::focusInEvent | | Prototype: | void QPlainTextEdit::focusInEvent(QFocusEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2245-2253 |
| | 5 | 2 |
QPlainTextEdit::dragMoveEvent| Name: | QPlainTextEdit::dragMoveEvent | | Prototype: | void QPlainTextEdit::dragMoveEvent(QDragMoveEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2143-2150 |
| | 5 | 2 |
QPlainTextDocumentLayout::ensureBlockLayout| Name: | QPlainTextDocumentLayout::ensureBlockLayout | | Prototype: | void QPlainTextDocumentLayout::ensureBlockLayout(const QTextBlock &block) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 214-221 |
| | 5 | 3 |
QPlaceHolderItem::QPlaceHolderItem| Name: | QPlaceHolderItem::QPlaceHolderItem | | Prototype: | QPlaceHolderItem::QPlaceHolderItem(QWidget *w) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 72-79 |
| | 5 | 2 |
QPixmapStylePrivate::computeSize| Name: | QPixmapStylePrivate::computeSize | | Prototype: | QSize QPixmapStylePrivate::computeSize(const QPixmapStyleDescriptor &desc, int width, int height) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 1154-1161 |
| | 5 | 3 |
QPixmapStyle::drawProgressBarBackground| Name: | QPixmapStyle::drawProgressBarBackground | | Prototype: | void QPixmapStyle::drawProgressBarBackground(const QStyleOption *option, QPainter *painter, const QWidget *) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 780-789 |
| | 5 | 2 |
QPixmapColorizeFilter::QPixmapColorizeFilter| Name: | QPixmapColorizeFilter::QPixmapColorizeFilter | | Prototype: | QPixmapColorizeFilter::QPixmapColorizeFilter(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1017-1025 |
| | 5 | 1 |
QPixmap::fromImageInPlace| Name: | QPixmap::fromImageInPlace | | Prototype: | QPixmap QPixmap::fromImageInPlace(QImage &image, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1630-1638 |
| | 5 | 2 |
QPixmap::fromImage| Name: | QPixmap::fromImage | | Prototype: | QPixmap QPixmap::fromImage(const QImage &image, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1608-1616 |
| | 5 | 2 |
QPixmap::doImageIO| Name: | QPixmap::doImageIO | | Prototype: | bool QPixmap::doImageIO(QImageWriter *writer, int quality) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 894-901 |
| | 5 | 3 |
QPixmap::convertFromImage| Name: | QPixmap::convertFromImage | | Prototype: | bool QPixmap::convertFromImage(const QImage &image, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1098-1106 |
| | 5 | 2 |
QPicturePaintEngine::updateRenderHints| Name: | QPicturePaintEngine::updateRenderHints | | Prototype: | void QPicturePaintEngine::updateRenderHints(QPainter::RenderHints hints) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 310-320 |
| | 5 | 1 |
QPicturePaintEngine::updateOpacity| Name: | QPicturePaintEngine::updateOpacity | | Prototype: | void QPicturePaintEngine::updateOpacity(qreal opacity) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 200-210 |
| | 5 | 1 |
QPicturePaintEngine::updateMatrix| Name: | QPicturePaintEngine::updateMatrix | | Prototype: | void QPicturePaintEngine::updateMatrix(const QTransform &matrix) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 271-281 |
| | 5 | 1 |
QPicturePaintEngine::updateCompositionMode| Name: | QPicturePaintEngine::updateCompositionMode | | Prototype: | void QPicturePaintEngine::updateCompositionMode(QPainter::CompositionMode cmode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 176-186 |
| | 5 | 1 |
QPicturePaintEngine::updateClipRegion| Name: | QPicturePaintEngine::updateClipRegion | | Prototype: | void QPicturePaintEngine::updateClipRegion(const QRegion ®ion, Qt::ClipOperation op) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 283-294 |
| | 5 | 1 |
QPicturePaintEngine::updateClipPath| Name: | QPicturePaintEngine::updateClipPath | | Prototype: | void QPicturePaintEngine::updateClipPath(const QPainterPath &path, Qt::ClipOperation op) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 296-308 |
| | 5 | 1 |
QPicturePaintEngine::updateClipEnabled| Name: | QPicturePaintEngine::updateClipEnabled | | Prototype: | void QPicturePaintEngine::updateClipEnabled(bool enabled) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 188-198 |
| | 5 | 1 |
QPicturePaintEngine::updateBrushOrigin| Name: | QPicturePaintEngine::updateBrushOrigin | | Prototype: | void QPicturePaintEngine::updateBrushOrigin(const QPointF &p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 230-240 |
| | 5 | 1 |
QPicturePaintEngine::drawPath| Name: | QPicturePaintEngine::drawPath | | Prototype: | void QPicturePaintEngine::drawPath(const QPainterPath &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 386-396 |
| | 5 | 1 |
QPicturePaintEngine::drawEllipse| Name: | QPicturePaintEngine::drawEllipse | | Prototype: | void QPicturePaintEngine::drawEllipse(const QRectF &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 374-384 |
| | 5 | 1 |
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: | 1503-1515 |
| | 5 | 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: | 265-273 |
| | 5 | 2 |
QPenPrivate::QPenPrivate| Name: | QPenPrivate::QPenPrivate | | Prototype: | inline QPenPrivate::QPenPrivate(const QBrush &_brush, qreal _width, Qt::PenStyle penStyle, Qt::PenCapStyle _capStyle, Qt::PenJoinStyle _joinStyle, bool _defaultWidth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 230-240 |
| | 5 | 1 |
QPdfPrintEnginePrivate::QPdfPrintEnginePrivate| Name: | QPdfPrintEnginePrivate::QPdfPrintEnginePrivate | | Prototype: | QPdfPrintEnginePrivate::QPdfPrintEnginePrivate(QPrinter::PrinterMode m) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | | Lines: | 388-402 |
| | 5 | 3 |
QPdfPrintEngine::end| Name: | QPdfPrintEngine::end | | Prototype: | bool QPdfPrintEngine::end() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | | Lines: | 90-100 |
| | 5 | 1 |
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 |
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: | 124-132 |
| | 5 | 2 |
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 |
QParallelAnimationGroupPrivate::connectUncontrolledAnimations| Name: | QParallelAnimationGroupPrivate::connectUncontrolledAnimations | | Prototype: | void QParallelAnimationGroupPrivate::connectUncontrolledAnimations() | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 256-265 |
| | 5 | 3 |
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 |
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: | 1331-1339 |
| | 5 | 2 |
QPainterPath::setDirty| Name: | QPainterPath::setDirty | | Prototype: | void QPainterPath::setDirty(bool dirty) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 3393-3400 |
| | 5 | 1 |
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: | 966-974 |
| | 5 | 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: | 8296-8304 |
| | 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: | 3075-3083 |
| | 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: | 2932-2940 |
| | 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: | 7205-7213 |
| | 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: | 7269-7277 |
| | 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: | 7141-7149 |
| | 5 | 2 |
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::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: | 3936-3944 |
| | 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: | 2048-2056 |
| | 5 | 2 |
QPainter::hasClipping| Name: | QPainter::hasClipping | | Prototype: | bool QPainter::hasClipping() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2434-2442 |
| | 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: | 2013-2021 |
| | 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: | 2031-2039 |
| | 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: | 4090-4098 |
| | 5 | 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: | 8223-8231 |
| | 5 | 2 |
QPainter::deviceMatrix| Name: | QPainter::deviceMatrix | | Prototype: | const QMatrix &QPainter::deviceMatrix() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3006-3014 |
| | 5 | 2 |
QPainter::compositionMode| Name: | QPainter::compositionMode | | Prototype: | QPainter::CompositionMode QPainter::compositionMode() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2401-2409 |
| | 5 | 2 |
QPainter::combinedTransform| Name: | QPainter::combinedTransform | | Prototype: | QTransform QPainter::combinedTransform() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8313-8321 |
| | 5 | 2 |
QPainter::brushOrigin| Name: | QPainter::brushOrigin | | Prototype: | QPoint QPainter::brushOrigin() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2098-2106 |
| | 5 | 2 |
QPainter::brush| Name: | QPainter::brush | | Prototype: | const QBrush &QPainter::brush() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 4013-4021 |
| | 5 | 2 |
QPainter::boundingRect| Name: | QPainter::boundingRect | | Prototype: | QRect QPainter::boundingRect(const QRect &rect, int flags, const QString &str) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6590-6597 |
| | 5 | 2 |
QPainter::boundingRect| Name: | QPainter::boundingRect | | Prototype: | QRectF QPainter::boundingRect(const QRectF &rect, int flags, const QString &str) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6601-6608 |
| | 5 | 2 |
QPainter::backgroundMode| Name: | QPainter::backgroundMode | | Prototype: | Qt::BGMode QPainter::backgroundMode() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3822-3830 |
| | 5 | 2 |
QPainter::background| Name: | QPainter::background | | Prototype: | const QBrush &QPainter::background() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2417-2425 |
| | 5 | 2 |
QPainter::QPainter| Name: | QPainter::QPainter | | Prototype: | QPainter::QPainter(QPaintDevice *pd) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1470-1479 |
| | 5 | 2 |
QPaintEngineExPrivate::hasClipOperations| Name: | QPaintEngineExPrivate::hasClipOperations | | Prototype: | bool QPaintEngineExPrivate::hasClipOperations() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 227-236 |
| | 5 | 2 |
QPaintEngineEx::shouldDrawCachedGlyphs| Name: | QPaintEngineEx::shouldDrawCachedGlyphs | | Prototype: | bool QPaintEngineEx::shouldDrawCachedGlyphs(QFontEngine *fontEngine, const QTransform &m) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 1086-1094 |
| | 5 | 2 |
QPaintEngine::setSystemClip| Name: | QPaintEngine::setSystemClip | | Prototype: | void QPaintEngine::setSystemClip(const QRegion ®ion) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 929-939 |
| | 5 | 2 |
QPageSetupWidget::unitChanged| Name: | QPageSetupWidget::unitChanged | | Prototype: | void QPageSetupWidget::unitChanged() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 572-579 |
| | 5 | 2 |
QPageSetupWidget::pageOrientationChanged| Name: | QPageSetupWidget::pageOrientationChanged | | Prototype: | void QPageSetupWidget::pageOrientationChanged() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 537-544 |
| | 5 | 2 |
QPageSetupDialog::open| Name: | QPageSetupDialog::open | | Prototype: | void QPageSetupDialog::open(QObject *receiver, const char *member) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog.cpp | | Lines: | 134-141 |
| | 5 | 1 |
QPageSetupDialog::exec| Name: | QPageSetupDialog::exec | | Prototype: | int QPageSetupDialog::exec() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 632-640 |
| | 5 | 2 |
QPMCache::remove| Name: | QPMCache::remove | | Prototype: | bool QPMCache::remove(const QString &key) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 390-398 |
| | 5 | 2 |
QPMCache::object| Name: | QPMCache::object | | Prototype: | QPixmap *QPMCache::object(const QPixmapCache::Key &key) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 315-323 |
| | 5 | 2 |
QPF2Generator::generate| Name: | QPF2Generator::generate | | Prototype: | void QPF2Generator::generate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | | Lines: | 503-511 |
| | 5 | 1 |
QOpenUrlHandlerRegistry::handlerDestroyed| Name: | QOpenUrlHandlerRegistry::handlerDestroyed | | Prototype: | void QOpenUrlHandlerRegistry::handlerDestroyed(QObject *handler) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qdesktopservices.cpp | | Lines: | 82-92 |
| | 5 | 3 |
QOpenSslLocks::~QOpenSslLocks| Name: | QOpenSslLocks::~QOpenSslLocks | | Prototype: | inline ~QOpenSslLocks() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 130-138 |
| | 5 | 2 |
QOpenSslLocks::lock| Name: | QOpenSslLocks::lock | | Prototype: | inline QMutex *lock(int num) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 139-146 |
| | 5 | 2 |
QOpenGLVersionFunctionsStorage::~QOpenGLVersionFunctionsStorage| Name: | QOpenGLVersionFunctionsStorage::~QOpenGLVersionFunctionsStorage | | Prototype: | QOpenGLVersionFunctionsStorage::~QOpenGLVersionFunctionsStorage() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | | Lines: | 75-86 |
| | 5 | 4 |
QOpenGLTimerQueryPrivate::destroy| Name: | QOpenGLTimerQueryPrivate::destroy | | Prototype: | void QOpenGLTimerQueryPrivate::destroy() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 164-172 |
| | 5 | 2 |
QOpenGLTexture::setWrapMode| Name: | QOpenGLTexture::setWrapMode | | Prototype: | void QOpenGLTexture::setWrapMode(QOpenGLTexture::WrapMode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 4072-4079 |
| | 5 | 1 |
QOpenGLTexture::setWrapMode| Name: | QOpenGLTexture::setWrapMode | | Prototype: | void QOpenGLTexture::setWrapMode(QOpenGLTexture::CoordinateDirection direction, QOpenGLTexture::WrapMode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 4085-4092 |
| | 5 | 1 |
QOpenGLTexture::allocateStorage| Name: | QOpenGLTexture::allocateStorage | | Prototype: | void QOpenGLTexture::allocateStorage() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 2976-2984 |
| | 5 | 2 |
QOpenGLShaderProgram::setUniformValue| Name: | QOpenGLShaderProgram::setUniformValue | | Prototype: | void QOpenGLShaderProgram::setUniformValue(int location, GLfloat x, GLfloat y) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 2029-2037 |
| | 5 | 2 |
QOpenGLShaderProgram::setUniformValue| Name: | QOpenGLShaderProgram::setUniformValue | | Prototype: | void QOpenGLShaderProgram::setUniformValue (int location, GLfloat x, GLfloat y, GLfloat z) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 2058-2067 |
| | 5 | 2 |
QOpenGLShaderProgram::setUniformValue| Name: | QOpenGLShaderProgram::setUniformValue | | Prototype: | void QOpenGLShaderProgram::setUniformValue (int location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 2089-2098 |
| | 5 | 2 |
QOpenGLShaderProgram::setUniformValue| Name: | QOpenGLShaderProgram::setUniformValue | | Prototype: | void QOpenGLShaderProgram::setUniformValue(int location, const QPoint& point) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 2228-2236 |
| | 5 | 2 |
QOpenGLShaderProgram::setUniformValue| Name: | QOpenGLShaderProgram::setUniformValue | | Prototype: | void QOpenGLShaderProgram::setUniformValue(int location, const QPointF& point) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 2257-2265 |
| | 5 | 2 |
QOpenGLShaderProgram::setUniformValue| Name: | QOpenGLShaderProgram::setUniformValue | | Prototype: | void QOpenGLShaderProgram::setUniformValue(int location, const QSize& size) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 2286-2294 |
| | 5 | 2 |
QOpenGLShaderProgram::setUniformValue| Name: | QOpenGLShaderProgram::setUniformValue | | Prototype: | void QOpenGLShaderProgram::setUniformValue(int location, const QSizeF& size) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 2315-2323 |
| | 5 | 2 |
QOpenGLShaderProgram::setAttributeValue| Name: | QOpenGLShaderProgram::setAttributeValue | | Prototype: | void QOpenGLShaderProgram::setAttributeValue (int location, GLfloat x, GLfloat y, GLfloat z) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1320-1329 |
| | 5 | 2 |
QOpenGLShaderProgram::setAttributeBuffer| Name: | QOpenGLShaderProgram::setAttributeBuffer | | Prototype: | void QOpenGLShaderProgram::setAttributeBuffer (int location, GLenum type, int offset, int tupleSize, int stride) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1793-1802 |
| | 5 | 2 |
QOpenGLShaderProgram::setAttributeArray| Name: | QOpenGLShaderProgram::setAttributeArray | | Prototype: | void QOpenGLShaderProgram::setAttributeArray (int location, const GLfloat *values, int tupleSize, int stride) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1542-1551 |
| | 5 | 2 |
QOpenGLShaderProgram::setAttributeArray| Name: | QOpenGLShaderProgram::setAttributeArray | | Prototype: | void QOpenGLShaderProgram::setAttributeArray (int location, const QVector2D *values, int stride) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1566-1575 |
| | 5 | 2 |
QOpenGLShaderProgram::setAttributeArray| Name: | QOpenGLShaderProgram::setAttributeArray | | Prototype: | void QOpenGLShaderProgram::setAttributeArray (int location, const QVector3D *values, int stride) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1590-1599 |
| | 5 | 2 |