class AknTouchGestureFw::MAknTouchGestureFwEvent |
Touch gesture event. Common interface for all touch gesture events. Touch gesture framework sends these type events to the gesture observer. Events should be cast to some of the touch gesture event sub classes according to the gesture event group.
Public Member Functions | |
---|---|
TAknTouchGestureFwGroup | Group () |
TAknTouchGestureFwType | Type () |
Private Member Functions | |
---|---|
TInt | Extension ( TUid , TAny *) |
TInt | Extension | ( | TUid | aInterface, |
TAny * | aParam | |||
) | [private, pure virtual] |
Virtual method provided to allow extensibility.
TAknTouchGestureFwGroup | Group | ( | ) | const [pure virtual] |
Returns the gesture group of the event.
TAknTouchGestureFwType | Type | ( | ) | const [pure virtual] |
Gesture type of the event.
Note that gesture group has to be determined before it is possible to determine gesture type.
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.