|
QSkinny 0.8.0
C++/Qt UI toolkit
|
Definition at line 78 of file QskGesture.h.
Public Member Functions | |
| void | setPosition (const QPointF &pos) |
| QPointF | position () const |
| void | setTimeout (int msecs) |
| int | timeout () const |
Public Member Functions inherited from QskGesture | |
| Type | type () const |
| void | setState (State) |
| State | state () const |
Additional Inherited Members | |
Public Types inherited from QskGesture | |
| enum | Type : qint16 { NoType = -1 , Tap , TapAndHold , Pan , Swipe , CustomType = 16 } |
| enum | State : quint8 { NoGesture , Started , Updated , Finished , Canceled } |
Protected Member Functions inherited from QskGesture | |
| QskGesture (Type type) | |
Protected Attributes inherited from QskGesture | |
| const Type | m_type |
| State | m_state |
| QskTapAndHoldGesture::QskTapAndHoldGesture | ( | ) |
Definition at line 37 of file QskGesture.cpp.
|
override |
Definition at line 43 of file QskGesture.cpp.
|
inline |
Definition at line 87 of file QskGesture.h.
| void QskTapAndHoldGesture::setPosition | ( | const QPointF & | pos | ) |
Definition at line 47 of file QskGesture.cpp.
| void QskTapAndHoldGesture::setTimeout | ( | int | msecs | ) |
Definition at line 52 of file QskGesture.cpp.
|
inline |
Definition at line 90 of file QskGesture.h.