QPanGesture Class Reference
[QtGui module]
Inherits QGesture.
Methods
Detailed Description
Method Documentation
QPanGesture.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
float QPanGesture.acceleration (self)
QPointF QPanGesture.delta (self)
QPointF QPanGesture.lastOffset (self)
QPointF QPanGesture.offset (self)
QPanGesture.setAcceleration (self, float)
QPanGesture.setLastOffset (self, QPointF)
QPanGesture.setOffset (self, QPointF)