Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QTextBrowser::mousePressEventName: | QTextBrowser::mousePressEvent | Prototype: | void QTextBrowser::mousePressEvent(QMouseEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | Lines: | 999-1002 |
| | 1 | 1 |
QTextBrowser::mouseReleaseEventName: | QTextBrowser::mouseReleaseEvent | Prototype: | void QTextBrowser::mouseReleaseEvent(QMouseEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | Lines: | 1007-1010 |
| | 1 | 1 |
QTextBrowserPrivate::HistoryEntry::HistoryEntryName: | QTextBrowserPrivate::HistoryEntry::HistoryEntry | Prototype: | inline HistoryEntry() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | Lines: | 76-78 |
| | 1 | 1 |
QTextBrowserPrivate::QTextBrowserPrivateName: | QTextBrowserPrivate::QTextBrowserPrivate | Prototype: | inline QTextBrowserPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | Lines: | 65-71 |
| | 1 | 1 |
QTextBrowserPrivate::resolveUrlName: | QTextBrowserPrivate::resolveUrl | Prototype: | inline QUrl resolveUrl(const QString &url) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | Lines: | 139-140 |
| | 1 | 1 |
QTextCharFormat::QTextCharFormatName: | QTextCharFormat::QTextCharFormat | Prototype: | QTextCharFormat::QTextCharFormat() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 1348-1348 |
| | 1 | 1 |
QTextCharFormat::fontName: | QTextCharFormat::font | Prototype: | QFont QTextCharFormat::font() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 1962-1965 |
| | 1 | 1 |
QTextCharFormat::setFontName: | QTextCharFormat::setFont | Prototype: | void QTextCharFormat::setFont(const QFont &font) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 1891-1894 |
| | 1 | 1 |
QTextCodec::aliasesName: | QTextCodec::aliases | Prototype: | QList<QByteArray> QTextCodec::aliases() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 732-735 |
| | 1 | 1 |
QTextCodec::availableMibsName: | QTextCodec::availableMibs | Prototype: | QList<int> QTextCodec::availableMibs() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 635-653 |
| | 1 | 1 |
QTextCodec::codecForHtmlName: | QTextCodec::codecForHtml | Prototype: | QTextCodec *QTextCodec::codecForHtml(const QByteArray &ba) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 1091-1094 |
| | 1 | 1 |
QTextCodec::codecForUtfTextName: | QTextCodec::codecForUtfText | Prototype: | QTextCodec *QTextCodec::codecForUtfText(const QByteArray &ba) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 1151-1154 |
| | 1 | 1 |
QTextCodec::fromUnicodeName: | QTextCodec::fromUnicode | Prototype: | QByteArray QTextCodec::fromUnicode(const QString& str) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 810-813 |
| | 1 | 1 |
QTextCodec::makeDecoderName: | QTextCodec::makeDecoder | Prototype: | QTextDecoder* QTextCodec::makeDecoder(QTextCodec::ConversionFlags flags) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 777-780 |
| | 1 | 1 |
QTextCodec::makeEncoderName: | QTextCodec::makeEncoder | Prototype: | QTextEncoder* QTextCodec::makeEncoder(QTextCodec::ConversionFlags flags) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 790-793 |
| | 1 | 1 |
QTextCodec::setCodecForLocaleName: | QTextCodec::setCodecForLocale | Prototype: | void QTextCodec::setCodecForLocale(QTextCodec *c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 667-670 |
| | 1 | 1 |
QTextCodec::toUnicodeName: | QTextCodec::toUnicode | Prototype: | QString QTextCodec::toUnicode(const QByteArray& a) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 830-833 |
| | 1 | 1 |
QTextCursor::QTextCursorName: | QTextCursor::QTextCursor | Prototype: | QTextCursor::QTextCursor(QTextFrame *frame) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 1061-1065 |
| | 1 | 1 |
QTextCursor::QTextCursorName: | QTextCursor::QTextCursor | Prototype: | QTextCursor::QTextCursor(const QTextBlock &block) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 1071-1075 |
| | 1 | 1 |
QTextCursor::QTextCursorName: | QTextCursor::QTextCursor | Prototype: | QTextCursor::QTextCursor(const QTextCursor &cursor) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 1101-1104 |
| | 1 | 1 |
QTextCursor::hasSelectionName: | QTextCursor::hasSelection | Prototype: | bool QTextCursor::hasSelection() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 1584-1587 |
| | 1 | 1 |
QTextCursor::insertBlockName: | QTextCursor::insertBlock | Prototype: | void QTextCursor::insertBlock() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 2009-2012 |
| | 1 | 1 |
QTextCursor::insertImageName: | QTextCursor::insertImage | Prototype: | void QTextCursor::insertImage(const QTextImageFormat &format) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 2299-2302 |
| | 1 | 1 |
QTextCursor::insertTableName: | QTextCursor::insertTable | Prototype: | QTextTable *QTextCursor::insertTable(int rows, int cols) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 2145-2148 |
| | 1 | 1 |
QTextCursor::isCopyOfName: | QTextCursor::isCopyOf | Prototype: | bool QTextCursor::isCopyOf(const QTextCursor &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 2520-2523 |
| | 1 | 1 |
QTextCursor::isNullName: | QTextCursor::isNull | Prototype: | bool QTextCursor::isNull() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 1137-1140 |
| | 1 | 1 |
QTextCursor::keepPositionOnInsertName: | QTextCursor::keepPositionOnInsert | Prototype: | bool QTextCursor::keepPositionOnInsert() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 1354-1357 |
| | 1 | 1 |
QTextCursor::operator!=Name: | QTextCursor::operator!= | Prototype: | bool QTextCursor::operator!=(const QTextCursor &rhs) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 2347-2350 |
| | 1 | 1 |
QTextCursor::selectionName: | QTextCursor::selection | Prototype: | QTextDocumentFragment QTextCursor::selection() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 1761-1764 |
| | 1 | 1 |
QTextCursor::verticalMovementXName: | QTextCursor::verticalMovementX | Prototype: | int QTextCursor::verticalMovementX() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 1339-1342 |
| | 1 | 1 |
QTextCursor::visualNavigationName: | QTextCursor::visualNavigation | Prototype: | bool QTextCursor::visualNavigation() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 1288-1291 |
| | 1 | 1 |
QTextCursorPrivate::QTextCursorPrivateName: | QTextCursorPrivate::QTextCursorPrivate | Prototype: | QTextCursorPrivate::QTextCursorPrivate(QTextDocumentPrivate *p) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 63-69 |
| | 1 | 1 |
QTextDecoder::QTextDecoderName: | QTextDecoder::QTextDecoder | Prototype: | QTextDecoder::QTextDecoder(const QTextCodec *codec, QTextCodec::ConversionFlags flags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 973-977 |
| | 1 | 1 |
QTextDecoder::hasFailureName: | QTextDecoder::hasFailure | Prototype: | bool QTextDecoder::hasFailure() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 1171-1174 |
| | 1 | 1 |
QTextDecoder::toUnicodeName: | QTextDecoder::toUnicode | Prototype: | QString QTextDecoder::toUnicode(const char *chars, int len) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 996-999 |
| | 1 | 1 |
QTextDecoder::toUnicodeName: | QTextDecoder::toUnicode | Prototype: | QString QTextDecoder::toUnicode(const QByteArray &ba) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 1031-1034 |
| | 1 | 1 |
QTextDocument::endName: | QTextDocument::end | Prototype: | QTextBlock QTextDocument::end() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 1740-1743 |
| | 1 | 1 |
QTextDocument::isModifiedName: | QTextDocument::isModified | Prototype: | bool QTextDocument::isModified() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 1844-1847 |
| | 1 | 1 |
QTextDocument::pageCountName: | QTextDocument::pageCount | Prototype: | int QTextDocument::pageCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 1796-1799 |
| | 1 | 1 |
QTextDocument::setModifiedName: | QTextDocument::setModified | Prototype: | void QTextDocument::setModified(bool m) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 1849-1852 |
| | 1 | 1 |
QTextDocument::sizeName: | QTextDocument::size | Prototype: | QSizeF QTextDocument::size() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 842-845 |
| | 1 | 1 |
QTextDocument::toHtmlName: | QTextDocument::toHtml | Prototype: | QString QTextDocument::toHtml(const QByteArray &encoding) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 3251-3254 |
| | 1 | 1 |
QTextDocumentFragment::fromHtmlName: | QTextDocumentFragment::fromHtml | Prototype: | QTextDocumentFragment QTextDocumentFragment::fromHtml(const QString &html) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | Lines: | 1192-1195 |
| | 1 | 1 |
QTextDocumentFragment::isEmptyName: | QTextDocumentFragment::isEmpty | Prototype: | bool QTextDocumentFragment::isEmpty() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | Lines: | 355-358 |
| | 1 | 1 |
QTextDocumentLayout::QTextDocumentLayoutName: | QTextDocumentLayout::QTextDocumentLayout | Prototype: | QTextDocumentLayout::QTextDocumentLayout(QTextDocument *doc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 2855-2859 |
| | 1 | 1 |
QTextDocumentLayout::ensureLayoutedName: | QTextDocumentLayout::ensureLayouted | Prototype: | void QTextDocumentLayout::ensureLayouted(qreal y) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 3342-3345 |
| | 1 | 1 |
QTextDocumentLayoutPrivate::ensureLayoutFinishedName: | QTextDocumentLayoutPrivate::ensureLayoutFinished | Prototype: | inline void ensureLayoutFinished() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 524-525 |
| | 1 | 1 |
QTextDocumentPrivate::insertBlockName: | QTextDocumentPrivate::insertBlock | Prototype: | int QTextDocumentPrivate::insertBlock(int pos, int blockFormat, int charFormat, QTextUndoCommand::Operation op) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | Lines: | 446-449 |
| | 1 | 1 |
QTextDocumentPrivate::objectForFormatName: | QTextDocumentPrivate::objectForFormat | Prototype: | QTextObject *QTextDocumentPrivate::objectForFormat(const QTextFormat &f) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | Lines: | 1617-1620 |
| | 1 | 1 |
QTextDocumentWriter::codecName: | QTextDocumentWriter::codec | Prototype: | QTextCodec *QTextDocumentWriter::codec() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | Lines: | 337-340 |
| | 1 | 1 |
QTextDocumentWriter::deviceName: | QTextDocumentWriter::device | Prototype: | QIODevice *QTextDocumentWriter::device () const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | Lines: | 213-216 |
| | 1 | 1 |
QTextDocumentWriter::formatName: | QTextDocumentWriter::format | Prototype: | QByteArray QTextDocumentWriter::format () const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | Lines: | 181-184 |
| | 1 | 1 |
QTextDocumentWriter::setFormatName: | QTextDocumentWriter::setFormat | Prototype: | void QTextDocumentWriter::setFormat (const QByteArray &format) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | Lines: | 171-174 |
| | 1 | 1 |
QTextEdit::inputMethodQueryName: | QTextEdit::inputMethodQuery | Prototype: | QVariant QTextEdit::inputMethodQuery(Qt::InputMethodQuery property) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | Lines: | 1721-1724 |
| | 1 | 1 |
QTextEdit::keyReleaseEventName: | QTextEdit::keyReleaseEvent | Prototype: | void QTextEdit::keyReleaseEvent(QKeyEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | Lines: | 1352-1379 |
| | 1 | 1 |
QTextEdit::setTextCursorName: | QTextEdit::setTextCursor | Prototype: | void QTextEdit::setTextCursor(const QTextCursor &cursor) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | Lines: | 805-808 |
| | 1 | 1 |
QTextEdit::zoomInName: | QTextEdit::zoomIn | Prototype: | void QTextEdit::zoomIn(int range) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | Lines: | 2298-2301 |
| | 1 | 1 |
QTextEdit::zoomOutName: | QTextEdit::zoomOut | Prototype: | void QTextEdit::zoomOut(int range) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | Lines: | 2314-2317 |
| | 1 | 1 |
QTextEditControl::QTextEditControlName: | QTextEditControl::QTextEditControl | Prototype: | inline QTextEditControl(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | Lines: | 84-84 |
| | 1 | 1 |
QTextEncoder::QTextEncoderName: | QTextEncoder::QTextEncoder | Prototype: | QTextEncoder::QTextEncoder(const QTextCodec *codec, QTextCodec::ConversionFlags flags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 899-903 |
| | 1 | 1 |
QTextEncoder::hasFailureName: | QTextEncoder::hasFailure | Prototype: | bool QTextEncoder::hasFailure() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 919-922 |
| | 1 | 1 |
QTextEngine::FontEngineCache::FontEngineCacheName: | QTextEngine::FontEngineCache::FontEngineCache | Prototype: | QTextEngine::FontEngineCache::FontEngineCache() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 2009-2012 |
| | 1 | 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::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 |
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::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::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::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 |
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 |
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::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 |
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::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 |