![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
Classes | |
struct | GestureDefinition |
class | MouseGestureCallback |
class | MouseGestureRecognizer |
struct | Pos |
class | RealTimeMouseGestureRecognizer |
Typedefs | |
typedef std::list< Direction > | DirectionList |
typedef std::vector< Pos > | PosList |
typedef std::vector< GestureDefinition > | GestureList |
Enumerations | |
enum | Direction { Up , Down , Left , Right , AnyHorizontal , AnyVertical , UpLeft , UpRight , DownLeft , DownRight , NoMatch } |
typedef std::list<Direction> Gesture::DirectionList |
Definition at line 64 of file mousegesturerecognizer.h.
typedef std::vector<GestureDefinition> Gesture::GestureList |
Definition at line 86 of file mousegesturerecognizer.h.
typedef std::vector<Pos> Gesture::PosList |
Definition at line 85 of file mousegesturerecognizer.h.
enum Gesture::Direction |
Enumerator | |
---|---|
Up | |
Down | |
Left | |
Right | |
AnyHorizontal | |
AnyVertical | |
UpLeft | |
UpRight | |
DownLeft | |
DownRight | |
NoMatch |
Definition at line 60 of file mousegesturerecognizer.h.