QSkinny 0.8.0
C++/Qt UI toolkit
|
Definition at line 131 of file QskGesture.h.
Public Member Functions | |
void | setAngle (qreal angle) |
qreal | angle () 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 |
QskSwipeGesture::QskSwipeGesture | ( | ) |
Definition at line 93 of file QskGesture.cpp.
|
override |
Definition at line 99 of file QskGesture.cpp.
|
inline |
Definition at line 140 of file QskGesture.h.
void QskSwipeGesture::setAngle | ( | qreal | angle | ) |
Definition at line 103 of file QskGesture.cpp.