equal
deleted
inserted
replaced
37 * from the recognise method "owns" the gesture. If some other recogniser owned it |
37 * from the recognise method "owns" the gesture. If some other recogniser owned it |
38 * previously, its release method is called. Gesture recogniser can also lock the gesture |
38 * previously, its release method is called. Gesture recogniser can also lock the gesture |
39 * by returning ELockToThisGesture. Then only that gesture recogniser will be called |
39 * by returning ELockToThisGesture. Then only that gesture recogniser will be called |
40 * until release is detected or the recogniser returns something else than ELockToThisGesture. |
40 * until release is detected or the recogniser returns something else than ELockToThisGesture. |
41 */ |
41 */ |
42 class QStm_GestureEngine : public QObject, |
42 class QStm_GestureEngine : public QStm_GestureEngineIf, |
43 public QStm_GestureEngineIf, |
|
44 public qstmUiEventEngine::QStm_UiEventObserverIf |
43 public qstmUiEventEngine::QStm_UiEventObserverIf |
45 { |
44 { |
46 public: |
45 public: |
47 QStm_GestureEngine(); |
46 QStm_GestureEngine(); |
48 virtual ~QStm_GestureEngine(); |
47 virtual ~QStm_GestureEngine(); |