tests/manual/gestures/graphicsview/mousepangesturerecognizer.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    47 class MousePanGestureRecognizer : public QGestureRecognizer
    47 class MousePanGestureRecognizer : public QGestureRecognizer
    48 {
    48 {
    49 public:
    49 public:
    50     MousePanGestureRecognizer();
    50     MousePanGestureRecognizer();
    51 
    51 
    52     QGesture* createGesture(QObject *target);
    52     QGesture* create(QObject *target);
    53     QGestureRecognizer::Result filterEvent(QGesture *state, QObject *watched, QEvent *event);
    53     QGestureRecognizer::Result recognize(QGesture *state, QObject *watched, QEvent *event);
    54     void reset(QGesture *state);
    54     void reset(QGesture *state);
    55 };
    55 };
    56 
    56 
    57 #endif // MOUSEPANGESTURERECOGNIZER_H
    57 #endif // MOUSEPANGESTURERECOGNIZER_H