| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
setFlags| Name: | QTouchEvent::TouchPoint::setFlags | | Prototype: | void QTouchEvent::TouchPoint::setFlags(InfoFlags flags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4870-4875 |
| | 3 | 2 |
setId| Name: | QTouchEvent::TouchPoint::setId | | Prototype: | void QTouchEvent::TouchPoint::setId(int id) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4708-4713 |
| | 3 | 2 |
setLastNormalizedPos| Name: | QTouchEvent::TouchPoint::setLastNormalizedPos | | Prototype: | void QTouchEvent::TouchPoint::setLastNormalizedPos(const QPointF &lastNormalizedPos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4812-4817 |
| | 3 | 2 |
setLastPos| Name: | QTouchEvent::TouchPoint::setLastPos | | Prototype: | void QTouchEvent::TouchPoint::setLastPos(const QPointF &lastPos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4788-4793 |
| | 3 | 2 |
setLastScenePos| Name: | QTouchEvent::TouchPoint::setLastScenePos | | Prototype: | void QTouchEvent::TouchPoint::setLastScenePos(const QPointF &lastScenePos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4796-4801 |
| | 3 | 2 |
setLastScreenPos| Name: | QTouchEvent::TouchPoint::setLastScreenPos | | Prototype: | void QTouchEvent::TouchPoint::setLastScreenPos(const QPointF &lastScreenPos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4804-4809 |
| | 3 | 2 |
setNormalizedPos| Name: | QTouchEvent::TouchPoint::setNormalizedPos | | Prototype: | void QTouchEvent::TouchPoint::setNormalizedPos(const QPointF &normalizedPos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4748-4753 |
| | 3 | 2 |
setPos| Name: | QTouchEvent::TouchPoint::setPos | | Prototype: | void QTouchEvent::TouchPoint::setPos(const QPointF &pos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4724-4729 |
| | 3 | 2 |
setPressure| Name: | QTouchEvent::TouchPoint::setPressure | | Prototype: | void QTouchEvent::TouchPoint::setPressure(qreal pressure) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4844-4849 |
| | 3 | 2 |
setRawScreenPositions| Name: | QTouchEvent::TouchPoint::setRawScreenPositions | | Prototype: | void QTouchEvent::TouchPoint::setRawScreenPositions(const QVector<QPointF> &positions) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4860-4865 |
| | 3 | 2 |
setRect| Name: | QTouchEvent::TouchPoint::setRect | | Prototype: | void QTouchEvent::TouchPoint::setRect(const QRectF &rect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4820-4825 |
| | 3 | 2 |
setScenePos| Name: | QTouchEvent::TouchPoint::setScenePos | | Prototype: | void QTouchEvent::TouchPoint::setScenePos(const QPointF &scenePos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4732-4737 |
| | 3 | 2 |
setSceneRect| Name: | QTouchEvent::TouchPoint::setSceneRect | | Prototype: | void QTouchEvent::TouchPoint::setSceneRect(const QRectF &sceneRect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4828-4833 |
| | 3 | 2 |
setScreenPos| Name: | QTouchEvent::TouchPoint::setScreenPos | | Prototype: | void QTouchEvent::TouchPoint::setScreenPos(const QPointF &screenPos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4740-4745 |
| | 3 | 2 |
setScreenRect| Name: | QTouchEvent::TouchPoint::setScreenRect | | Prototype: | void QTouchEvent::TouchPoint::setScreenRect(const QRectF &screenRect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4836-4841 |
| | 3 | 2 |
setStartNormalizedPos| Name: | QTouchEvent::TouchPoint::setStartNormalizedPos | | Prototype: | void QTouchEvent::TouchPoint::setStartNormalizedPos(const QPointF &startNormalizedPos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4780-4785 |
| | 3 | 2 |
setStartPos| Name: | QTouchEvent::TouchPoint::setStartPos | | Prototype: | void QTouchEvent::TouchPoint::setStartPos(const QPointF &startPos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4756-4761 |
| | 3 | 2 |
setStartScenePos| Name: | QTouchEvent::TouchPoint::setStartScenePos | | Prototype: | void QTouchEvent::TouchPoint::setStartScenePos(const QPointF &startScenePos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4764-4769 |
| | 3 | 2 |
setStartScreenPos| Name: | QTouchEvent::TouchPoint::setStartScreenPos | | Prototype: | void QTouchEvent::TouchPoint::setStartScreenPos(const QPointF &startScreenPos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4772-4777 |
| | 3 | 2 |
setState| Name: | QTouchEvent::TouchPoint::setState | | Prototype: | void QTouchEvent::TouchPoint::setState(Qt::TouchPointStates state) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4716-4721 |
| | 3 | 2 |
setVelocity| Name: | QTouchEvent::TouchPoint::setVelocity | | Prototype: | void QTouchEvent::TouchPoint::setVelocity(const QVector2D &v) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4852-4857 |
| | 3 | 2 |
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 |
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 |
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 |
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 |
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 |
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 |
~TouchPoint| Name: | QTouchEvent::TouchPoint::~TouchPoint | | Prototype: | QTouchEvent::TouchPoint::~TouchPoint() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 4445-4449 |
| | 2 | 2 |