AknTouchGestureFw::MAknTouchGestureFwEvent Class Reference

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.

akntouchgesturefw
Since
S60 v5.2
Public Member Functions
TAknTouchGestureFwGroup Group()
TAknTouchGestureFwType Type()
Private Member Functions
TInt Extension(TUid, TAny *)

Member Functions Documentation

Extension(TUid, TAny *)

TInt Extension(TUidaInterface,
TAny *aParam
)[private, pure virtual]

Virtual method provided to allow extensibility.

Parameters

TUid aInterfaceExtension UID.
TAny * aParamParameter for the extension.

Group()

TAknTouchGestureFwGroup Group()const [pure virtual]

Returns the gesture group of the event.

Type()

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.