| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QPlatformPixmap::fromFile| Name: | QPlatformPixmap::fromFile | | Prototype: | bool QPlatformPixmap::fromFile(const QString &fileName, const char *format, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qplatformpixmap.cpp | | Lines: | 122-130 |
| | 5 | 2 |
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: | 122-134 |
| | 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: | 338-346 |
| | 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: | 389-398 |
| | 5 | 2 |
QPlatformCursorPrivate::getInstances| Name: | QPlatformCursorPrivate::getInstances | | Prototype: | QList<QPlatformCursor *> QPlatformCursorPrivate::getInstances() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | | Lines: | 46-53 |
| | 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: | 115-124 |
| | 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: | 76-85 |
| | 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: | 612-619 |
| | 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: | 434-443 |
| | 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: | 2751-2758 |
| | 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: | 1332-1340 |
| | 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: | 2780-2787 |
| | 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: | 2215-2223 |
| | 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: | 2136-2143 |
| | 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: | 208-215 |
| | 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: | 66-73 |
| | 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: | 1011-1019 |
| | 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: | 1624-1632 |
| | 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: | 1602-1610 |
| | 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: | 888-895 |
| | 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: | 1092-1100 |
| | 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: | 304-314 |
| | 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: | 194-204 |
| | 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: | 265-275 |
| | 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: | 170-180 |
| | 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: | 277-288 |
| | 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: | 290-302 |
| | 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: | 182-192 |
| | 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: | 224-234 |
| | 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: | 380-390 |
| | 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: | 368-378 |
| | 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: | 1499-1511 |
| | 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: | 259-267 |
| | 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: | 224-234 |
| | 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: | 382-396 |
| | 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: | 84-94 |
| | 5 | 1 |
QPdfEnginePrivate::generateGradientShader| Name: | QPdfEnginePrivate::generateGradientShader | | Prototype: | int QPdfEnginePrivate::generateGradientShader(const QGradient *gradient, const QTransform &matrix, bool alpha) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 2208-2220 |
| | 5 | 5 |
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 |
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 |
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: | 899-908 |
| | 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: | 250-259 |
| | 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: | 126-135 |
| | 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: | 1325-1333 |
| | 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: | 3385-3392 |
| | 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: | 960-968 |
| | 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: | 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::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: | 7327-7336 |
| | 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: | 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::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 |
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: | 3002-3010 |
| | 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: | 2397-2405 |
| | 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: | 8308-8316 |
| | 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: | 2094-2102 |
| | 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: | 4009-4017 |
| | 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: | 6586-6593 |
| | 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: | 6597-6604 |
| | 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: | 3818-3826 |
| | 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: | 2413-2421 |
| | 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: | 1465-1474 |
| | 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: | 1083-1091 |
| | 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: | 920-930 |
| | 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: | 566-573 |
| | 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: | 531-538 |
| | 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: | 128-135 |
| | 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: | 626-634 |
| | 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: | 374-382 |
| | 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: | 299-307 |
| | 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: | 497-505 |
| | 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: | 76-86 |
| | 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: | 129-137 |
| | 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: | 138-145 |
| | 5 | 2 |
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: | 158-166 |
| | 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: | 4063-4070 |
| | 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: | 4076-4083 |
| | 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: | 2967-2975 |
| | 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: | 2025-2033 |
| | 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: | 2054-2063 |
| | 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: | 2085-2094 |
| | 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: | 2224-2232 |
| | 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: | 2253-2261 |
| | 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: | 2282-2290 |
| | 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: | 2311-2319 |
| | 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: | 1316-1325 |
| | 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: | 1789-1798 |
| | 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: | 1538-1547 |
| | 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: | 1562-1571 |
| | 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: | 1586-1595 |
| | 5 | 2 |
QOpenGLShaderProgram::setAttributeArray| Name: | QOpenGLShaderProgram::setAttributeArray | | Prototype: | void QOpenGLShaderProgram::setAttributeArray (int location, const QVector4D *values, int stride) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1610-1619 |
| | 5 | 2 |
QOpenGLShaderProgram::setAttributeArray| Name: | QOpenGLShaderProgram::setAttributeArray | | Prototype: | void QOpenGLShaderProgram::setAttributeArray (int location, GLenum type, const void *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: | 1644-1653 |
| | 5 | 2 |
QOpenGLShaderProgram::patchVertexCount| Name: | QOpenGLShaderProgram::patchVertexCount | | Prototype: | int QOpenGLShaderProgram::patchVertexCount() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 3263-3272 |
| | 5 | 2 |