QSkinny 0.8.0
C++/Qt UI toolkit
Loading...
Searching...
No Matches
QskSwipeGesture Class Reference

Detailed Description

Definition at line 131 of file QskGesture.h.

Inheritance diagram for QskSwipeGesture:

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
 

Constructor & Destructor Documentation

◆ QskSwipeGesture()

QskSwipeGesture::QskSwipeGesture ( )

Definition at line 93 of file QskGesture.cpp.

◆ ~QskSwipeGesture()

QskSwipeGesture::~QskSwipeGesture ( )
override

Definition at line 99 of file QskGesture.cpp.

Member Function Documentation

◆ angle()

qreal QskSwipeGesture::angle ( ) const
inline

Definition at line 140 of file QskGesture.h.

◆ setAngle()

void QskSwipeGesture::setAngle ( qreal  angle)

Definition at line 103 of file QskGesture.cpp.