Falkon Develop
Cross-platform Qt-based web browser
Gesture Namespace Reference

Classes

struct  GestureDefinition
 
class  MouseGestureCallback
 
class  MouseGestureRecognizer
 
struct  Pos
 
class  RealTimeMouseGestureRecognizer
 

Typedefs

typedef std::list< DirectionDirectionList
 
typedef std::vector< PosPosList
 
typedef std::vector< GestureDefinitionGestureList
 

Enumerations

enum  Direction {
  Up , Down , Left , Right ,
  AnyHorizontal , AnyVertical , UpLeft , UpRight ,
  DownLeft , DownRight , NoMatch
}
 

Typedef Documentation

◆ DirectionList

typedef std::list<Direction> Gesture::DirectionList

Definition at line 64 of file mousegesturerecognizer.h.

◆ GestureList

Definition at line 86 of file mousegesturerecognizer.h.

◆ PosList

typedef std::vector<Pos> Gesture::PosList

Definition at line 85 of file mousegesturerecognizer.h.

Enumeration Type Documentation

◆ Direction

Enumerator
Up 
Down 
Left 
Right 
AnyHorizontal 
AnyVertical 
UpLeft 
UpRight 
DownLeft 
DownRight 
NoMatch 

Definition at line 60 of file mousegesturerecognizer.h.