NAME
Qt::Gui::QTouchEvent::TouchPoint
PUBLIC METHODS
- QTouchEvent::TouchPoint(int id)
- QTouchEvent::TouchPoint(int id = -1)
- QTouchEvent::TouchPoint(const QTouchEvent::TouchPoint & other)
- ~TouchPoint()
- int id()
- bool isPrimary()
- QPointF lastNormalizedPos()
- QPointF lastPos()
- QPointF lastScenePos()
- QPointF lastScreenPos()
- QPointF normalizedPos()
- QTouchEvent::TouchPoint & operator=(const QTouchEvent::TouchPoint & other)
- QPointF pos()
- qreal pressure()
- QRectF rect()
- QPointF scenePos()
- QRectF sceneRect()
- QPointF screenPos()
- QRectF screenRect()
- void setId(int id)
- void setLastNormalizedPos(const QPointF & lastNormalizedPos)
- void setLastPos(const QPointF & lastPos)
- void setLastScenePos(const QPointF & lastScenePos)
- void setLastScreenPos(const QPointF & lastScreenPos)
- void setNormalizedPos(const QPointF & normalizedPos)
- void setPos(const QPointF & pos)
- void setPressure(qreal pressure)
- void setRect(const QRectF & rect)
- void setScenePos(const QPointF & scenePos)
- void setSceneRect(const QRectF & sceneRect)
- void setScreenPos(const QPointF & screenPos)
- void setScreenRect(const QRectF & screenRect)
- void setStartNormalizedPos(const QPointF & startNormalizedPos)
- void setStartPos(const QPointF & startPos)
- void setStartScenePos(const QPointF & startScenePos)
- void setStartScreenPos(const QPointF & startScreenPos)
- void setState(QFlags<Qt::TouchPointState> state)
- QPointF startNormalizedPos()
- QPointF startPos()
- QPointF startScenePos()
- QPointF startScreenPos()
- Qt::TouchPointState state()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.