Qt 4.8
|
#include <qevent_p.h>
Public Functions | |
QTouchEventTouchPointPrivate * | detach () |
QTouchEventTouchPointPrivate (int id) | |
Public Variables | |
int | id |
QPointF | lastNormalizedPos |
QPointF | lastPos |
QPointF | lastScenePos |
QPointF | lastScreenPos |
QPointF | normalizedPos |
qreal | pressure |
QRectF | rect |
QAtomicInt | ref |
QRectF | sceneRect |
QRectF | screenRect |
QPointF | startNormalizedPos |
QPointF | startPos |
QPointF | startScenePos |
QPointF | startScreenPos |
Qt::TouchPointStates | state |
Definition at line 98 of file qevent_p.h.
|
inline |
Definition at line 101 of file qevent_p.h.
|
inline |
Definition at line 108 of file qevent_p.h.
Referenced by QTouchEvent::TouchPoint::setId(), QTouchEvent::TouchPoint::setLastNormalizedPos(), QTouchEvent::TouchPoint::setLastPos(), QTouchEvent::TouchPoint::setLastScenePos(), QTouchEvent::TouchPoint::setLastScreenPos(), QTouchEvent::TouchPoint::setNormalizedPos(), QTouchEvent::TouchPoint::setPos(), QTouchEvent::TouchPoint::setPressure(), QTouchEvent::TouchPoint::setRect(), QTouchEvent::TouchPoint::setScenePos(), QTouchEvent::TouchPoint::setSceneRect(), QTouchEvent::TouchPoint::setScreenPos(), QTouchEvent::TouchPoint::setScreenRect(), QTouchEvent::TouchPoint::setStartNormalizedPos(), QTouchEvent::TouchPoint::setStartPos(), QTouchEvent::TouchPoint::setStartScenePos(), QTouchEvent::TouchPoint::setStartScreenPos(), QTouchEvent::TouchPoint::setState(), and QApplicationPrivate::translateRawTouchEvent().
int QTouchEventTouchPointPrivate::id |
Definition at line 118 of file qevent_p.h.
Referenced by QTouchEvent::TouchPoint::id(), and QTouchEvent::TouchPoint::setId().
QPointF QTouchEventTouchPointPrivate::lastNormalizedPos |
Definition at line 121 of file qevent_p.h.
Referenced by QTouchEvent::TouchPoint::lastNormalizedPos(), QTouchEvent::TouchPoint::setLastNormalizedPos(), and QApplicationPrivate::translateRawTouchEvent().
QPointF QTouchEventTouchPointPrivate::lastPos |
Definition at line 121 of file qevent_p.h.
Referenced by QTouchEvent::TouchPoint::lastPos(), QApplication::notify(), QTouchEvent::TouchPoint::setLastPos(), QApplicationPrivate::translateRawTouchEvent(), and QApplicationPrivate::updateTouchPointsForWidget().
QPointF QTouchEventTouchPointPrivate::lastScenePos |
Definition at line 121 of file qevent_p.h.
Referenced by QTouchEvent::TouchPoint::lastScenePos(), QTouchEvent::TouchPoint::setLastScenePos(), and QApplicationPrivate::translateRawTouchEvent().
QPointF QTouchEventTouchPointPrivate::lastScreenPos |
Definition at line 121 of file qevent_p.h.
Referenced by QTouchEvent::TouchPoint::lastScreenPos(), QTouchEvent::TouchPoint::setLastScreenPos(), and QApplicationPrivate::translateRawTouchEvent().
QPointF QTouchEventTouchPointPrivate::normalizedPos |
Definition at line 121 of file qevent_p.h.
Referenced by QTouchEvent::TouchPoint::normalizedPos(), and QTouchEvent::TouchPoint::setNormalizedPos().
qreal QTouchEventTouchPointPrivate::pressure |
Definition at line 124 of file qevent_p.h.
Referenced by QTouchEvent::TouchPoint::pressure(), QTouchEvent::TouchPoint::setPressure(), and QApplicationPrivate::translateRawTouchEvent().
QRectF QTouchEventTouchPointPrivate::rect |
Definition at line 120 of file qevent_p.h.
Referenced by QApplication::notify(), QTouchEvent::TouchPoint::pos(), QTouchEvent::TouchPoint::rect(), QTouchEvent::TouchPoint::setPos(), QTouchEvent::TouchPoint::setRect(), and QApplicationPrivate::updateTouchPointsForWidget().
QAtomicInt QTouchEventTouchPointPrivate::ref |
Definition at line 117 of file qevent_p.h.
Referenced by detach(), QTouchEvent::TouchPoint::operator=(), QTouchEvent::TouchPoint::setId(), QTouchEvent::TouchPoint::setLastNormalizedPos(), QTouchEvent::TouchPoint::setLastPos(), QTouchEvent::TouchPoint::setLastScenePos(), QTouchEvent::TouchPoint::setLastScreenPos(), QTouchEvent::TouchPoint::setNormalizedPos(), QTouchEvent::TouchPoint::setPos(), QTouchEvent::TouchPoint::setPressure(), QTouchEvent::TouchPoint::setRect(), QTouchEvent::TouchPoint::setScenePos(), QTouchEvent::TouchPoint::setSceneRect(), QTouchEvent::TouchPoint::setScreenPos(), QTouchEvent::TouchPoint::setScreenRect(), QTouchEvent::TouchPoint::setStartNormalizedPos(), QTouchEvent::TouchPoint::setStartPos(), QTouchEvent::TouchPoint::setStartScenePos(), QTouchEvent::TouchPoint::setStartScreenPos(), QTouchEvent::TouchPoint::setState(), QTouchEvent::TouchPoint::TouchPoint(), and QTouchEvent::TouchPoint::~TouchPoint().
QRectF QTouchEventTouchPointPrivate::sceneRect |
Definition at line 120 of file qevent_p.h.
Referenced by QTouchEvent::TouchPoint::scenePos(), QTouchEvent::TouchPoint::sceneRect(), QTouchEvent::TouchPoint::setScenePos(), QTouchEvent::TouchPoint::setSceneRect(), and QApplicationPrivate::translateRawTouchEvent().
QRectF QTouchEventTouchPointPrivate::screenRect |
Definition at line 120 of file qevent_p.h.
Referenced by QTouchEvent::TouchPoint::screenPos(), QTouchEvent::TouchPoint::screenRect(), QTouchEvent::TouchPoint::setScreenPos(), and QTouchEvent::TouchPoint::setScreenRect().
QPointF QTouchEventTouchPointPrivate::startNormalizedPos |
Definition at line 121 of file qevent_p.h.
Referenced by QTouchEvent::TouchPoint::setStartNormalizedPos(), QTouchEvent::TouchPoint::startNormalizedPos(), and QApplicationPrivate::translateRawTouchEvent().
QPointF QTouchEventTouchPointPrivate::startPos |
Definition at line 121 of file qevent_p.h.
Referenced by QApplication::notify(), QTouchEvent::TouchPoint::setStartPos(), QTouchEvent::TouchPoint::startPos(), QApplicationPrivate::translateRawTouchEvent(), and QApplicationPrivate::updateTouchPointsForWidget().
QPointF QTouchEventTouchPointPrivate::startScenePos |
Definition at line 121 of file qevent_p.h.
Referenced by QTouchEvent::TouchPoint::setStartScenePos(), QTouchEvent::TouchPoint::startScenePos(), and QApplicationPrivate::translateRawTouchEvent().
QPointF QTouchEventTouchPointPrivate::startScreenPos |
Definition at line 121 of file qevent_p.h.
Referenced by QTouchEvent::TouchPoint::setStartScreenPos(), QTouchEvent::TouchPoint::startScreenPos(), and QApplicationPrivate::translateRawTouchEvent().
Qt::TouchPointStates QTouchEventTouchPointPrivate::state |
Definition at line 119 of file qevent_p.h.
Referenced by QTouchEvent::TouchPoint::isPrimary(), QTouchEvent::TouchPoint::setState(), and QTouchEvent::TouchPoint::state().