Definition at line 97 of file QskGesture.h.
|
| enum | Type : qint16 {
NoType = -1
, Tap
, TapAndHold
, Pan
,
Swipe
, CustomType = 16
} |
| |
| enum | State : quint8 {
NoGesture
, Started
, Updated
, Finished
,
Canceled
} |
| |
| | QskGesture (Type type) |
| |
| const Type | m_type |
| |
| State | m_state |
| |
◆ QskPanGesture()
| QskPanGesture::QskPanGesture |
( |
| ) |
|
◆ ~QskPanGesture()
| QskPanGesture::~QskPanGesture |
( |
| ) |
|
|
override |
◆ angle()
| qreal QskPanGesture::angle |
( |
| ) |
const |
|
inline |
◆ delta()
| QPointF QskPanGesture::delta |
( |
| ) |
const |
|
inline |
◆ lastPosition()
| QPointF QskPanGesture::lastPosition |
( |
| ) |
const |
|
inline |
◆ origin()
| const QPointF & QskPanGesture::origin |
( |
| ) |
const |
|
inline |
◆ position()
| const QPointF & QskPanGesture::position |
( |
| ) |
const |
|
inline |
◆ setAngle()
| void QskPanGesture::setAngle |
( |
qreal |
degrees | ) |
|
◆ setLastPosition()
| void QskPanGesture::setLastPosition |
( |
const QPointF & |
pos | ) |
|
◆ setOrigin()
| void QskPanGesture::setOrigin |
( |
const QPointF & |
pos | ) |
|
◆ setPosition()
| void QskPanGesture::setPosition |
( |
const QPointF & |
pos | ) |
|
◆ setVelocity()
| void QskPanGesture::setVelocity |
( |
qreal |
velocity | ) |
|
◆ velocity()
| qreal QskPanGesture::velocity |
( |
| ) |
const |
|
inline |