| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QScrollerPrivate| Name: | QScrollerPrivate::QScrollerPrivate | | Prototype: | QScrollerPrivate::QScrollerPrivate(QScroller *q, QObject *_target) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 874-894 |
| | 1 | 1 |
createScrollToSegments| Name: | QScrollerPrivate::createScrollToSegments | | Prototype: | void QScrollerPrivate::createScrollToSegments(qreal v, qreal deltaTime, qreal endPos, Qt::Orientation orientation, ScrollType type) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1224-1243 |
| | 10 | 2 |
createScrollingSegments| Name: | QScrollerPrivate::createScrollingSegments | | Prototype: | void QScrollerPrivate::createScrollingSegments(qreal v, qreal startPos, qreal deltaTime, qreal deltaPos, Qt::Orientation orientation) | | Coverage: | 0.000% (0/91) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1247-1388 |
| | 78 | 18 |
createScrollingSegments| Name: | QScrollerPrivate::createScrollingSegments | | Prototype: | void QScrollerPrivate::createScrollingSegments(const QPointF &v, const QPointF &startPos, const QPointF &ppm) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1391-1419 |
| | 8 | 1 |
dpi| Name: | QScrollerPrivate::dpi | | Prototype: | QPointF QScrollerPrivate::dpi() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1042-1045 |
| | 1 | 1 |
handleDrag| Name: | QScrollerPrivate::handleDrag | | Prototype: | void QScrollerPrivate::handleDrag(const QPointF &position, qint64 timestamp) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1474-1525 |
| | 26 | 7 |
init| Name: | QScrollerPrivate::init | | Prototype: | void QScrollerPrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 896-900 |
| | 2 | 1 |
inputName| Name: | QScrollerPrivate::inputName | | Prototype: | const char *QScrollerPrivate::inputName(QScroller::Input input) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 918-926 |
| | 5 | 5 |
moveWhileDragging| Name: | QScrollerPrivate::moveWhileDragging | | Prototype: | bool QScrollerPrivate::moveWhileDragging(const QPointF &position, qint64 timestamp) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1604-1609 |
| | 2 | 1 |
moveWhilePressed| Name: | QScrollerPrivate::moveWhilePressed | | Prototype: | bool QScrollerPrivate::moveWhilePressed(const QPointF &position, qint64 timestamp) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1555-1602 |
| | 28 | 10 |
nextSegmentPosition| Name: | QScrollerPrivate::nextSegmentPosition | | Prototype: | qreal QScrollerPrivate::nextSegmentPosition(QQueue<ScrollSegment> &segments, qint64 now, qreal oldPos) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1837-1862 |
| | 15 | 5 |
nextSnapPos| Name: | QScrollerPrivate::nextSnapPos | | Prototype: | qreal QScrollerPrivate::nextSnapPos(qreal p, int dir, Qt::Orientation orientation) | | Coverage: | 0.000% (0/101) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1896-2008 |
| | 71 | 25 |
prepareScrolling| Name: | QScrollerPrivate::prepareScrolling | | Prototype: | bool QScrollerPrivate::prepareScrolling(const QPointF &position) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1425-1472 |
| | 28 | 11 |
pressWhileInactive| Name: | QScrollerPrivate::pressWhileInactive | | Prototype: | bool QScrollerPrivate::pressWhileInactive(const QPointF &position, qint64 timestamp) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1527-1542 |
| | 9 | 3 |
pressWhileScrolling| Name: | QScrollerPrivate::pressWhileScrolling | | Prototype: | bool QScrollerPrivate::pressWhileScrolling(const QPointF &position, qint64 timestamp) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1678-1693 |
| | 10 | 2 |
pushSegment| Name: | QScrollerPrivate::pushSegment | | Prototype: | void QScrollerPrivate::pushSegment(ScrollType type, qreal deltaTime, qreal stopProgress, qreal startPos, qreal deltaPos, qreal stopPos, QEasingCurve::Type curve, Qt::Orientation orientation) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1112-1139 |
| | 18 | 5 |
realDpi| Name: | QScrollerPrivate::realDpi | | Prototype: | QPointF QScrollerPrivate::realDpi(int screen) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1008-1034 |
| | 2 | 1 |
recalcScrollingSegments| Name: | QScrollerPrivate::recalcScrollingSegments | | Prototype: | void QScrollerPrivate::recalcScrollingSegments(bool forceRecalc) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1145-1156 |
| | 7 | 2 |
releaseWhileDragging| Name: | QScrollerPrivate::releaseWhileDragging | | Prototype: | bool QScrollerPrivate::releaseWhileDragging(const QPointF &position, qint64 timestamp) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1621-1667 |
| | 26 | 8 |
releaseWhilePressed| Name: | QScrollerPrivate::releaseWhilePressed | | Prototype: | bool QScrollerPrivate::releaseWhilePressed(const QPointF &, qint64) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1544-1553 |
| | 5 | 2 |
scrollingSegmentsEndPos| Name: | QScrollerPrivate::scrollingSegmentsEndPos | | Prototype: | qreal QScrollerPrivate::scrollingSegmentsEndPos(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1161-1174 |
| | 7 | 4 |
scrollingSegmentsValid| Name: | QScrollerPrivate::scrollingSegmentsValid | | Prototype: | bool QScrollerPrivate::scrollingSegmentsValid(Qt::Orientation orientation) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1179-1219 |
| | 27 | 8 |
sendEvent| Name: | QScrollerPrivate::sendEvent | | Prototype: | void QScrollerPrivate::sendEvent(QObject *o, QEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 902-905 |
| | 1 | 1 |
setContentPositionHelperDragging| Name: | QScrollerPrivate::setContentPositionHelperDragging | | Prototype: | void QScrollerPrivate::setContentPositionHelperDragging(const QPointF &deltaPos) | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1772-1834 |
| | 36 | 3 |
setContentPositionHelperScrolling| Name: | QScrollerPrivate::setContentPositionHelperScrolling | | Prototype: | void QScrollerPrivate::setContentPositionHelperScrolling() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1864-1886 |
| | 10 | 1 |
setDpi| Name: | QScrollerPrivate::setDpi | | Prototype: | void QScrollerPrivate::setDpi(const QPointF &dpi) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1053-1056 |
| | 1 | 1 |
setDpiFromWidget| Name: | QScrollerPrivate::setDpiFromWidget | | Prototype: | void QScrollerPrivate::setDpiFromWidget(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1061-1065 |
| | 2 | 1 |
setState| Name: | QScrollerPrivate::setState | | Prototype: | void QScrollerPrivate::setState(QScroller::State newstate) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1698-1757 |
| | 29 | 10 |
stateName| Name: | QScrollerPrivate::stateName | | Prototype: | const char *QScrollerPrivate::stateName(QScroller::State state) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 907-916 |
| | 6 | 6 |
targetDestroyed| Name: | QScrollerPrivate::targetDestroyed | | Prototype: | void QScrollerPrivate::targetDestroyed() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 928-934 |
| | 2 | 1 |
timerEventWhileDragging| Name: | QScrollerPrivate::timerEventWhileDragging | | Prototype: | void QScrollerPrivate::timerEventWhileDragging() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1611-1619 |
| | 3 | 2 |
timerEventWhileScrolling| Name: | QScrollerPrivate::timerEventWhileScrolling | | Prototype: | void QScrollerPrivate::timerEventWhileScrolling() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1669-1676 |
| | 3 | 2 |
timerTick| Name: | QScrollerPrivate::timerTick | | Prototype: | void QScrollerPrivate::timerTick() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 936-961 |
| | 10 | 3 |
updateVelocity| Name: | QScrollerPrivate::updateVelocity | | Prototype: | void QScrollerPrivate::updateVelocity(const QPointF &deltaPixelRaw, qint64 deltaTime) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1071-1110 |
| | 17 | 6 |