Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QTextEngine::LayoutData::LayoutDataName: | QTextEngine::LayoutData::LayoutData | Prototype: | QTextEngine::LayoutData::LayoutData() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 2382-2393 |
| | 9 | 1 |
QTextEngine::QTextEngineName: | QTextEngine::QTextEngine | Prototype: | QTextEngine::QTextEngine() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 1472-1475 |
| | 1 | 1 |
QTextEngine::QTextEngineName: | QTextEngine::QTextEngine | Prototype: | QTextEngine::QTextEngine(const QString &str, const QFont &f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 1477-1482 |
| | 1 | 1 |
QTextEngine::addOverlineName: | QTextEngine::addOverline | Prototype: | void QTextEngine::addOverline(QPainter *painter, const QLineF &line) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 3360-3363 |
| | 1 | 1 |
QTextEngine::addStrikeOutName: | QTextEngine::addStrikeOut | Prototype: | void QTextEngine::addStrikeOut(QPainter *painter, const QLineF &line) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 3355-3358 |
| | 1 | 1 |
QTextEngine::addUnderlineName: | QTextEngine::addUnderline | Prototype: | void QTextEngine::addUnderline(QPainter *painter, const QLineF &line) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 3349-3353 |
| | 1 | 1 |
QTextEngine::clearDecorationsName: | QTextEngine::clearDecorations | Prototype: | void QTextEngine::clearDecorations() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 3400-3405 |
| | 3 | 1 |
QTextEngine::clearLineDataName: | QTextEngine::clearLineData | Prototype: | void QTextEngine::clearLineData() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 1560-1563 |
| | 1 | 1 |
QTextEngine::elidedText::[lambda]Name: | QTextEngine::elidedText::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 2789-2789 |
| | 0 | 1 |
QTextEngine::initName: | QTextEngine::init | Prototype: | void QTextEngine::init(QTextEngine *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 1452-1470 |
| | 11 | 1 |
QTextEngine::invalidateName: | QTextEngine::invalidate | Prototype: | void QTextEngine::invalidate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 1551-1558 |
| | 4 | 1 |
QTextEngine::resetFontEngineCacheName: | QTextEngine::resetFontEngineCache | Prototype: | void QTextEngine::resetFontEngineCache() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 1544-1549 |
| | 3 | 1 |
QTextFormat::QTextFormatName: | QTextFormat::QTextFormat | Prototype: | QTextFormat::QTextFormat() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 765-768 |
| | 2 | 1 |
QTextFormat::QTextFormatName: | QTextFormat::QTextFormat | Prototype: | QTextFormat::QTextFormat(int type) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 775-778 |
| | 2 | 1 |
QTextFormat::QTextFormatName: | QTextFormat::QTextFormat | Prototype: | QTextFormat::QTextFormat(const QTextFormat &rhs) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 787-790 |
| | 2 | 1 |
QTextFormat::hasPropertyName: | QTextFormat::hasProperty | Prototype: | bool QTextFormat::hasProperty(int propertyId) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 1205-1208 |
| | 1 | 1 |
QTextFormat::operator=Name: | QTextFormat::operator= | Prototype: | QTextFormat &QTextFormat::operator=(const QTextFormat &rhs) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 798-803 |
| | 3 | 1 |
QTextFormat::propertyName: | QTextFormat::property | Prototype: | QVariant QTextFormat::property(int propertyId) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 1096-1099 |
| | 1 | 1 |
QTextFormat::propertyCountName: | QTextFormat::propertyCount | Prototype: | int QTextFormat::propertyCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 1233-1236 |
| | 1 | 1 |
QTextFormat::toBlockFormatName: | QTextFormat::toBlockFormat | Prototype: | QTextBlockFormat QTextFormat::toBlockFormat() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 869-872 |
| | 1 | 1 |
QTextFormat::toCharFormatName: | QTextFormat::toCharFormat | Prototype: | QTextCharFormat QTextFormat::toCharFormat() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 877-880 |
| | 1 | 1 |
QTextFormat::toFrameFormatName: | QTextFormat::toFrameFormat | Prototype: | QTextFrameFormat QTextFormat::toFrameFormat() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 901-904 |
| | 1 | 1 |
QTextFormat::toImageFormatName: | QTextFormat::toImageFormat | Prototype: | QTextImageFormat QTextFormat::toImageFormat() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 909-912 |
| | 1 | 1 |
QTextFormat::toListFormatName: | QTextFormat::toListFormat | Prototype: | QTextListFormat QTextFormat::toListFormat() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 885-888 |
| | 1 | 1 |
QTextFormat::toTableCellFormatName: | QTextFormat::toTableCellFormat | Prototype: | QTextTableCellFormat QTextFormat::toTableCellFormat() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 919-922 |
| | 1 | 1 |
QTextFormat::toTableFormatName: | QTextFormat::toTableFormat | Prototype: | QTextTableFormat QTextFormat::toTableFormat() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 893-896 |
| | 1 | 1 |
QTextFormat::typeName: | QTextFormat::type | Prototype: | int QTextFormat::type() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 861-864 |
| | 1 | 1 |
QTextFormatCollection::QTextFormatCollectionName: | QTextFormatCollection::QTextFormatCollection | Prototype: | QTextFormatCollection::QTextFormatCollection(const QTextFormatCollection &rhs) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 3375-3379 |
| | 2 | 1 |
QTextFormatCollection::createObjectIndexName: | QTextFormatCollection::createObjectIndex | Prototype: | int QTextFormatCollection::createObjectIndex(const QTextFormat &f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 3447-3452 |
| | 3 | 1 |
QTextFormatCollection::operator=Name: | QTextFormatCollection::operator= | Prototype: | QTextFormatCollection &QTextFormatCollection::operator=(const QTextFormatCollection &rhs) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 3381-3386 |
| | 3 | 1 |
QTextFormatCollection::setObjectFormatIndexName: | QTextFormatCollection::setObjectFormatIndex | Prototype: | void QTextFormatCollection::setObjectFormatIndex(int objectIndex, int formatIndex) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 3442-3445 |
| | 1 | 1 |
QTextFormatPrivate::Property::PropertyName: | QTextFormatPrivate::Property::Property | Prototype: | inline Property(qint32 k, const QVariant &v) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 174-174 |
| | 1 | 1 |
QTextFormatPrivate::Property::operator!=Name: | QTextFormatPrivate::Property::operator!= | Prototype: | inline bool operator!=(const Property &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 182-183 |
| | 1 | 1 |
QTextFormatPrivate::Property::operator==Name: | QTextFormatPrivate::Property::operator== | Prototype: | inline bool operator==(const Property &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 180-181 |
| | 1 | 1 |
QTextFormatPrivate::QTextFormatPrivateName: | QTextFormatPrivate::QTextFormatPrivate | Prototype: | QTextFormatPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 170-170 |
| | 1 | 1 |
QTextFormatPrivate::hasPropertyName: | QTextFormatPrivate::hasProperty | Prototype: | inline bool hasProperty(qint32 key) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 241-242 |
| | 1 | 1 |
QTextFrame::QTextFrameName: | QTextFrame::QTextFrame | Prototype: | QTextFrame::QTextFrame(QTextDocument *doc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 416-419 |
| | 2 | 1 |
QTextFrame::QTextFrameName: | QTextFrame::QTextFrame | Prototype: | QTextFrame::QTextFrame(QTextFramePrivate &p, QTextDocument *doc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 437-440 |
| | 2 | 1 |
QTextFrame::beginName: | QTextFrame::begin | Prototype: | QTextFrame::iterator QTextFrame::begin() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 631-637 |
| | 4 | 1 |
QTextFrame::childFramesName: | QTextFrame::childFrames | Prototype: | QList<QTextFrame *> QTextFrame::childFrames() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 447-451 |
| | 2 | 1 |
QTextFrame::endName: | QTextFrame::end | Prototype: | QTextFrame::iterator QTextFrame::end() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 644-650 |
| | 4 | 1 |
QTextFrame::firstCursorPositionName: | QTextFrame::firstCursorPosition | Prototype: | QTextCursor QTextFrame::firstCursorPosition() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 471-475 |
| | 2 | 1 |
QTextFrame::iterator::currentFrameName: | QTextFrame::iterator::currentFrame | Prototype: | QTextFrame *QTextFrame::iterator::currentFrame() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 712-715 |
| | 1 | 1 |
QTextFrame::iterator::iteratorName: | QTextFrame::iterator::iterator | Prototype: | QTextFrame::iterator::iterator() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 655-662 |
| | 5 | 1 |
QTextFrame::iterator::iteratorName: | QTextFrame::iterator::iterator | Prototype: | QTextFrame::iterator::iterator(QTextFrame *frame, int block, int begin, int end) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 667-674 |
| | 5 | 1 |
QTextFrame::iterator::iteratorName: | QTextFrame::iterator::iterator | Prototype: | QTextFrame::iterator::iterator(const iterator &other) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 681-688 |
| | 5 | 1 |
QTextFrame::iterator::operator=Name: | QTextFrame::iterator::operator= | Prototype: | QTextFrame::iterator &QTextFrame::iterator::operator=(const iterator &other) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 694-702 |
| | 6 | 1 |
QTextFrame::lastCursorPositionName: | QTextFrame::lastCursorPosition | Prototype: | QTextCursor QTextFrame::lastCursorPosition() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 482-486 |
| | 2 | 1 |
QTextFrame::layoutDataName: | QTextFrame::layoutData | Prototype: | QTextFrameLayoutData *QTextFrame::layoutData() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 517-521 |
| | 2 | 1 |
QTextFrame::parentFrameName: | QTextFrame::parentFrame | Prototype: | QTextFrame *QTextFrame::parentFrame() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 459-463 |
| | 2 | 1 |
QTextFrame::setLayoutDataName: | QTextFrame::setLayoutData | Prototype: | void QTextFrame::setLayoutData(QTextFrameLayoutData *data) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 526-531 |
| | 3 | 1 |
QTextFrame::~QTextFrameName: | QTextFrame::~QTextFrame | Prototype: | QTextFrame::~QTextFrame() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 428-432 |
| | 2 | 1 |
QTextFrameComparator::operator()Name: | QTextFrameComparator::operator() | Prototype: | bool operator()(QTextFrame *frame, int position) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | Lines: | 1474-1474 |
| | 1 | 1 |
QTextFrameComparator::operator()Name: | QTextFrameComparator::operator() | Prototype: | bool operator()(int position, QTextFrame *frame) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | Lines: | 1475-1475 |
| | 1 | 1 |
QTextFrameData::QTextFrameDataName: | QTextFrameData::QTextFrameData | Prototype: | QTextFrameData::QTextFrameData() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 118-122 |
| | 2 | 1 |
QTextFrameFormat::QTextFrameFormatName: | QTextFrameFormat::QTextFrameFormat | Prototype: | QTextFrameFormat::QTextFrameFormat() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 2568-2572 |
| | 2 | 1 |
QTextFrameFormat::QTextFrameFormatName: | QTextFrameFormat::QTextFrameFormat | Prototype: | QTextFrameFormat::QTextFrameFormat(const QTextFormat &fmt) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 2581-2584 |
| | 2 | 1 |
QTextFrameFormat::setMarginName: | QTextFrameFormat::setMargin | Prototype: | void QTextFrameFormat::setMargin(qreal amargin) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 2653-2660 |
| | 5 | 1 |
QTextHtmlExporter::QTextHtmlExporterName: | QTextHtmlExporter::QTextHtmlExporter | Prototype: | QTextHtmlExporter::QTextHtmlExporter(const QTextDocument *_doc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2238-2248 |
| | 6 | 1 |
QTextHtmlExporter::emitAttributeName: | QTextHtmlExporter::emitAttribute | Prototype: | void QTextHtmlExporter::emitAttribute(const char *attribute, const QString &value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2326-2333 |
| | 5 | 1 |
QTextHtmlExporter::emitMarginsName: | QTextHtmlExporter::emitMargins | Prototype: | void QTextHtmlExporter::emitMargins(const QString &top, const QString &bottom, const QString &left, const QString &right) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2618-2635 |
| | 12 | 1 |
QTextHtmlParser::parseName: | QTextHtmlParser::parse | Prototype: | void QTextHtmlParser::parse(const QString &text, const QTextDocument *_resourceProvider) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 575-586 |
| | 8 | 1 |
QTextHtmlParser::resolveNodeName: | QTextHtmlParser::resolveNode | Prototype: | void QTextHtmlParser::resolveNode() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 993-998 |
| | 3 | 1 |
QTextHtmlParserNode::QTextHtmlParserNodeName: | QTextHtmlParserNode::QTextHtmlParserNode | Prototype: | QTextHtmlParserNode::QTextHtmlParserNode() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 494-508 |
| | 4 | 1 |
QTextHtmlStyleSelector::QTextHtmlStyleSelectorName: | QTextHtmlStyleSelector::QTextHtmlStyleSelector | Prototype: | inline QTextHtmlStyleSelector(const QTextHtmlParser *parser) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1695-1696 |
| | 1 | 1 |
QTextHtmlStyleSelector::duplicateNodeName: | QTextHtmlStyleSelector::duplicateNode | Prototype: | QCss::StyleSelector::NodePtr QTextHtmlStyleSelector::duplicateNode(NodePtr node) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1759-1762 |
| | 1 | 1 |
QTextHtmlStyleSelector::hasAttributesName: | QTextHtmlStyleSelector::hasAttributes | Prototype: | bool QTextHtmlStyleSelector::hasAttributes(NodePtr node) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1738-1742 |
| | 2 | 1 |
QTextHtmlStyleSelector::isNullNodeName: | QTextHtmlStyleSelector::isNullNode | Prototype: | bool QTextHtmlStyleSelector::isNullNode(NodePtr node) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1744-1747 |
| | 1 | 1 |
QTextHtmlStyleSelector::nodeNamesName: | QTextHtmlStyleSelector::nodeNames | Prototype: | QStringList QTextHtmlStyleSelector::nodeNames(NodePtr node) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1711-1714 |
| | 1 | 1 |
QTextImageFormat::QTextImageFormatName: | QTextImageFormat::QTextImageFormat | Prototype: | QTextImageFormat::QTextImageFormat() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 3060-3060 |
| | 1 | 1 |
QTextImageFormat::QTextImageFormatName: | QTextImageFormat::QTextImageFormat | Prototype: | QTextImageFormat::QTextImageFormat(const QTextFormat &fmt) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 3069-3072 |
| | 2 | 1 |
QTextImageHandler::QTextImageHandlerName: | QTextImageHandler::QTextImageHandler | Prototype: | QTextImageHandler::QTextImageHandler(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | Lines: | 232-235 |
| | 2 | 1 |
QTextImageHandler::imageName: | QTextImageHandler::image | Prototype: | QImage QTextImageHandler::image(QTextDocument *doc, const QTextImageFormat &imageFormat) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | Lines: | 247-252 |
| | 2 | 1 |
QTextInlineObject::ascentName: | QTextInlineObject::ascent | Prototype: | qreal QTextInlineObject::ascent() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 178-181 |
| | 1 | 1 |
QTextInlineObject::descentName: | QTextInlineObject::descent | Prototype: | qreal QTextInlineObject::descent() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 188-191 |
| | 1 | 1 |
QTextInlineObject::formatName: | QTextInlineObject::format | Prototype: | QTextFormat QTextInlineObject::format() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 254-257 |
| | 1 | 1 |
QTextInlineObject::formatIndexName: | QTextInlineObject::formatIndex | Prototype: | int QTextInlineObject::formatIndex() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 246-249 |
| | 1 | 1 |
QTextInlineObject::heightName: | QTextInlineObject::height | Prototype: | qreal QTextInlineObject::height() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 199-202 |
| | 1 | 1 |
QTextInlineObject::rectName: | QTextInlineObject::rect | Prototype: | QRectF QTextInlineObject::rect() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 157-161 |
| | 2 | 1 |
QTextInlineObject::setAscentName: | QTextInlineObject::setAscent | Prototype: | void QTextInlineObject::setAscent(qreal a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 219-222 |
| | 1 | 1 |
QTextInlineObject::setDescentName: | QTextInlineObject::setDescent | Prototype: | void QTextInlineObject::setDescent(qreal d) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 229-232 |
| | 1 | 1 |
QTextInlineObject::setWidthName: | QTextInlineObject::setWidth | Prototype: | void QTextInlineObject::setWidth(qreal w) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 209-212 |
| | 1 | 1 |
QTextInlineObject::textDirectionName: | QTextInlineObject::textDirection | Prototype: | Qt::LayoutDirection QTextInlineObject::textDirection() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 262-265 |
| | 1 | 1 |
QTextInlineObject::textPositionName: | QTextInlineObject::textPosition | Prototype: | int QTextInlineObject::textPosition() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 237-240 |
| | 1 | 1 |
QTextInlineObject::widthName: | QTextInlineObject::width | Prototype: | qreal QTextInlineObject::width() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 168-171 |
| | 1 | 1 |
QTextItem::ascentName: | QTextItem::ascent | Prototype: | qreal QTextItem::ascent() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 94-98 |
| | 2 | 1 |
QTextItem::descentName: | QTextItem::descent | Prototype: | qreal QTextItem::descent() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 83-87 |
| | 2 | 1 |
QTextItem::fontName: | QTextItem::font | Prototype: | QFont QTextItem::font() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 138-142 |
| | 2 | 1 |
QTextItem::renderFlagsName: | QTextItem::renderFlags | Prototype: | QTextItem::RenderFlags QTextItem::renderFlags() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 116-120 |
| | 2 | 1 |
QTextItem::textName: | QTextItem::text | Prototype: | QString QTextItem::text() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 127-131 |
| | 2 | 1 |
QTextItem::widthName: | QTextItem::width | Prototype: | qreal QTextItem::width() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 105-109 |
| | 2 | 1 |
QTextItemInt::QTextItemIntName: | QTextItemInt::QTextItemInt | Prototype: | QTextItemInt::QTextItemInt(const QGlyphLayout &g, QFont *font, const QChar *chars_, int numChars, QFontEngine *fe, const QTextCharFormat &format) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 3466-3470 |
| | 2 | 1 |
QTextItemInt::QTextItemIntName: | QTextItemInt::QTextItemInt | Prototype: | QTextItemInt::QTextItemInt(const QScriptItem &si, QFont *font, const QTextCharFormat &format) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 3455-3464 |
| | 4 | 1 |
QTextLayout::QTextLayoutName: | QTextLayout::QTextLayout | Prototype: | QTextLayout::QTextLayout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 334-335 |
| | 1 | 1 |
QTextLayout::QTextLayoutName: | QTextLayout::QTextLayout | Prototype: | QTextLayout::QTextLayout(const QString& text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 340-344 |
| | 2 | 1 |
QTextLayout::QTextLayoutName: | QTextLayout::QTextLayout | Prototype: | QTextLayout::QTextLayout(const QTextBlock &block) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 366-370 |
| | 2 | 1 |
QTextLayout::additionalFormatsName: | QTextLayout::additionalFormats | Prototype: | QList<QTextLayout::FormatRange> QTextLayout::additionalFormats() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 540-543 |
| | 1 | 1 |
QTextLayout::cacheEnabledName: | QTextLayout::cacheEnabled | Prototype: | bool QTextLayout::cacheEnabled() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 601-604 |
| | 1 | 1 |
QTextLayout::clearAdditionalFormatsName: | QTextLayout::clearAdditionalFormats | Prototype: | void QTextLayout::clearAdditionalFormats() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 562-565 |
| | 1 | 1 |
QTextLayout::clearFormatsName: | QTextLayout::clearFormats | Prototype: | void QTextLayout::clearFormats() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 575-578 |
| | 1 | 1 |