![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#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< Direction > | Gesture::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 } |