Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QTransform::quadToSquareName: | QTransform::quadToSquare | Prototype: | bool QTransform::quadToSquare(const QPolygonF &quad, QTransform &trans) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 1830-1839 |
| | 5 | 2 |
QTransform::setMatrixName: | QTransform::setMatrix | Prototype: | void QTransform::setMatrix(qreal m11, qreal m12, qreal m13, qreal m21, qreal m22, qreal m23, qreal m31, qreal m32, qreal m33) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 1878-1887 |
| | 5 | 1 |
QTranslator::loadName: | QTranslator::load | Prototype: | bool QTranslator::load(const uchar *data, int len, const QString &directory) | Coverage: | 50.000% (4/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | Lines: | 792-801 |
| | 5 | 2 |
QTreeModel::flagsName: | QTreeModel::flags | Prototype: | Qt::ItemFlags QTreeModel::flags(const QModelIndex &index) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 558-565 |
| | 5 | 2 |
QTreeModel::sortName: | QTreeModel::sort | Prototype: | void QTreeModel::sort(int column, Qt::SortOrder order) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 574-584 |
| | 5 | 2 |
QTreeModel::~QTreeModelName: | QTreeModel::~QTreeModel | Prototype: | QTreeModel::~QTreeModel() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 146-153 |
| | 5 | 1 |
QTreeView::rowsRemovedName: | QTreeView::rowsRemoved | Prototype: | void QTreeView::rowsRemoved(const QModelIndex &parent, int start, int end) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 2584-2591 |
| | 5 | 1 |
QTreeView::setAllColumnsShowFocusName: | QTreeView::setAllColumnsShowFocus | Prototype: | void QTreeView::setAllColumnsShowFocus(bool enable) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 936-943 |
| | 5 | 2 |
QTreeView::setIndentationName: | QTreeView::setIndentation | Prototype: | void QTreeView::setIndentation(int i) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 387-395 |
| | 5 | 2 |
QTreeView::setWordWrapName: | QTreeView::setWordWrap | Prototype: | void QTreeView::setWordWrap(bool on) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 964-971 |
| | 5 | 2 |
QTreeViewPrivate::insertViewItemsName: | QTreeViewPrivate::insertViewItems | Prototype: | void QTreeViewPrivate::insertViewItems(int pos, int count, const QTreeViewItem &viewItem) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 3094-3101 |
| | 5 | 3 |
QTreeViewPrivate::removeViewItemsName: | QTreeViewPrivate::removeViewItems | Prototype: | void QTreeViewPrivate::removeViewItems(int pos, int count) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 3103-3110 |
| | 5 | 3 |
QTreeWidget::isFirstItemColumnSpannedName: | QTreeWidget::isFirstItemColumnSpanned | Prototype: | bool QTreeWidget::isFirstItemColumnSpanned(const QTreeWidgetItem *item) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 3139-3146 |
| | 5 | 2 |
QTreeWidget::setFirstItemColumnSpannedName: | QTreeWidget::setFirstItemColumnSpanned | Prototype: | void QTreeWidget::setFirstItemColumnSpanned(const QTreeWidgetItem *item, bool span) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 3156-3163 |
| | 5 | 2 |
QTreeWidget::setItemHiddenName: | QTreeWidget::setItemHidden | Prototype: | void QTreeWidget::setItemHidden(const QTreeWidgetItem *item, bool hide) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 3087-3096 |
| | 5 | 2 |
QTreeWidget::setSelectionModelName: | QTreeWidget::setSelectionModel | Prototype: | void QTreeWidget::setSelectionModel(QItemSelectionModel *selectionModel) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 3198-3205 |
| | 5 | 2 |
QTreeWidgetItem::operator=Name: | QTreeWidgetItem::operator= | Prototype: | QTreeWidgetItem &QTreeWidgetItem::operator=(const QTreeWidgetItem &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 1882-1889 |
| | 5 | 1 |
QTriangulator::SimpleToMonotone::pointIsInSectorName: | QTriangulator::SimpleToMonotone::pointIsInSector | Prototype: | template <typename T> bool QTriangulator<T>::SimpleToMonotone::pointIsInSector(const QPodPoint &p, const QPodPoint &v1, const QPodPoint &v2, const QPodPoint &v3) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 1951-1961 |
| | 5 | 2 |
QTzTimeZonePrivate::displayNameName: | QTzTimeZonePrivate::displayName | Prototype: | QString QTzTimeZonePrivate::displayName(qint64 atMSecsSinceEpoch, QTimeZone::NameType nameType, const QLocale &locale) const | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 777-793 |
| | 5 | 3 |
QUdpSocket::setMulticastInterfaceName: | QUdpSocket::setMulticastInterface | Prototype: | void QUdpSocket::setMulticastInterface(const QNetworkInterface &iface) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp | Lines: | 273-281 |
| | 5 | 2 |
QUndoModel::QUndoModelName: | QUndoModel::QUndoModel | Prototype: | QUndoModel::QUndoModel(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 92-100 |
| | 5 | 1 |
QUndoModel::rowCountName: | QUndoModel::rowCount | Prototype: | int QUndoModel::rowCount(const QModelIndex &parent) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 189-198 |
| | 5 | 3 |
QUndoStack::setCleanName: | QUndoStack::setClean | Prototype: | void QUndoStack::setClean() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 641-650 |
| | 5 | 2 |
QUnifiedTimer::elapsedName: | QUnifiedTimer::elapsed | Prototype: | qint64 QUnifiedTimer::elapsed() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 262-273 |
| | 5 | 3 |
QUnifiedTimer::restartName: | QUnifiedTimer::restart | Prototype: | void QUnifiedTimer::restart() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 371-379 |
| | 5 | 2 |
QUnifiedTimer::startAnimationDriverName: | QUnifiedTimer::startAnimationDriver | Prototype: | void QUnifiedTimer::startAnimationDriver() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 275-286 |
| | 5 | 2 |
QUnifiedTimer::stopAnimationDriverName: | QUnifiedTimer::stopAnimationDriver | Prototype: | void QUnifiedTimer::stopAnimationDriver() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 288-299 |
| | 5 | 2 |
QUnifiedTimer::stopTimerName: | QUnifiedTimer::stopTimer | Prototype: | void QUnifiedTimer::stopTimer() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 410-419 |
| | 5 | 2 |
QUrl::fileNameName: | QUrl::fileName | Prototype: | QString QUrl::fileName(ComponentFormattingOptions options) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2602-2609 |
| | 5 | 2 |
QUrl::fromStringListName: | QUrl::fromStringList | Prototype: | QList<QUrl> QUrl::fromStringList(const QStringList &urls, ParsingMode mode) | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 4097-4104 |
| | 5 | 2 |
QUrl::operator =Name: | QUrl::operator = | Prototype: | QUrl &QUrl::operator =(const QString &url) | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3753-3762 |
| | 5 | 2 |
QUrl::toStringListName: | QUrl::toStringList | Prototype: | QStringList QUrl::toStringList(const QList<QUrl> &urls, FormattingOptions options) | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 4081-4089 |
| | 5 | 2 |
QUrlInfo::equalName: | QUrlInfo::equal | Prototype: | bool QUrlInfo::equal(const QUrlInfo &i1, const QUrlInfo &i2, int sortBy) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 663-676 |
| | 5 | 5 |
QUrlInfo::greaterThanName: | QUrlInfo::greaterThan | Prototype: | bool QUrlInfo::greaterThan(const QUrlInfo &i1, const QUrlInfo &i2, int sortBy) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 630-643 |
| | 5 | 5 |
QUrlQuery::removeAllQueryItemsName: | QUrlQuery::removeAllQueryItems | Prototype: | void QUrlQuery::removeAllQueryItems(const QString &key) | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 756-766 |
| | 5 | 3 |
QUtcTimeZonePrivate::QUtcTimeZonePrivateName: | QUtcTimeZonePrivate::QUtcTimeZonePrivate | Prototype: | QUtcTimeZonePrivate::QUtcTimeZonePrivate(qint32 offsetSeconds) | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 620-630 |
| | 5 | 2 |
QUtf8::convertToUnicodeName: | QUtf8::convertToUnicode | Prototype: | QString QUtf8::convertToUnicode(const char *chars, int len) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 250-269 |
| | 5 | 1 |
QVariant::QVariantName: | QVariant::QVariant | Prototype: | QVariant::QVariant(const QVariant &p) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 1386-1395 |
| | 5 | 3 |
QVariant::QVariantName: | QVariant::QVariant | Prototype: | QVariant::QVariant(int typeId, const void *copy, uint flags) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 1686-1695 |
| | 5 | 2 |
QVariant::clearName: | QVariant::clear | Prototype: | void QVariant::clear() | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 1949-1956 |
| | 5 | 2 |
QVariant::toBoolName: | QVariant::toBool | Prototype: | bool QVariant::toBool() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 2753-2762 |
| | 5 | 2 |
QVariantAnimationPrivate::valueAtName: | QVariantAnimationPrivate::valueAt | Prototype: | QVariant QVariantAnimationPrivate::valueAt(qreal step) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | Lines: | 306-314 |
| | 5 | 2 |
QVector4D::lengthName: | QVector4D::length | Prototype: | float QVector4D::length() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 258-266 |
| | 5 | 1 |
QWhatsThis::enterWhatsThisModeName: | QWhatsThis::enterWhatsThisMode | Prototype: | void QWhatsThis::enterWhatsThisMode() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | Lines: | 530-537 |
| | 5 | 2 |
QWhatsThisAction::QWhatsThisActionName: | QWhatsThisAction::QWhatsThisAction | Prototype: | QWhatsThisAction::QWhatsThisAction(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | Lines: | 498-509 |
| | 5 | 1 |
QWidget::grabKeyboardName: | QWidget::grabKeyboard | Prototype: | void QWidget::grabKeyboard() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 12626-12633 |
| | 5 | 3 |
QWidget::grabShortcutName: | QWidget::grabShortcut | Prototype: | int QWidget::grabShortcut(const QKeySequence &key, Qt::ShortcutContext context) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 11653-11660 |
| | 5 | 2 |
QWidget::inputMethodHintsName: | QWidget::inputMethodHints | Prototype: | Qt::InputMethodHints QWidget::inputMethodHints() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 9826-9838 |
| | 5 | 2 |
QWidget::setBackgroundRoleName: | QWidget::setBackgroundRole | Prototype: | void QWidget::setBackgroundRole(QPalette::ColorRole role) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 4436-4443 |
| | 5 | 1 |
QWidget::setMaximumHeightName: | QWidget::setMaximumHeight | Prototype: | void QWidget::setMaximumHeight(int h) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 4219-4226 |
| | 5 | 1 |
QWidget::setMaximumWidthName: | QWidget::setMaximumWidth | Prototype: | void QWidget::setMaximumWidth(int w) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 4210-4217 |
| | 5 | 1 |
QWidget::setMinimumHeightName: | QWidget::setMinimumHeight | Prototype: | void QWidget::setMinimumHeight(int h) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 4201-4208 |
| | 5 | 1 |
QWidget::setMinimumWidthName: | QWidget::setMinimumWidth | Prototype: | void QWidget::setMinimumWidth(int w) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 4192-4199 |
| | 5 | 1 |
QWidget::setPaletteName: | QWidget::setPalette | Prototype: | void QWidget::setPalette(const QPalette &palette) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 4584-4596 |
| | 5 | 1 |
QWidget::setWindowModifiedName: | QWidget::setWindowModified | Prototype: | void QWidget::setWindowModified(bool mod) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 11428-11437 |
| | 5 | 1 |
QWidget::setWindowRoleName: | QWidget::setWindowRole | Prototype: | void QWidget::setWindowRole(const QString &role) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 6371-6378 |
| | 5 | 2 |
QWidget::showFullScreenName: | QWidget::showFullScreen | Prototype: | void QWidget::showFullScreen() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 3161-3181 |
| | 5 | 1 |
QWidget::showNormalName: | QWidget::showNormal | Prototype: | void QWidget::showNormal() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 3221-3241 |
| | 5 | 1 |
QWidget::windowHandleName: | QWidget::windowHandle | Prototype: | QWindow *QWidget::windowHandle() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 2641-2649 |
| | 5 | 2 |
QWidgetBackingStore::bltRectName: | QWidgetBackingStore::bltRect | Prototype: | bool QWidgetBackingStore::bltRect(const QRect &rect, int dx, int dy, QWidget *widget) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 308-315 |
| | 5 | 2 |
QWidgetBackingStore::~QWidgetBackingStoreName: | QWidgetBackingStore::~QWidgetBackingStore | Prototype: | QWidgetBackingStore::~QWidgetBackingStore() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 812-820 |
| | 5 | 3 |
QWidgetItem::maximumSizeName: | QWidgetItem::maximumSize | Prototype: | QSize QWidgetItem::maximumSize() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 635-644 |
| | 5 | 2 |
QWidgetItem::minimumSizeName: | QWidgetItem::minimumSize | Prototype: | QSize QWidgetItem::minimumSize() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 614-621 |
| | 5 | 2 |
QWidgetLineControl::pasteName: | QWidgetLineControl::paste | Prototype: | void QWidgetLineControl::paste(QClipboard::Mode clipboardMode) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | Lines: | 168-176 |
| | 5 | 2 |
QWidgetLineControl::redoTextLayoutName: | QWidgetLineControl::redoTextLayout | Prototype: | int QWidgetLineControl::redoTextLayout() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | Lines: | 67-81 |
| | 5 | 1 |
QWidgetLineControl::undoName: | QWidgetLineControl::undo | Prototype: | void QWidgetLineControl::undo() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | Lines: | 291-301 |
| | 5 | 2 |
QWidgetPrivate::childAt_helperName: | QWidgetPrivate::childAt_helper | Prototype: | QWidget *QWidgetPrivate::childAt_helper(const QPoint &p, bool ignoreChildrenInDestructor) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 10279-10287 |
| | 5 | 3 |
QWidgetPrivate::deactivateWidgetCleanupName: | QWidgetPrivate::deactivateWidgetCleanup | Prototype: | void QWidgetPrivate::deactivateWidgetCleanup() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 2488-2497 |
| | 5 | 3 |
QWidgetPrivate::paintOnScreenName: | QWidgetPrivate::paintOnScreen | Prototype: | bool QWidgetPrivate::paintOnScreen() const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 2310-2323 |
| | 5 | 2 |
QWidgetPrivate::resolveLocaleName: | QWidgetPrivate::resolveLocale | Prototype: | void QWidgetPrivate::resolveLocale() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 6000-6009 |
| | 5 | 2 |
QWidgetPrivate::sendPaintEventName: | QWidgetPrivate::sendPaintEvent | Prototype: | void QWidgetPrivate::sendPaintEvent(const QRegion &toBePainted) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 5705-5715 |
| | 5 | 2 |
QWidgetPrivate::setSystemClipName: | QWidgetPrivate::setSystemClip | Prototype: | void QWidgetPrivate::setSystemClip(QPaintDevice *paintDevice, const QRegion ®ion) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 2103-2111 |
| | 5 | 1 |
QWidgetPrivate::setWindowFilePath_sysName: | QWidgetPrivate::setWindowFilePath_sys | Prototype: | void QWidgetPrivate::setWindowFilePath_sys(const QString &filePath) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 6345-6353 |
| | 5 | 3 |
QWidgetPrivate::setWindowTitle_sysName: | QWidgetPrivate::setWindowTitle_sys | Prototype: | void QWidgetPrivate::setWindowTitle_sys(const QString &caption) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 6114-6123 |
| | 5 | 3 |
QWidgetPrivate::subtractOpaqueChildrenName: | QWidgetPrivate::subtractOpaqueChildren | Prototype: | void QWidgetPrivate::subtractOpaqueChildren(QRegion &source, const QRect &clipRect) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 2183-2191 |
| | 5 | 3 |
QWidgetPrivate::syncBackingStoreName: | QWidgetPrivate::syncBackingStore | Prototype: | void QWidgetPrivate::syncBackingStore() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 1960-1968 |
| | 5 | 3 |
QWidgetPrivate::~QWidgetPrivateName: | QWidgetPrivate::~QWidgetPrivate | Prototype: | QWidgetPrivate::~QWidgetPrivate() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 337-348 |
| | 5 | 3 |
QWidgetTextControl::canPasteName: | QWidgetTextControl::canPaste | Prototype: | bool QWidgetTextControl::canPaste() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | Lines: | 2537-2547 |
| | 5 | 2 |
QWidgetTextControl::copyName: | QWidgetTextControl::copy | Prototype: | void QWidgetTextControl::copy() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | Lines: | 931-938 |
| | 5 | 2 |
QWidgetTextControl::cutName: | QWidgetTextControl::cut | Prototype: | void QWidgetTextControl::cut() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | Lines: | 922-929 |
| | 5 | 2 |
QWidgetTextControl::setCursorWidthName: | QWidgetTextControl::setCursorWidth | Prototype: | void QWidgetTextControl::setCursorWidth(int width) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | Lines: | 2392-2403 |
| | 5 | 2 |
QWidgetTextControlPrivate::_q_documentLayoutChangedName: | 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::dragLeaveEventName: | QWidgetTextControlPrivate::dragLeaveEvent | Prototype: | void QWidgetTextControlPrivate::dragLeaveEvent() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | Lines: | 1953-1962 |
| | 5 | 2 |
QWidgetTextControlPrivate::setCursorPositionName: | QWidgetTextControlPrivate::setCursorPosition | Prototype: | void QWidgetTextControlPrivate::setCursorPosition(const QPointF &pos) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | Lines: | 531-538 |
| | 5 | 2 |
QWidgetWindow::updateMarginsName: | 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::updateObjectNameName: | QWidgetWindow::updateObjectName | Prototype: | void QWidgetWindow::updateObjectName() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | Lines: | 1048-1055 |
| | 5 | 2 |
QWidgetWindowPrivate::eventReceiverName: | QWidgetWindowPrivate::eventReceiver | Prototype: | QWindow *eventReceiver() override | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | Lines: | 72-79 |
| | 5 | 2 |
QWindow::QWindowName: | QWindow::QWindow | Prototype: | QWindow::QWindow(QWindow *parent) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 172-181 |
| | 5 | 2 |
QWindow::QWindowName: | QWindow::QWindow | Prototype: | QWindow::QWindow(QWindowPrivate &dd, QWindow *parent) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 195-204 |
| | 5 | 2 |
QWindow::frameGeometryName: | QWindow::frameGeometry | Prototype: | QRect QWindow::frameGeometry() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 1557-1565 |
| | 5 | 2 |
QWindow::framePositionName: | QWindow::framePosition | Prototype: | QPoint QWindow::framePosition() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 1574-1582 |
| | 5 | 2 |
QWindow::mapFromGlobalName: | QWindow::mapFromGlobal | Prototype: | QPoint QWindow::mapFromGlobal(const QPoint &pos) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 2366-2375 |
| | 5 | 2 |
QWindow::mapToGlobalName: | QWindow::mapToGlobal | Prototype: | QPoint QWindow::mapToGlobal(const QPoint &pos) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 2346-2355 |
| | 5 | 2 |
QWindow::setMaskName: | QWindow::setMask | Prototype: | void QWindow::setMask(const QRegion ®ion) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 983-990 |
| | 5 | 2 |
QWindow::setModalityName: | QWindow::setModality | Prototype: | void QWindow::setModality(Qt::WindowModality modality) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 703-710 |
| | 5 | 2 |
QWindowPrivate::emitScreenChangedRecursionName: | QWindowPrivate::emitScreenChangedRecursion | Prototype: | void QWindowPrivate::emitScreenChangedRecursion(QScreen *newScreen) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 366-374 |
| | 5 | 3 |
QWindowSystemInterface::handleExtendedKeyEventName: | QWindowSystemInterface::handleExtendedKeyEvent | Prototype: | bool QWindowSystemInterface::handleExtendedKeyEvent(QWindow *tlw, ulong timestamp, QEvent::Type type, int key, Qt::KeyboardModifiers modifiers, quint32 nativeScanCode, quint32 nativeVirtualKey, quint32 nativeModifiers, const QString& text, bool autorep, ushort count, bool tryShortcutOverride) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 280-300 |
| | 5 | 1 |
QWindowSystemInterface::handleFrameStrutMouseEventName: | QWindowSystemInterface::handleFrameStrutMouseEvent | Prototype: | void QWindowSystemInterface::handleFrameStrutMouseEvent(QWindow *w, ulong timestamp, const QPointF & local, const QPointF & global, Qt::MouseButtons b, Qt::KeyboardModifiers mods, Qt::MouseEventSource source) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 192-200 |
| | 5 | 1 |
QWindowSystemInterface::handleGestureEventWithSequenceIdAndValueName: | QWindowSystemInterface::handleGestureEventWithSequenceIdAndValue | Prototype: | void QWindowSystemInterface::handleGestureEventWithSequenceIdAndValue(QWindow *window, ulong timestamp, Qt::NativeGestureType type, ulong sequenceId, quint64 value, QPointF &local, QPointF &global) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 818-826 |
| | 5 | 1 |
QWizard::backName: | QWizard::back | Prototype: | void QWizard::back() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | Lines: | 3123-3130 |
| | 5 | 2 |