Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QPixmap::fromImageReaderName: | QPixmap::fromImageReader | Prototype: | QPixmap QPixmap::fromImageReader(QImageReader *imageReader, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines: | 1652-1657 |
| | 3 | 1 |
QPixmap::fillName: | QPixmap::fill | Prototype: | void QPixmap::fill(const QPaintDevice *device, const QPoint &p) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines: | 910-915 |
| | 3 | 1 |
QPixmap::doInitName: | QPixmap::doInit | Prototype: | void QPixmap::doInit(int w, int h, int type) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines: | 92-98 |
| | 3 | 2 |
QPixmap::devicePixelRatioName: | QPixmap::devicePixelRatio | Prototype: | qreal QPixmap::devicePixelRatio() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines: | 658-663 |
| | 3 | 2 |
QPixmap::QPixmapName: | QPixmap::QPixmap | Prototype: | QPixmap::QPixmap(int w, int h) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines: | 127-134 |
| | 3 | 2 |
QPixmap::QPixmapName: | QPixmap::QPixmap | Prototype: | QPixmap::QPixmap(const QSize &size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines: | 146-153 |
| | 3 | 2 |
QPixmap::QPixmapName: | QPixmap::QPixmap | Prototype: | QPixmap::QPixmap(const QSize &s, int type) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines: | 158-164 |
| | 3 | 2 |
QPinchGestureRecognizer::createName: | QPinchGestureRecognizer::create | Prototype: | QGesture *QPinchGestureRecognizer::create(QObject *target) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | Lines: | 152-158 |
| | 3 | 2 |
QPicturePrivate::resetFormatName: | QPicturePrivate::resetFormat | Prototype: | void QPicturePrivate::resetFormat() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 1049-1054 |
| | 3 | 1 |
QPictureIO::~QPictureIOName: | QPictureIO::~QPictureIO | Prototype: | QPictureIO::~QPictureIO() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 1373-1378 |
| | 3 | 2 |
QPictureIO::setParametersName: | QPictureIO::setParameters | Prototype: | void QPictureIO::setParameters(const char *parameters) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 1680-1685 |
| | 3 | 2 |
QPictureIO::QPictureIOName: | QPictureIO::QPictureIO | Prototype: | QPictureIO::QPictureIO(QIODevice *ioDevice, const char *format) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 1336-1341 |
| | 3 | 1 |
QPictureIO::QPictureIOName: | QPictureIO::QPictureIO | Prototype: | QPictureIO::QPictureIO(const QString &fileName, const char* format) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 1348-1353 |
| | 3 | 1 |
QPicture::setDataName: | QPicture::setData | Prototype: | void QPicture::setData(const char* data, uint size) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 247-252 |
| | 3 | 1 |
QPicture::paintEngineName: | QPicture::paintEngine | Prototype: | QPaintEngine *QPicture::paintEngine() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 1130-1135 |
| | 3 | 2 |
QPersistentModelIndex::~QPersistentModelIndexName: | QPersistentModelIndex::~QPersistentModelIndex | Prototype: | QPersistentModelIndex::~QPersistentModelIndex() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 169-175 |
| | 3 | 2 |
QPersistentModelIndex::siblingName: | QPersistentModelIndex::sibling | Prototype: | QModelIndex QPersistentModelIndex::sibling(int row, int column) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 382-387 |
| | 3 | 2 |
QPersistentModelIndex::rowName: | QPersistentModelIndex::row | Prototype: | int QPersistentModelIndex::row() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 310-315 |
| | 3 | 2 |
QPersistentModelIndex::parentName: | QPersistentModelIndex::parent | Prototype: | QModelIndex QPersistentModelIndex::parent() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 368-373 |
| | 3 | 2 |
QPersistentModelIndex::operator==Name: | QPersistentModelIndex::operator== | Prototype: | bool QPersistentModelIndex::operator==(const QPersistentModelIndex &other) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 185-190 |
| | 3 | 2 |
QPersistentModelIndex::operator==Name: | QPersistentModelIndex::operator== | Prototype: | bool QPersistentModelIndex::operator==(const QModelIndex &other) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 283-288 |
| | 3 | 2 |
QPersistentModelIndex::operator<Name: | QPersistentModelIndex::operator< | Prototype: | bool QPersistentModelIndex::operator<(const QPersistentModelIndex &other) const | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 202-208 |
| | 3 | 2 |
QPersistentModelIndex::operator!=Name: | QPersistentModelIndex::operator!= | Prototype: | bool QPersistentModelIndex::operator!=(const QModelIndex &other) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 297-302 |
| | 3 | 2 |
QPersistentModelIndex::modelName: | QPersistentModelIndex::model | Prototype: | const QAbstractItemModel *QPersistentModelIndex::model() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 431-436 |
| | 3 | 2 |
QPersistentModelIndex::internalPointerName: | QPersistentModelIndex::internalPointer | Prototype: | void *QPersistentModelIndex::internalPointer() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 339-344 |
| | 3 | 2 |
QPersistentModelIndex::internalIdName: | QPersistentModelIndex::internalId | Prototype: | quintptr QPersistentModelIndex::internalId() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 355-360 |
| | 3 | 2 |
QPersistentModelIndex::flagsName: | QPersistentModelIndex::flags | Prototype: | Qt::ItemFlags QPersistentModelIndex::flags() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 421-426 |
| | 3 | 2 |
QPersistentModelIndex::dataName: | QPersistentModelIndex::data | Prototype: | QVariant QPersistentModelIndex::data(int role) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 409-414 |
| | 3 | 2 |
QPersistentModelIndex::columnName: | QPersistentModelIndex::column | Prototype: | int QPersistentModelIndex::column() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 323-328 |
| | 3 | 2 |
QPersistentModelIndex::childName: | QPersistentModelIndex::child | Prototype: | QModelIndex QPersistentModelIndex::child(int row, int column) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 396-401 |
| | 3 | 2 |
QPersistentModelIndex::QPersistentModelIndexName: | QPersistentModelIndex::QPersistentModelIndex | Prototype: | QPersistentModelIndex::QPersistentModelIndex(const QModelIndex &index) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 154-161 |
| | 3 | 2 |
QPenDataHolder::~QPenDataHolderName: | QPenDataHolder::~QPenDataHolder | Prototype: | ~QPenDataHolder() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 253-258 |
| | 3 | 2 |
QPen::setMiterLimitName: | QPen::setMiterLimit | Prototype: | void QPen::setMiterLimit(qreal limit) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 606-611 |
| | 3 | 1 |
QPen::setCosmeticName: | QPen::setCosmetic | Prototype: | void QPen::setCosmetic(bool cosmetic) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 832-837 |
| | 3 | 1 |
QPen::QPenName: | QPen::QPen | Prototype: | QPen::QPen(const QPen &p) noexcept | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 325-330 |
| | 3 | 2 |
QPdfWriter::setResolutionName: | QPdfWriter::setResolution | Prototype: | void QPdfWriter::setResolution(int resolution) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 236-241 |
| | 3 | 2 |
QPdfWriter::QPdfWriterName: | QPdfWriter::QPdfWriter | Prototype: | QPdfWriter::QPdfWriter(const QString &filename) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 144-154 |
| | 3 | 1 |
QPdfWriter::QPdfWriterName: | QPdfWriter::QPdfWriter | Prototype: | QPdfWriter::QPdfWriter(QIODevice *device) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 159-169 |
| | 3 | 1 |
QPdfPagedPaintDevicePrivate::setPageSizeName: | QPdfPagedPaintDevicePrivate::setPageSize | Prototype: | bool setPageSize(const QPageSize &pageSize) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 89-96 |
| | 3 | 1 |
QPdfPagedPaintDevicePrivate::setPageOrientationName: | QPdfPagedPaintDevicePrivate::setPageOrientation | Prototype: | bool setPageOrientation(QPageLayout::Orientation orientation) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 98-105 |
| | 3 | 1 |
QPdfPagedPaintDevicePrivate::setPageMarginsName: | QPdfPagedPaintDevicePrivate::setPageMargins | Prototype: | bool setPageMargins(const QMarginsF &margins, QPageLayout::Unit units) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 112-119 |
| | 3 | 1 |
QPdfPagedPaintDevicePrivate::setPageLayoutName: | QPdfPagedPaintDevicePrivate::setPageLayout | Prototype: | bool setPageLayout(const QPageLayout &newPageLayout) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 80-87 |
| | 3 | 1 |
QPdfPage::streamImageName: | QPdfPage::streamImage | Prototype: | void QPdfPage::streamImage(int w, int h, int object) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 739-744 |
| | 3 | 2 |
QPdfEnginePrivate::~QPdfEnginePrivateName: | QPdfEnginePrivate::~QPdfEnginePrivate | Prototype: | QPdfEnginePrivate::~QPdfEnginePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1457-1462 |
| | 3 | 1 |
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 |
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::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::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 |
QParallelAnimationGroupPrivate::disconnectUncontrolledAnimationsName: | QParallelAnimationGroupPrivate::disconnectUncontrolledAnimations | Prototype: | void QParallelAnimationGroupPrivate::disconnectUncontrolledAnimations() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 248-254 |
| | 3 | 2 |
QParallelAnimationGroupPrivate::animationRemovedName: | QParallelAnimationGroupPrivate::animationRemoved | Prototype: | void QParallelAnimationGroupPrivate::animationRemoved(int index, QAbstractAnimation *anim) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 302-307 |
| | 3 | 1 |
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 |
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::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 |
QPainterPrivate::~QPainterPrivateName: | QPainterPrivate::~QPainterPrivate | Prototype: | QPainterPrivate::~QPainterPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 209-214 |
| | 3 | 1 |
QPainterPrivate::updateInvMatrixName: | QPainterPrivate::updateInvMatrix | Prototype: | void QPainterPrivate::updateInvMatrix() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 665-670 |
| | 3 | 1 |
QPainterPrivate::effectiveDevicePixelRatioName: | QPainterPrivate::effectiveDevicePixelRatio | Prototype: | qreal QPainterPrivate::effectiveDevicePixelRatio() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 228-235 |
| | 3 | 2 |
QPainterPathStrokerPrivate::QPainterPathStrokerPrivateName: | QPainterPathStrokerPrivate::QPainterPathStrokerPrivate | Prototype: | QPainterPathStrokerPrivate::QPainterPathStrokerPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2538-2544 |
| | 3 | 1 |
QPainterPathStroker::setDashPatternName: | QPainterPathStroker::setDashPattern | Prototype: | void QPainterPathStroker::setDashPattern(const QVector<qreal> &dashPattern) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2742-2747 |
| | 3 | 2 |
QPainterPath::translatedName: | QPainterPath::translated | Prototype: | QPainterPath QPainterPath::translated(qreal dx, qreal dy) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2133-2138 |
| | 3 | 1 |
QPainterPath::elementAtName: | QPainterPath::elementAt | Prototype: | QPainterPath::Element QPainterPath::elementAt(int i) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 494-499 |
| | 3 | 1 |
QPainterPath::detachName: | QPainterPath::detach | Prototype: | void QPainterPath::detach() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 561-566 |
| | 3 | 2 |
QPainterPath::currentPositionName: | QPainterPath::currentPosition | Prototype: | QPointF QPainterPath::currentPosition() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 983-988 |
| | 3 | 1 |
QPainter::setRenderHintName: | QPainter::setRenderHint | Prototype: | void QPainter::setRenderHint(RenderHint hint, bool on) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7063-7077 |
| | 3 | 2 |
QPainter::setLayoutDirectionName: | QPainter::setLayoutDirection | Prototype: | void QPainter::setLayoutDirection(Qt::LayoutDirection direction) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7655-7660 |
| | 3 | 2 |
QPainter::redirectedName: | QPainter::redirected | Prototype: | QPaintDevice *QPainter::redirected(const QPaintDevice *device, QPoint *offset) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7382-7387 |
| | 3 | 1 |
QPainter::PixmapFragment::createName: | QPainter::PixmapFragment::create | Prototype: | QPainter::PixmapFragment QPainter::PixmapFragment::create(const QPointF &pos, const QRectF &sourceRect, qreal scaleX, qreal scaleY, qreal rotation, qreal opacity) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8416-8423 |
| | 3 | 1 |
QPaintEngineEx::createStateName: | QPaintEngineEx::createState | Prototype: | QPainterState *QPaintEngineEx::createState(QPainterState *orig) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 378-383 |
| | 3 | 2 |
QPaintDevice::~QPaintDeviceName: | QPaintDevice::~QPaintDevice | Prototype: | QPaintDevice::~QPaintDevice() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintdevice.cpp | Lines: | 50-55 |
| | 3 | 2 |
QPageSizePrivate::QPageSizePrivateName: | QPageSizePrivate::QPageSizePrivate | Prototype: | QPageSizePrivate::QPageSizePrivate(const QSize &pointSize, const QString &name, QPageSize::SizeMatchPolicy matchPolicy) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 769-778 |
| | 3 | 2 |
QPageSizePrivate::QPageSizePrivateName: | QPageSizePrivate::QPageSizePrivate | Prototype: | QPageSizePrivate::QPageSizePrivate(const QSizeF &size, QPageSize::Unit units, const QString &name, QPageSize::SizeMatchPolicy matchPolicy) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 780-790 |
| | 3 | 2 |
QPageSize::windowsIdName: | QPageSize::windowsId | Prototype: | int QPageSize::windowsId() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1358-1363 |
| | 3 | 2 |
QPageSize::sizePointsName: | QPageSize::sizePoints | Prototype: | QSize QPageSize::sizePoints(PageSizeId pageSizeId) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1841-1846 |
| | 3 | 2 |
QPageSize::sizePixelsName: | QPageSize::sizePixels | Prototype: | QSize QPageSize::sizePixels(PageSizeId pageSizeId, int resolution) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1853-1858 |
| | 3 | 2 |
QPageSize::sizeName: | QPageSize::size | Prototype: | QSizeF QPageSize::size(PageSizeId pageSizeId, Unit units) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1830-1835 |
| | 3 | 2 |
QPageSize::keyName: | QPageSize::key | Prototype: | QString QPageSize::key(PageSizeId pageSizeId) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1479-1484 |
| | 3 | 2 |
QPageSize::isEquivalentToName: | QPageSize::isEquivalentTo | Prototype: | bool QPageSize::isEquivalentTo(const QPageSize &other) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1281-1286 |
| | 3 | 2 |
QPageSize::definitionUnitsName: | QPageSize::definitionUnits | Prototype: | QPageSize::Unit QPageSize::definitionUnits(PageSizeId pageSizeId) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1819-1824 |
| | 3 | 2 |
QPageSize::definitionSizeName: | QPageSize::definitionSize | Prototype: | QSizeF QPageSize::definitionSize(PageSizeId pageSizeId) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1806-1811 |
| | 3 | 2 |
QPageSetupDialog::~QPageSetupDialogName: | QPageSetupDialog::~QPageSetupDialog | Prototype: | QPageSetupDialog::~QPageSetupDialog() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog.cpp | Lines: | 149-154 |
| | 3 | 2 |
QPageSetupDialog::QPageSetupDialogName: | QPageSetupDialog::QPageSetupDialog | Prototype: | QPageSetupDialog::QPageSetupDialog(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 624-630 |
| | 3 | 1 |
QPageSetupDialog::QPageSetupDialogName: | QPageSetupDialog::QPageSetupDialog | Prototype: | QPageSetupDialog::QPageSetupDialog(QPrinter *printer, QWidget *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 616-622 |
| | 3 | 1 |
QPagePreview::setPagePreviewLayoutName: | QPagePreview::setPagePreviewLayout | Prototype: | void setPagePreviewLayout(int columns, int rows) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 111-116 |
| | 3 | 1 |
QPageLayoutPrivate::fullRectPointsName: | QPageLayoutPrivate::fullRectPoints | Prototype: | QRect QPageLayoutPrivate::fullRectPoints() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 265-271 |
| | 3 | 2 |
QPageLayoutPrivate::fullRectPixelsName: | QPageLayoutPrivate::fullRectPixels | Prototype: | QRect QPageLayoutPrivate::fullRectPixels(int resolution) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 273-279 |
| | 3 | 2 |
QPMCache::getKeyDataName: | QPMCache::getKeyData | Prototype: | QPixmapCache::KeyData* QPMCache::getKeyData(QPixmapCache::Key *key) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 452-457 |
| | 3 | 2 |
QPF2Generator::writeTaggedUInt8Name: | QPF2Generator::writeTaggedUInt8 | Prototype: | void QPF2Generator::writeTaggedUInt8(QFontEngineQPF2::HeaderTag tag, quint8 value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | Lines: | 608-613 |
| | 3 | 1 |
QPF2Generator::writeTaggedUInt32Name: | QPF2Generator::writeTaggedUInt32 | Prototype: | void QPF2Generator::writeTaggedUInt32(QFontEngineQPF2::HeaderTag tag, quint32 value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | Lines: | 601-606 |
| | 3 | 1 |
QPF2Generator::writeTaggedStringName: | QPF2Generator::writeTaggedString | Prototype: | void QPF2Generator::writeTaggedString(QFontEngineQPF2::HeaderTag tag, const QByteArray &string) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | Lines: | 594-599 |
| | 3 | 1 |
QPF2Generator::writeTaggedQFixedName: | QPF2Generator::writeTaggedQFixed | Prototype: | void QPF2Generator::writeTaggedQFixed(QFontEngineQPF2::HeaderTag tag, QFixed value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | Lines: | 615-620 |
| | 3 | 1 |
QOpenGLWindowPrivate::bindFBOName: | QOpenGLWindowPrivate::bindFBO | Prototype: | void QOpenGLWindowPrivate::bindFBO() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 320-326 |
| | 3 | 2 |
QOpenGLVersionProfile::QOpenGLVersionProfileName: | QOpenGLVersionProfile::QOpenGLVersionProfile | Prototype: | QOpenGLVersionProfile::QOpenGLVersionProfile(const QSurfaceFormat &format) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | Lines: | 110-116 |
| | 3 | 1 |
QOpenGLTimerQueryPrivate::recordTimestampName: | QOpenGLTimerQueryPrivate::recordTimestamp | Prototype: | void QOpenGLTimerQueryPrivate::recordTimestamp() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 194-205 |
| | 3 | 2 |
QOpenGLTimerQueryPrivate::isResultAvailableName: | QOpenGLTimerQueryPrivate::isResultAvailable | Prototype: | bool QOpenGLTimerQueryPrivate::isResultAvailable() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 222-227 |
| | 3 | 1 |
QOpenGLTimeMonitorPrivate::isResultAvailableName: | QOpenGLTimeMonitorPrivate::isResultAvailable | Prototype: | bool QOpenGLTimeMonitorPrivate::isResultAvailable() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 589-597 |
| | 3 | 1 |
QOpenGLTimeMonitor::recordSampleName: | QOpenGLTimeMonitor::recordSample | Prototype: | int QOpenGLTimeMonitor::recordSample() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 813-818 |
| | 3 | 1 |
QOpenGLTexturePrivate::isBoundName: | QOpenGLTexturePrivate::isBound | Prototype: | bool QOpenGLTexturePrivate::isBound() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 271-276 |
| | 3 | 1 |
QOpenGLTexturePrivate::evaluateMipLevelsName: | QOpenGLTexturePrivate::evaluateMipLevels | Prototype: | int QOpenGLTexturePrivate::evaluateMipLevels() const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 292-311 |
| | 3 | 13 |
QOpenGLTextureCacheWrapper::~QOpenGLTextureCacheWrapperName: | QOpenGLTextureCacheWrapper::~QOpenGLTextureCacheWrapper | Prototype: | ~QOpenGLTextureCacheWrapper() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | Lines: | 84-89 |
| | 3 | 1 |