| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QTextBrowser::mousePressEvent| Name: | 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::mouseReleaseEvent| Name: | 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::HistoryEntry| Name: | 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::QTextBrowserPrivate| Name: | 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::resolveUrl| Name: | 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::QTextCharFormat| Name: | 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::font| Name: | 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::setFont| Name: | 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::aliases| Name: | 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::availableMibs| Name: | 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::codecForHtml| Name: | 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::codecForUtfText| Name: | 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::fromUnicode| Name: | 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::makeDecoder| Name: | 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::makeEncoder| Name: | 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::setCodecForLocale| Name: | 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::toUnicode| Name: | 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::QTextCursor| Name: | 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::QTextCursor| Name: | 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::QTextCursor| Name: | 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::hasSelection| Name: | 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::insertBlock| Name: | 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::insertImage| Name: | 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::insertTable| Name: | 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::isCopyOf| Name: | 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::isNull| Name: | 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::keepPositionOnInsert| Name: | 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::selection| Name: | 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::verticalMovementX| Name: | 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::visualNavigation| Name: | 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::QTextCursorPrivate| Name: | 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::QTextDecoder| Name: | 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::hasFailure| Name: | 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::toUnicode| Name: | 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::toUnicode| Name: | 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::end| Name: | 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::isModified| Name: | 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::pageCount| Name: | 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::setModified| Name: | 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::size| Name: | 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::toHtml| Name: | 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::fromHtml| Name: | 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::isEmpty| Name: | 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::QTextDocumentLayout| Name: | 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::ensureLayouted| Name: | 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::ensureLayoutFinished| Name: | 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::insertBlock| Name: | 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::objectForFormat| Name: | 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::codec| Name: | 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::device| Name: | 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::format| Name: | 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::setFormat| Name: | 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::inputMethodQuery| Name: | 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::keyReleaseEvent| Name: | 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::setTextCursor| Name: | 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::zoomIn| Name: | 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::zoomOut| Name: | 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::QTextEditControl| Name: | 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::QTextEncoder| Name: | 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::hasFailure| Name: | 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::FontEngineCache| Name: | 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::QTextEngine| Name: | 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::QTextEngine| Name: | 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::addOverline| Name: | 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::addStrikeOut| Name: | 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::addUnderline| Name: | 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::clearLineData| Name: | 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::hasProperty| Name: | 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::property| Name: | 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::propertyCount| Name: | 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::toBlockFormat| Name: | 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::toCharFormat| Name: | 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::toFrameFormat| Name: | 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::toImageFormat| Name: | 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::toListFormat| Name: | 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::toTableCellFormat| Name: | 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::toTableFormat| Name: | 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::type| Name: | 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::setObjectFormatIndex| Name: | 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::Property| Name: | 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::QTextFormatPrivate| Name: | 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::hasProperty| Name: | 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::currentFrame| Name: | 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::QTextHtmlStyleSelector| Name: | 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::duplicateNode| Name: | 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::isNullNode| Name: | 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::nodeNames| Name: | 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::QTextImageFormat| Name: | 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::ascent| Name: | 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::descent| Name: | 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::format| Name: | 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::formatIndex| Name: | 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::height| Name: | 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::setAscent| Name: | 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::setDescent| Name: | 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 |