Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QTimeZone::ianaIdToWindowsIdName: | QTimeZone::ianaIdToWindowsId | Prototype: | QByteArray QTimeZone::ianaIdToWindowsId(const QByteArray &ianaId) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 896-899 |
| | 1 | 1 |
QTimeZone::systemTimeZoneName: | QTimeZone::systemTimeZone | Prototype: | QTimeZone QTimeZone::systemTimeZone() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 806-809 |
| | 1 | 1 |
QTimeZone::systemTimeZoneIdName: | QTimeZone::systemTimeZoneId | Prototype: | QByteArray QTimeZone::systemTimeZoneId() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 794-797 |
| | 1 | 1 |
QTimeZone::utcName: | QTimeZone::utc | Prototype: | QTimeZone QTimeZone::utc() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 817-820 |
| | 1 | 1 |
QTimeZone::windowsIdToDefaultIanaIdName: | QTimeZone::windowsIdToDefaultIanaId | Prototype: | QByteArray QTimeZone::windowsIdToDefaultIanaId(const QByteArray &windowsId) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 912-915 |
| | 1 | 1 |
QTimeZone::windowsIdToDefaultIanaIdName: | QTimeZone::windowsIdToDefaultIanaId | Prototype: | QByteArray QTimeZone::windowsIdToDefaultIanaId(const QByteArray &windowsId, QLocale::Country country) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 929-933 |
| | 1 | 1 |
QTimeZone::windowsIdToIanaIdsName: | QTimeZone::windowsIdToIanaIds | Prototype: | QList<QByteArray> QTimeZone::windowsIdToIanaIds(const QByteArray &windowsId) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 943-946 |
| | 1 | 1 |
QTimeZone::windowsIdToIanaIdsName: | QTimeZone::windowsIdToIanaIds | Prototype: | QList<QByteArray> QTimeZone::windowsIdToIanaIds(const QByteArray &windowsId, QLocale::Country country) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 960-964 |
| | 1 | 1 |
QTimeZonePrivate::availableTimeZoneIdsName: | QTimeZonePrivate::availableTimeZoneIds | Prototype: | QList<QByteArray> QTimeZonePrivate::availableTimeZoneIds() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 352-355 |
| | 1 | 1 |
QTimeZonePrivate::cloneName: | QTimeZonePrivate::clone | Prototype: | QTimeZonePrivate *QTimeZonePrivate::clone() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 143-146 |
| | 1 | 1 |
QTimeZonePrivate::commentName: | QTimeZonePrivate::comment | Prototype: | QString QTimeZonePrivate::comment() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 182-185 |
| | 1 | 1 |
QTimeZonePrivate::hasDaylightTimeName: | QTimeZonePrivate::hasDaylightTime | Prototype: | bool QTimeZonePrivate::hasDaylightTime() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 233-236 |
| | 1 | 1 |
QTimeZonePrivate::hasTransitionsName: | QTimeZonePrivate::hasTransitions | Prototype: | bool QTimeZonePrivate::hasTransitions() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 314-317 |
| | 1 | 1 |
QTimeZonePrivate::idName: | QTimeZonePrivate::id | Prototype: | QByteArray QTimeZonePrivate::id() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 166-169 |
| | 1 | 1 |
QTimeZonePrivate::isValidName: | QTimeZonePrivate::isValid | Prototype: | bool QTimeZonePrivate::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 161-164 |
| | 1 | 1 |
QTimeZonePrivate::offsetFromUtcName: | QTimeZonePrivate::offsetFromUtc | Prototype: | int QTimeZonePrivate::offsetFromUtc(qint64 atMSecsSinceEpoch) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 216-219 |
| | 1 | 1 |
QTimeZonePrivate::operator!=Name: | QTimeZonePrivate::operator!= | Prototype: | bool QTimeZonePrivate::operator!=(const QTimeZonePrivate &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 156-159 |
| | 1 | 1 |
QTimeZonePrivate::operator==Name: | QTimeZonePrivate::operator== | Prototype: | bool QTimeZonePrivate::operator==(const QTimeZonePrivate &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 148-154 |
| | 1 | 1 |
QTimeZonePrivate::serializeName: | QTimeZonePrivate::serialize | Prototype: | void QTimeZonePrivate::serialize(QDataStream &ds) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 409-412 |
| | 1 | 1 |
QTimeZonePrivate::systemTimeZoneIdName: | QTimeZonePrivate::systemTimeZoneId | Prototype: | QByteArray QTimeZonePrivate::systemTimeZoneId() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 347-350 |
| | 1 | 1 |
QTimeZoneSingleton::QTimeZoneSingletonName: | QTimeZoneSingleton::QTimeZoneSingleton | Prototype: | QTimeZoneSingleton() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 110-110 |
| | 1 | 1 |
QTimer::singleShotName: | QTimer::singleShot | Prototype: | void QTimer::singleShot(int msec, const QObject *receiver, const char *member) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | Lines: | 368-374 |
| | 1 | 1 |
QTimer::singleShotImplName: | QTimer::singleShotImpl | Prototype: | void QTimer::singleShotImpl(int msec, Qt::TimerType timerType, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | Lines: | 341-346 |
| | 1 | 1 |
QTimerEvent::QTimerEventName: | QTimerEvent::QTimerEvent | Prototype: | QTimerEvent::QTimerEvent(int timerId) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 507-509 |
| | 1 | 1 |
QTimerInfoList::updateCurrentTimeName: | QTimerInfoList::updateCurrentTime | Prototype: | timespec QTimerInfoList::updateCurrentTime() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp | Lines: | 89-92 |
| | 1 | 1 |
QTipLabel::~QTipLabelName: | QTipLabel::~QTipLabel | Prototype: | QTipLabel::~QTipLabel() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qtooltip.cpp | Lines: | 254-257 |
| | 1 | 1 |
QToolBar::iconSizeName: | QToolBar::iconSize | Prototype: | QSize QToolBar::iconSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbar.cpp | Lines: | 668-669 |
| | 1 | 1 |
QToolBar::isFloatingName: | QToolBar::isFloating | Prototype: | bool QToolBar::isFloating() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbar.cpp | Lines: | 592-595 |
| | 1 | 1 |
QToolBar::orientationName: | QToolBar::orientation | Prototype: | Qt::Orientation QToolBar::orientation() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbar.cpp | Lines: | 655-656 |
| | 1 | 1 |
QToolBar::toggleViewActionName: | QToolBar::toggleViewAction | Prototype: | QAction *QToolBar::toggleViewAction() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbar.cpp | Lines: | 1237-1238 |
| | 1 | 1 |
QToolBar::toolButtonStyleName: | QToolBar::toolButtonStyle | Prototype: | Qt::ToolButtonStyle QToolBar::toolButtonStyle() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbar.cpp | Lines: | 717-718 |
| | 1 | 1 |
QToolBarAreaLayout::addToolBarName: | QToolBarAreaLayout::addToolBar | Prototype: | QLayoutItem *QToolBarAreaLayout::addToolBar(QInternal::DockPosition pos, QToolBar *toolBar) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | Lines: | 829-832 |
| | 1 | 1 |
QToolBarAreaLayout::addToolBarBreakName: | QToolBarAreaLayout::addToolBarBreak | Prototype: | void QToolBarAreaLayout::addToolBarBreak(QInternal::DockPosition pos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | Lines: | 850-853 |
| | 1 | 1 |
QToolBarChangeEvent::QToolBarChangeEventName: | QToolBarChangeEvent::QToolBarChangeEvent | Prototype: | QToolBarChangeEvent::QToolBarChangeEvent(bool t) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 3592-3594 |
| | 1 | 1 |
QToolBarItem::isEmptyName: | QToolBarItem::isEmpty | Prototype: | bool QToolBarItem::isEmpty() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbarlayout.cpp | Lines: | 74-77 |
| | 1 | 1 |
QToolBarLayout::countName: | QToolBarLayout::count | Prototype: | int QToolBarLayout::count() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbarlayout.cpp | Lines: | 216-219 |
| | 1 | 1 |
QToolBarLayout::hasExpandFlagName: | QToolBarLayout::hasExpandFlag | Prototype: | bool QToolBarLayout::hasExpandFlag() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbarlayout.cpp | Lines: | 125-128 |
| | 1 | 1 |
QToolBarPrivate::plugName: | QToolBarPrivate::plug | Prototype: | void QToolBarPrivate::plug(const QRect &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbar.cpp | Lines: | 375-378 |
| | 1 | 1 |
QToolBarSeparator::QToolBarSeparatorName: | QToolBarSeparator::QToolBarSeparator | Prototype: | QToolBarSeparator::QToolBarSeparator(QToolBar *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbarseparator.cpp | Lines: | 58-60 |
| | 1 | 1 |
QToolBarSeparator::orientationName: | QToolBarSeparator::orientation | Prototype: | Qt::Orientation QToolBarSeparator::orientation() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbarseparator.cpp | Lines: | 68-69 |
| | 1 | 1 |
QToolBox::eventName: | QToolBox::event | Prototype: | bool QToolBox::event(QEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 730-733 |
| | 1 | 1 |
QToolBox::itemInsertedName: | QToolBox::itemInserted | Prototype: | void QToolBox::itemInserted(int index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 713-716 |
| | 1 | 1 |
QToolBox::itemRemovedName: | QToolBox::itemRemoved | Prototype: | void QToolBox::itemRemoved(int index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 724-727 |
| | 1 | 1 |
QToolBox::showEventName: | QToolBox::showEvent | Prototype: | void QToolBox::showEvent(QShowEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 693-696 |
| | 1 | 1 |
QToolBoxButton::setIndexName: | QToolBoxButton::setIndex | Prototype: | inline void setIndex(int newIndex) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 72-72 |
| | 1 | 1 |
QToolBoxButton::setSelectedName: | QToolBoxButton::setSelected | Prototype: | inline void setSelected(bool b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 71-71 |
| | 1 | 1 |
QToolBoxPrivate::Page::iconName: | QToolBoxPrivate::Page::icon | Prototype: | inline QIcon icon() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 104-104 |
| | 1 | 1 |
QToolBoxPrivate::Page::operator==Name: | QToolBoxPrivate::Page::operator== | Prototype: | inline bool operator==(const Page& other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 106-109 |
| | 1 | 1 |
QToolBoxPrivate::Page::setIconName: | QToolBoxPrivate::Page::setIcon | Prototype: | inline void setIcon(const QIcon &is) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 98-98 |
| | 1 | 1 |
QToolBoxPrivate::Page::setTextName: | QToolBoxPrivate::Page::setText | Prototype: | inline void setText(const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 97-97 |
| | 1 | 1 |
QToolBoxPrivate::Page::setToolTipName: | QToolBoxPrivate::Page::setToolTip | Prototype: | inline void setToolTip(const QString &tip) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 100-100 |
| | 1 | 1 |
QToolBoxPrivate::Page::textName: | QToolBoxPrivate::Page::text | Prototype: | inline QString text() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 103-103 |
| | 1 | 1 |
QToolBoxPrivate::Page::toolTipName: | QToolBoxPrivate::Page::toolTip | Prototype: | inline QString toolTip() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 101-101 |
| | 1 | 1 |
QToolButton::minimumSizeHintName: | QToolButton::minimumSizeHint | Prototype: | QSize QToolButton::minimumSizeHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbutton.cpp | Lines: | 374-377 |
| | 1 | 1 |
QToolButtonPrivate::_q_buttonReleasedName: | QToolButtonPrivate::_q_buttonReleased | Prototype: | void QToolButtonPrivate::_q_buttonReleased() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbutton.cpp | Lines: | 714-717 |
| | 1 | 1 |
QToolTip::fontName: | QToolTip::font | Prototype: | QFont QToolTip::font() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qtooltip.cpp | Lines: | 587-590 |
| | 1 | 1 |
QToolTip::isVisibleName: | QToolTip::isVisible | Prototype: | bool QToolTip::isVisible() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qtooltip.cpp | Lines: | 550-553 |
| | 1 | 1 |
QToolTip::paletteName: | QToolTip::palette | Prototype: | QPalette QToolTip::palette() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qtooltip.cpp | Lines: | 577-580 |
| | 1 | 1 |
QToolTip::setFontName: | QToolTip::setFont | Prototype: | void QToolTip::setFont(const QFont &font) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qtooltip.cpp | Lines: | 612-615 |
| | 1 | 1 |
QToolTip::showTextName: | QToolTip::showText | Prototype: | void QToolTip::showText(const QPoint &pos, const QString &text, QWidget *w, const QRect &rect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qtooltip.cpp | Lines: | 460-463 |
| | 1 | 1 |
QToolTip::showTextName: | QToolTip::showText | Prototype: | void QToolTip::showText(const QPoint &pos, const QString &text, QWidget *w) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qtooltip.cpp | Lines: | 526-529 |
| | 1 | 1 |
QTornOffMenu::QTornOffMenuPrivate::calcCausedStackName: | QTornOffMenu::QTornOffMenuPrivate::calcCausedStack | Prototype: | QVector<QPointer<QWidget> > calcCausedStack() const override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 95-95 |
| | 1 | 1 |
QTornOffMenu::d_funcName: | QTornOffMenu::d_func | Prototype: | inline QTornOffMenuPrivate* d_func() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 137-137 |
| | 1 | 1 |
QTornOffMenu::d_funcName: | QTornOffMenu::d_func | Prototype: | inline const QTornOffMenuPrivate* d_func() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 137-137 |
| | 1 | 1 |
QTornOffMenu::onHoveredName: | QTornOffMenu::onHovered | Prototype: | void onHovered(QAction *action) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 135-135 |
| | 1 | 1 |
QTornOffMenu::onTriggerName: | QTornOffMenu::onTrigger | Prototype: | void onTrigger(QAction *action) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 134-134 |
| | 1 | 1 |
QTouchDevice::capabilitiesName: | QTouchDevice::capabilities | Prototype: | QTouchDevice::Capabilities QTouchDevice::capabilities() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qtouchdevice.cpp | Lines: | 140-143 |
| | 1 | 1 |
QTouchDevice::maximumTouchPointsName: | QTouchDevice::maximumTouchPoints | Prototype: | int QTouchDevice::maximumTouchPoints() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qtouchdevice.cpp | Lines: | 150-153 |
| | 1 | 1 |
QTouchDevice::nameName: | QTouchDevice::name | Prototype: | QString QTouchDevice::name() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qtouchdevice.cpp | Lines: | 163-166 |
| | 1 | 1 |
QTouchDevice::setCapabilitiesName: | QTouchDevice::setCapabilities | Prototype: | void QTouchDevice::setCapabilities(Capabilities caps) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qtouchdevice.cpp | Lines: | 179-182 |
| | 1 | 1 |
QTouchDevice::setMaximumTouchPointsName: | QTouchDevice::setMaximumTouchPoints | Prototype: | void QTouchDevice::setMaximumTouchPoints(int max) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qtouchdevice.cpp | Lines: | 188-191 |
| | 1 | 1 |
QTouchDevice::setNameName: | QTouchDevice::setName | Prototype: | void QTouchDevice::setName(const QString &name) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qtouchdevice.cpp | Lines: | 199-202 |
| | 1 | 1 |
QTouchDevice::setTypeName: | QTouchDevice::setType | Prototype: | void QTouchDevice::setType(DeviceType devType) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qtouchdevice.cpp | Lines: | 171-174 |
| | 1 | 1 |
QTouchDevice::typeName: | QTouchDevice::type | Prototype: | QTouchDevice::DeviceType QTouchDevice::type() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qtouchdevice.cpp | Lines: | 132-135 |
| | 1 | 1 |
QTouchDevice::~QTouchDeviceName: | QTouchDevice::~QTouchDevice | Prototype: | QTouchDevice::~QTouchDevice() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qtouchdevice.cpp | Lines: | 124-127 |
| | 1 | 1 |
QTouchEvent::QTouchEventName: | QTouchEvent::QTouchEvent | Prototype: | QTouchEvent::QTouchEvent(QEvent::Type eventType, QTouchDevice *device, Qt::KeyboardModifiers modifiers, Qt::TouchPointStates touchPointStates, const QList<QTouchEvent::TouchPoint> &touchPoints) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4307-4318 |
| | 1 | 1 |
QTouchEvent::TouchPoint::TouchPointName: | QTouchEvent::TouchPoint::TouchPoint | Prototype: | QTouchEvent::TouchPoint::TouchPoint(int id) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4424-4426 |
| | 1 | 1 |
QTouchEvent::TouchPoint::TouchPointName: | QTouchEvent::TouchPoint::TouchPoint | Prototype: | QTouchEvent::TouchPoint::TouchPoint(const QTouchEvent::TouchPoint &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4434-4438 |
| | 1 | 1 |
QTouchEvent::TouchPoint::flagsName: | QTouchEvent::TouchPoint::flags | Prototype: | QTouchEvent::TouchPoint::InfoFlags QTouchEvent::TouchPoint::flags() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4683-4686 |
| | 1 | 1 |
QTouchEvent::TouchPoint::idName: | QTouchEvent::TouchPoint::id | Prototype: | int QTouchEvent::TouchPoint::id() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4457-4460 |
| | 1 | 1 |
QTouchEvent::TouchPoint::lastNormalizedPosName: | QTouchEvent::TouchPoint::lastNormalizedPos | Prototype: | QPointF QTouchEvent::TouchPoint::lastNormalizedPos() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4615-4618 |
| | 1 | 1 |
QTouchEvent::TouchPoint::lastPosName: | QTouchEvent::TouchPoint::lastPos | Prototype: | QPointF QTouchEvent::TouchPoint::lastPos() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4574-4577 |
| | 1 | 1 |
QTouchEvent::TouchPoint::lastScenePosName: | QTouchEvent::TouchPoint::lastScenePos | Prototype: | QPointF QTouchEvent::TouchPoint::lastScenePos() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4590-4593 |
| | 1 | 1 |
QTouchEvent::TouchPoint::lastScreenPosName: | QTouchEvent::TouchPoint::lastScreenPos | Prototype: | QPointF QTouchEvent::TouchPoint::lastScreenPos() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4601-4604 |
| | 1 | 1 |
QTouchEvent::TouchPoint::normalizedPosName: | QTouchEvent::TouchPoint::normalizedPos | Prototype: | QPointF QTouchEvent::TouchPoint::normalizedPos() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4514-4517 |
| | 1 | 1 |
QTouchEvent::TouchPoint::posName: | QTouchEvent::TouchPoint::pos | Prototype: | QPointF QTouchEvent::TouchPoint::pos() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4476-4479 |
| | 1 | 1 |
QTouchEvent::TouchPoint::pressureName: | QTouchEvent::TouchPoint::pressure | Prototype: | qreal QTouchEvent::TouchPoint::pressure() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4660-4663 |
| | 1 | 1 |
QTouchEvent::TouchPoint::rawScreenPositionsName: | QTouchEvent::TouchPoint::rawScreenPositions | Prototype: | QVector<QPointF> QTouchEvent::TouchPoint::rawScreenPositions() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4702-4705 |
| | 1 | 1 |
QTouchEvent::TouchPoint::rectName: | QTouchEvent::TouchPoint::rect | Prototype: | QRectF QTouchEvent::TouchPoint::rect() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4627-4630 |
| | 1 | 1 |
QTouchEvent::TouchPoint::scenePosName: | QTouchEvent::TouchPoint::scenePos | Prototype: | QPointF QTouchEvent::TouchPoint::scenePos() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4491-4494 |
| | 1 | 1 |
QTouchEvent::TouchPoint::sceneRectName: | QTouchEvent::TouchPoint::sceneRect | Prototype: | QRectF QTouchEvent::TouchPoint::sceneRect() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4639-4642 |
| | 1 | 1 |
QTouchEvent::TouchPoint::screenPosName: | QTouchEvent::TouchPoint::screenPos | Prototype: | QPointF QTouchEvent::TouchPoint::screenPos() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4501-4504 |
| | 1 | 1 |
QTouchEvent::TouchPoint::screenRectName: | QTouchEvent::TouchPoint::screenRect | Prototype: | QRectF QTouchEvent::TouchPoint::screenRect() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4651-4654 |
| | 1 | 1 |
QTouchEvent::TouchPoint::startNormalizedPosName: | QTouchEvent::TouchPoint::startNormalizedPos | Prototype: | QPointF QTouchEvent::TouchPoint::startNormalizedPos() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4563-4566 |
| | 1 | 1 |
QTouchEvent::TouchPoint::startPosName: | QTouchEvent::TouchPoint::startPos | Prototype: | QPointF QTouchEvent::TouchPoint::startPos() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4525-4528 |
| | 1 | 1 |
QTouchEvent::TouchPoint::startScenePosName: | QTouchEvent::TouchPoint::startScenePos | Prototype: | QPointF QTouchEvent::TouchPoint::startScenePos() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4540-4543 |
| | 1 | 1 |
QTouchEvent::TouchPoint::startScreenPosName: | QTouchEvent::TouchPoint::startScreenPos | Prototype: | QPointF QTouchEvent::TouchPoint::startScreenPos() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4550-4553 |
| | 1 | 1 |
QTouchEvent::TouchPoint::stateName: | QTouchEvent::TouchPoint::state | Prototype: | Qt::TouchPointState QTouchEvent::TouchPoint::state() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4465-4468 |
| | 1 | 1 |
QTouchEvent::TouchPoint::velocityName: | QTouchEvent::TouchPoint::velocity | Prototype: | QVector2D QTouchEvent::TouchPoint::velocity() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4673-4676 |
| | 1 | 1 |
QTransform::operator!=Name: | QTransform::operator!= | Prototype: | bool QTransform::operator!=(const QTransform &o) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 821-824 |
| | 1 | 1 |