| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QWindow::showFullScreen| Name: | QWindow::showFullScreen | | Prototype: | void QWindow::showFullScreen() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1908-1916 |
| | 3 | 1 |
QWindow::showEvent| Name: | QWindow::showEvent | | Prototype: | void QWindow::showEvent(QShowEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2010-2013 |
| | 1 | 1 |
QWindow::setSurfaceType| Name: | QWindow::setSurfaceType | | Prototype: | void QWindow::setSurfaceType(SurfaceType surfaceType) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 464-468 |
| | 2 | 1 |
QWindow::setPosition| Name: | QWindow::setPosition | | Prototype: | void QWindow::setPosition(const QPoint &pt) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1606-1609 |
| | 1 | 1 |
QWindow::setPosition| Name: | QWindow::setPosition | | Prototype: | void QWindow::setPosition(int posx, int posy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1616-1619 |
| | 1 | 1 |
QWindow::setMinimumWidth| Name: | QWindow::setMinimumWidth | | Prototype: | void QWindow::setMinimumWidth(int w) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1357-1360 |
| | 1 | 1 |
QWindow::setMinimumHeight| Name: | QWindow::setMinimumHeight | | Prototype: | void QWindow::setMinimumHeight(int h) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1366-1369 |
| | 1 | 1 |
QWindow::setMaximumWidth| Name: | QWindow::setMaximumWidth | | Prototype: | void QWindow::setMaximumWidth(int w) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1398-1401 |
| | 1 | 1 |
QWindow::setMaximumHeight| Name: | QWindow::setMaximumHeight | | Prototype: | void QWindow::setMaximumHeight(int h) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1407-1410 |
| | 1 | 1 |
QWindow::setGeometry| Name: | QWindow::setGeometry | | Prototype: | void QWindow::setGeometry(int posx, int posy, int w, int h) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1460-1463 |
| | 1 | 1 |
QWindow::setFormat| Name: | QWindow::setFormat | | Prototype: | void QWindow::setFormat(const QSurfaceFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 743-747 |
| | 2 | 1 |
QWindow::setCursor| Name: | QWindow::setCursor | | Prototype: | void QWindow::setCursor(const QCursor &cursor) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2517-2521 |
| | 2 | 1 |
QWindow::screen| Name: | QWindow::screen | | Prototype: | QScreen *QWindow::screen() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1779-1783 |
| | 2 | 1 |
QWindow::resizeEvent| Name: | QWindow::resizeEvent | | Prototype: | void QWindow::resizeEvent(QResizeEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1997-2000 |
| | 1 | 1 |
QWindow::resize| Name: | QWindow::resize | | Prototype: | void QWindow::resize(int w, int h) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1641-1644 |
| | 1 | 1 |
QWindow::requestedFormat| Name: | QWindow::requestedFormat | | Prototype: | QSurfaceFormat QWindow::requestedFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 759-763 |
| | 2 | 1 |
QWindow::parent| Name: | QWindow::parent | | Prototype: | QWindow *QWindow::parent() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 613-617 |
| | 2 | 1 |
QWindow::opacity| Name: | QWindow::opacity | | Prototype: | qreal QWindow::opacity() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 965-969 |
| | 2 | 1 |
QWindow::nativeEvent| Name: | QWindow::nativeEvent | | Prototype: | bool QWindow::nativeEvent(const QByteArray &eventType, void *message, long *result) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2329-2335 |
| | 4 | 1 |
QWindow::moveEvent| Name: | QWindow::moveEvent | | Prototype: | void QWindow::moveEvent(QMoveEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1985-1988 |
| | 1 | 1 |
QWindow::mouseReleaseEvent| Name: | QWindow::mouseReleaseEvent | | Prototype: | void QWindow::mouseReleaseEvent(QMouseEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2267-2270 |
| | 1 | 1 |
QWindow::mousePressEvent| Name: | QWindow::mousePressEvent | | Prototype: | void QWindow::mousePressEvent(QMouseEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2257-2260 |
| | 1 | 1 |
QWindow::mouseMoveEvent| Name: | QWindow::mouseMoveEvent | | Prototype: | void QWindow::mouseMoveEvent(QMouseEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2285-2288 |
| | 1 | 1 |
QWindow::mouseDoubleClickEvent| Name: | QWindow::mouseDoubleClickEvent | | Prototype: | void QWindow::mouseDoubleClickEvent(QMouseEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2277-2280 |
| | 1 | 1 |
QWindow::modality| Name: | QWindow::modality | | Prototype: | Qt::WindowModality QWindow::modality() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 697-701 |
| | 2 | 1 |
QWindow::minimumSize| Name: | QWindow::minimumSize | | Prototype: | QSize QWindow::minimumSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1245-1249 |
| | 2 | 1 |
QWindow::maximumSize| Name: | QWindow::maximumSize | | Prototype: | QSize QWindow::maximumSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1256-1260 |
| | 2 | 1 |
QWindow::mask| Name: | QWindow::mask | | Prototype: | QRegion QWindow::mask() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 998-1002 |
| | 2 | 1 |
QWindow::keyReleaseEvent| Name: | QWindow::keyReleaseEvent | | Prototype: | void QWindow::keyReleaseEvent(QKeyEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2223-2226 |
| | 1 | 1 |
QWindow::keyPressEvent| Name: | QWindow::keyPressEvent | | Prototype: | void QWindow::keyPressEvent(QKeyEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2213-2216 |
| | 1 | 1 |
QWindow::isVisible| Name: | QWindow::isVisible | | Prototype: | bool QWindow::isVisible() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 560-565 |
| | 2 | 1 |
QWindow::isTopLevel| Name: | QWindow::isTopLevel | | Prototype: | bool QWindow::isTopLevel() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 667-671 |
| | 2 | 1 |
QWindow::isModal| Name: | QWindow::isModal | | Prototype: | bool QWindow::isModal() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 680-684 |
| | 2 | 1 |
QWindow::isExposed| Name: | QWindow::isExposed | | Prototype: | bool QWindow::isExposed() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1031-1035 |
| | 2 | 1 |
QWindow::hideEvent| Name: | QWindow::hideEvent | | Prototype: | void QWindow::hideEvent(QHideEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2021-2024 |
| | 1 | 1 |
QWindow::hide| Name: | QWindow::hide | | Prototype: | void QWindow::hide() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1867-1870 |
| | 1 | 1 |
QWindow::handle| Name: | QWindow::handle | | Prototype: | QPlatformWindow *QWindow::handle() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1720-1724 |
| | 2 | 1 |
QWindow::focusOutEvent| Name: | QWindow::focusOutEvent | | Prototype: | void QWindow::focusOutEvent(QFocusEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2247-2250 |
| | 1 | 1 |
QWindow::focusObject| Name: | QWindow::focusObject | | Prototype: | QObject *QWindow::focusObject() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1836-1839 |
| | 1 | 1 |
QWindow::focusInEvent| Name: | QWindow::focusInEvent | | Prototype: | void QWindow::focusInEvent(QFocusEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2235-2238 |
| | 1 | 1 |
QWindow::flags| Name: | QWindow::flags | | Prototype: | Qt::WindowFlags QWindow::flags() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 809-813 |
| | 2 | 1 |
QWindow::filePath| Name: | QWindow::filePath | | Prototype: | QString QWindow::filePath() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 880-884 |
| | 2 | 1 |
QWindow::exposeEvent| Name: | QWindow::exposeEvent | | Prototype: | void QWindow::exposeEvent(QExposeEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1977-1980 |
| | 1 | 1 |
QWindow::cursor| Name: | QWindow::cursor | | Prototype: | QCursor QWindow::cursor() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2537-2541 |
| | 2 | 1 |
QWindow::create| Name: | QWindow::create | | Prototype: | void QWindow::create() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 581-585 |
| | 2 | 1 |
QWindow::contentOrientation| Name: | QWindow::contentOrientation | | Prototype: | Qt::ScreenOrientation QWindow::contentOrientation() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1105-1109 |
| | 2 | 1 |
QWindow::baseSize| Name: | QWindow::baseSize | | Prototype: | QSize QWindow::baseSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1267-1271 |
| | 2 | 1 |
QWindow::accessibleRoot| Name: | QWindow::accessibleRoot | | Prototype: | QAccessibleInterface *QWindow::accessibleRoot() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1818-1821 |
| | 1 | 1 |
QWindow::QWindow| Name: | QWindow::QWindow | | Prototype: | QWindow::QWindow(QScreen *targetScreen) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 153-160 |
| | 3 | 1 |
QWidgetWindow::updateMargins| Name: | QWidgetWindow::updateMargins | | Prototype: | void QWidgetWindow::updateMargins() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 686-693 |
| | 5 | 1 |
QWidgetWindow::nativeEvent| Name: | QWidgetWindow::nativeEvent | | Prototype: | bool QWidgetWindow::nativeEvent(const QByteArray &eventType, void *message, long *result) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 967-970 |
| | 1 | 1 |
QWidgetWindow::handleNonClientAreaMouseEvent| Name: | QWidgetWindow::handleNonClientAreaMouseEvent | | Prototype: | void QWidgetWindow::handleNonClientAreaMouseEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 438-441 |
| | 1 | 1 |
QWidgetWindow::handleCloseEvent| Name: | QWidgetWindow::handleCloseEvent | | Prototype: | void QWidgetWindow::handleCloseEvent(QCloseEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 770-774 |
| | 2 | 1 |
QWidgetTextControlPrivate::repaintCursor| Name: | QWidgetTextControlPrivate::repaintCursor | | Prototype: | void QWidgetTextControlPrivate::repaintCursor() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 550-554 |
| | 2 | 1 |
QWidgetTextControlPrivate::init| Name: | QWidgetTextControlPrivate::init | | Prototype: | void QWidgetTextControlPrivate::init(Qt::TextFormat format, const QString &text, QTextDocument *document) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 406-413 |
| | 4 | 1 |
QWidgetTextControlPrivate::createAutoBulletList| Name: | QWidgetTextControlPrivate::createAutoBulletList | | Prototype: | void QWidgetTextControlPrivate::createAutoBulletList() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 388-404 |
| | 9 | 1 |
QWidgetTextControlPrivate::_q_updateCurrentCharFormatAndSelection| Name: | QWidgetTextControlPrivate::_q_updateCurrentCharFormatAndSelection | | Prototype: | void QWidgetTextControlPrivate::_q_updateCurrentCharFormatAndSelection() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 617-621 |
| | 2 | 1 |
QWidgetTextControlPrivate::_q_updateBlock| Name: | QWidgetTextControlPrivate::_q_updateBlock | | Prototype: | void QWidgetTextControlPrivate::_q_updateBlock(const QTextBlock &block) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1411-1417 |
| | 4 | 1 |
QWidgetTextControlPrivate::_q_documentLayoutChanged| Name: | QWidgetTextControlPrivate::_q_documentLayoutChanged | | Prototype: | void QWidgetTextControlPrivate::_q_documentLayoutChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 678-686 |
| | 5 | 1 |
QWidgetTextControlPrivate::_q_copyLink| Name: | QWidgetTextControlPrivate::_q_copyLink | | Prototype: | void QWidgetTextControlPrivate::_q_copyLink() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3240-3247 |
| | 3 | 1 |
QWidgetTextControlPrivate::QWidgetTextControlPrivate| Name: | QWidgetTextControlPrivate::QWidgetTextControlPrivate | | Prototype: | QWidgetTextControlPrivate::QWidgetTextControlPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 114-139 |
| | 1 | 1 |
QWidgetTextControl::toPlainText| Name: | QWidgetTextControl::toPlainText | | Prototype: | QString QWidgetTextControl::toPlainText() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3094-3097 |
| | 1 | 1 |
QWidgetTextControl::toHtml| Name: | QWidgetTextControl::toHtml | | Prototype: | QString QWidgetTextControl::toHtml() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3100-3103 |
| | 1 | 1 |
QWidgetTextControl::textWidth| Name: | QWidgetTextControl::textWidth | | Prototype: | qreal QWidgetTextControl::textWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2489-2493 |
| | 2 | 1 |
QWidgetTextControl::textInteractionFlags| Name: | QWidgetTextControl::textInteractionFlags | | Prototype: | Qt::TextInteractionFlags QWidgetTextControl::textInteractionFlags() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2995-2999 |
| | 2 | 1 |
QWidgetTextControl::textCursor| Name: | QWidgetTextControl::textCursor | | Prototype: | QTextCursor QWidgetTextControl::textCursor() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 914-918 |
| | 2 | 1 |
QWidgetTextControl::size| Name: | QWidgetTextControl::size | | Prototype: | QSizeF QWidgetTextControl::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2495-2499 |
| | 2 | 1 |
QWidgetTextControl::setWordSelectionEnabled| Name: | QWidgetTextControl::setWordSelectionEnabled | | Prototype: | void QWidgetTextControl::setWordSelectionEnabled(bool enabled) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2575-2579 |
| | 2 | 1 |
QWidgetTextControl::setTextWidth| Name: | QWidgetTextControl::setTextWidth | | Prototype: | void QWidgetTextControl::setTextWidth(qreal width) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2483-2487 |
| | 2 | 1 |
QWidgetTextControl::setPlainText| Name: | QWidgetTextControl::setPlainText | | Prototype: | void QWidgetTextControl::setPlainText(const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1218-1222 |
| | 2 | 1 |
QWidgetTextControl::setPalette| Name: | QWidgetTextControl::setPalette | | Prototype: | void QWidgetTextControl::setPalette(const QPalette &pal) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3168-3172 |
| | 2 | 1 |
QWidgetTextControl::setOverwriteMode| Name: | QWidgetTextControl::setOverwriteMode | | Prototype: | void QWidgetTextControl::setOverwriteMode(bool overwrite) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2376-2380 |
| | 2 | 1 |
QWidgetTextControl::setOpenExternalLinks| Name: | QWidgetTextControl::setOpenExternalLinks | | Prototype: | void QWidgetTextControl::setOpenExternalLinks(bool open) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2501-2505 |
| | 2 | 1 |
QWidgetTextControl::setIgnoreUnusedNavigationEvents| Name: | QWidgetTextControl::setIgnoreUnusedNavigationEvents | | Prototype: | void QWidgetTextControl::setIgnoreUnusedNavigationEvents(bool ignore) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2519-2523 |
| | 2 | 1 |
QWidgetTextControl::setHtml| Name: | QWidgetTextControl::setHtml | | Prototype: | void QWidgetTextControl::setHtml(const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1224-1228 |
| | 2 | 1 |
QWidgetTextControl::setFocus| Name: | QWidgetTextControl::setFocus | | Prototype: | void QWidgetTextControl::setFocus(bool focus, Qt::FocusReason reason) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2155-2160 |
| | 3 | 1 |
QWidgetTextControl::setDragEnabled| Name: | QWidgetTextControl::setDragEnabled | | Prototype: | void QWidgetTextControl::setDragEnabled(bool enabled) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2563-2567 |
| | 2 | 1 |
QWidgetTextControl::setCursorIsFocusIndicator| Name: | QWidgetTextControl::setCursorIsFocusIndicator | | Prototype: | void QWidgetTextControl::setCursorIsFocusIndicator(bool b) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2549-2554 |
| | 3 | 1 |
QWidgetTextControl::setCurrentCharFormat| Name: | QWidgetTextControl::setCurrentCharFormat | | Prototype: | void QWidgetTextControl::setCurrentCharFormat(const QTextCharFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3008-3013 |
| | 3 | 1 |
QWidgetTextControl::setAcceptRichText| Name: | QWidgetTextControl::setAcceptRichText | | Prototype: | void QWidgetTextControl::setAcceptRichText(bool accept) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2411-2415 |
| | 2 | 1 |
QWidgetTextControl::selectionRect| Name: | QWidgetTextControl::selectionRect | | Prototype: | QRectF QWidgetTextControl::selectionRect() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1580-1584 |
| | 2 | 1 |
QWidgetTextControl::selectAll| Name: | QWidgetTextControl::selectAll | | Prototype: | void QWidgetTextControl::selectAll() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 957-965 |
| | 6 | 1 |
QWidgetTextControl::processEvent| Name: | QWidgetTextControl::processEvent | | Prototype: | void QWidgetTextControl::processEvent(QEvent *e, const QPointF &coordinateOffset, QWidget *contextWidget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 967-972 |
| | 3 | 1 |
QWidgetTextControl::palette| Name: | QWidgetTextControl::palette | | Prototype: | QPalette QWidgetTextControl::palette() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3162-3166 |
| | 2 | 1 |
QWidgetTextControl::overwriteMode| Name: | QWidgetTextControl::overwriteMode | | Prototype: | bool QWidgetTextControl::overwriteMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2370-2374 |
| | 2 | 1 |
QWidgetTextControl::openExternalLinks| Name: | QWidgetTextControl::openExternalLinks | | Prototype: | bool QWidgetTextControl::openExternalLinks() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2507-2511 |
| | 2 | 1 |
QWidgetTextControl::mergeCurrentCharFormat| Name: | QWidgetTextControl::mergeCurrentCharFormat | | Prototype: | void QWidgetTextControl::mergeCurrentCharFormat(const QTextCharFormat &modifier) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3001-3006 |
| | 3 | 1 |
QWidgetTextControl::isWordSelectionEnabled| Name: | QWidgetTextControl::isWordSelectionEnabled | | Prototype: | bool QWidgetTextControl::isWordSelectionEnabled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2581-2585 |
| | 2 | 1 |
QWidgetTextControl::isPreediting| Name: | QWidgetTextControl::isPreediting | | Prototype: | bool QWidgetTextControl::isPreediting() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2587-2590 |
| | 1 | 1 |
QWidgetTextControl::isDragEnabled| Name: | QWidgetTextControl::isDragEnabled | | Prototype: | bool QWidgetTextControl::isDragEnabled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2569-2573 |
| | 2 | 1 |
QWidgetTextControl::insertPlainText| Name: | QWidgetTextControl::insertPlainText | | Prototype: | void QWidgetTextControl::insertPlainText(const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3021-3025 |
| | 2 | 1 |
QWidgetTextControl::insertHtml| Name: | QWidgetTextControl::insertHtml | | Prototype: | void QWidgetTextControl::insertHtml(const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3028-3032 |
| | 2 | 1 |
QWidgetTextControl::ignoreUnusedNavigationEvents| Name: | QWidgetTextControl::ignoreUnusedNavigationEvents | | Prototype: | bool QWidgetTextControl::ignoreUnusedNavigationEvents() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2513-2517 |
| | 2 | 1 |
QWidgetTextControl::hitTest| Name: | QWidgetTextControl::hitTest | | Prototype: | int QWidgetTextControl::hitTest(const QPointF &point, Qt::HitTestAccuracy accuracy) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3249-3253 |
| | 2 | 1 |
QWidgetTextControl::event| Name: | QWidgetTextControl::event | | Prototype: | bool QWidgetTextControl::event(QEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1197-1200 |
| | 1 | 1 |
QWidgetTextControl::ensureCursorVisible| Name: | QWidgetTextControl::ensureCursorVisible | | Prototype: | void QWidgetTextControl::ensureCursorVisible() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3154-3160 |
| | 4 | 1 |
QWidgetTextControl::document| Name: | QWidgetTextControl::document | | Prototype: | QTextDocument *QWidgetTextControl::document() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 892-896 |
| | 2 | 1 |
QWidgetTextControl::cursorWidth| Name: | QWidgetTextControl::cursorWidth | | Prototype: | int QWidgetTextControl::cursorWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2382-2390 |
| | 2 | 1 |
QWidgetTextControl::cursorRect| Name: | QWidgetTextControl::cursorRect | | Prototype: | QRectF QWidgetTextControl::cursorRect() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2343-2347 |
| | 2 | 1 |
QWidgetTextControl::cursorIsFocusIndicator| Name: | QWidgetTextControl::cursorIsFocusIndicator | | Prototype: | bool QWidgetTextControl::cursorIsFocusIndicator() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2556-2560 |
| | 2 | 1 |