stmGesture::MGestureListener Class Reference
class stmGesture::MGestureListener |
The gesture listener interface. This interface needs to be implemented by the listener of the standard gestures implemented in the gesture framework.
Member Functions Documentation
gestureEnter(MGestureIf &)
void | gestureEnter | ( | MGestureIf & | theGesture | ) | [pure virtual] |
The method that will be called by the gesture framework to inform about a gesture being recognised.
gestureExit(TGestureUid)
The method to inform the listener that the gesture has ended. This happens if another gesture is recognised or e.g. the Release UI event is handled.
getOwner()
The listener needs to provide the target control (CCoeControl*) to the standard gestures. Since the gesture framework processes all events in the application, the gesture recognisers check whether the events are targeted to the listener owning control. Not all gesture recognisers need to perform this check.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.