qstmgesturelib/qstmgestureengine.h
changeset 16 3c88a81ff781
parent 0 1450b09d0cfd
equal deleted inserted replaced
14:6aeb7a756187 16:3c88a81ff781
    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();