Falkon Develop
Cross-platform Qt-based web browser
mousegesturerecognizer.h File Reference
#include <list>
#include <vector>

Go to the source code of this file.

Classes

class  Gesture::MouseGestureCallback
 
struct  Gesture::GestureDefinition
 
struct  Gesture::Pos
 
class  Gesture::MouseGestureRecognizer
 

Namespaces

namespace  Gesture
 

Typedefs

typedef std::list< DirectionGesture::DirectionList
 
typedef std::vector< Pos > Gesture::PosList
 
typedef std::vector< GestureDefinition > Gesture::GestureList
 

Enumerations

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