| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QTimeZone::ianaIdToWindowsId| Name: | 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::systemTimeZone| Name: | 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::systemTimeZoneId| Name: | 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::utc| Name: | 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::windowsIdToDefaultIanaId| Name: | 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::windowsIdToDefaultIanaId| Name: | 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::windowsIdToIanaIds| Name: | 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::windowsIdToIanaIds| Name: | 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::availableTimeZoneIds| Name: | 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::clone| Name: | 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::comment| Name: | 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::hasDaylightTime| Name: | 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::hasTransitions| Name: | 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::id| Name: | 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::isValid| Name: | 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::offsetFromUtc| Name: | 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::serialize| Name: | 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::systemTimeZoneId| Name: | 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::QTimeZoneSingleton| Name: | 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::singleShot| Name: | 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::singleShotImpl| Name: | 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::QTimerEvent| Name: | 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::updateCurrentTime| Name: | 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::~QTipLabel| Name: | 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::iconSize| Name: | 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::isFloating| Name: | 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::orientation| Name: | 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::toggleViewAction| Name: | 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::toolButtonStyle| Name: | 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::addToolBar| Name: | 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::addToolBarBreak| Name: | 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::QToolBarChangeEvent| Name: | 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::isEmpty| Name: | 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::count| Name: | 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::hasExpandFlag| Name: | 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::plug| Name: | 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::QToolBarSeparator| Name: | 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::orientation| Name: | 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::event| Name: | 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::itemInserted| Name: | 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::itemRemoved| Name: | 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::showEvent| Name: | 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::setIndex| Name: | 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::setSelected| Name: | 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::icon| Name: | 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::setIcon| Name: | 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::setText| Name: | 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::setToolTip| Name: | 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::text| Name: | 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::toolTip| Name: | 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::minimumSizeHint| Name: | 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_buttonReleased| Name: | 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::font| Name: | 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::isVisible| Name: | 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::palette| Name: | 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::setFont| Name: | 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::showText| Name: | 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::showText| Name: | 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::calcCausedStack| Name: | 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_func| Name: | 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_func| Name: | 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::onHovered| Name: | 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::onTrigger| Name: | 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::capabilities| Name: | 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::maximumTouchPoints| Name: | 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::name| Name: | 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::setCapabilities| Name: | 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::setMaximumTouchPoints| Name: | 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::setName| Name: | 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::setType| Name: | 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::type| Name: | 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::~QTouchDevice| Name: | 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::QTouchEvent| Name: | 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::TouchPoint| Name: | 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::TouchPoint| Name: | 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::flags| Name: | 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::id| Name: | 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::lastNormalizedPos| Name: | 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::lastPos| Name: | 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::lastScenePos| Name: | 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::lastScreenPos| Name: | 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::normalizedPos| Name: | 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::pos| Name: | 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::pressure| Name: | 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::rawScreenPositions| Name: | 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::rect| Name: | 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::scenePos| Name: | 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::sceneRect| Name: | 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::screenPos| Name: | 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::screenRect| Name: | 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::startNormalizedPos| Name: | 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::startPos| Name: | 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::startScenePos| Name: | 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::startScreenPos| Name: | 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::state| Name: | 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::velocity| Name: | 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 |