QSkinny 0.8.0
C++/Qt UI toolkit
|
Definition at line 63 of file QskGesture.h.
Public Member Functions | |
void | setPosition (const QPointF &pos) |
QPointF | position () 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 { NoType = -1 , Tap , TapAndHold , Pan , Swipe , CustomType = 16 } |
enum | State { 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 |
QskTapGesture::QskTapGesture | ( | ) |
Definition at line 23 of file QskGesture.cpp.
|
override |
Definition at line 28 of file QskGesture.cpp.
|
inline |
Definition at line 72 of file QskGesture.h.
void QskTapGesture::setPosition | ( | const QPointF & | pos | ) |
Definition at line 32 of file QskGesture.cpp.