#include <QHoldWhilePanGesture.h>
Public Member Functions | |
| QHoldWhilePanGesture (QObject *parent=0) | |
| ~QHoldWhilePanGesture () | |
| QPointF | lastOffset () const |
| QPointF | offset () const |
| QPointF | delta () const |
| qreal | acceleration () const |
| void | setLastOffset (const QPointF &value) |
| void | setOffset (const QPointF &value) |
| void | setAcceleration (qreal value) |
Friends | |
| class | QHoldWhilePanGestureRecognizer |
Definition at line 22 of file QHoldWhilePanGesture.h.
| QHoldWhilePanGesture::QHoldWhilePanGesture | ( | QObject * | parent = 0 |
) |
| QHoldWhilePanGesture::~QHoldWhilePanGesture | ( | ) |
| qreal QHoldWhilePanGesture::acceleration | ( | ) | const |
| QPointF QHoldWhilePanGesture::delta | ( | ) | const |
| QPointF QHoldWhilePanGesture::lastOffset | ( | ) | const |
| QPointF QHoldWhilePanGesture::offset | ( | ) | const |
| void QHoldWhilePanGesture::setAcceleration | ( | qreal | value | ) |
| void QHoldWhilePanGesture::setLastOffset | ( | const QPointF & | value | ) |
| void QHoldWhilePanGesture::setOffset | ( | const QPointF & | value | ) |
friend class QHoldWhilePanGestureRecognizer [friend] |
Definition at line 44 of file QHoldWhilePanGesture.h.
1.5.8