webengine/webkitutils/rt_gesturehelper/src/gesture.h
changeset 1 7c90e6132015
parent 0 dd21522fd290
child 26 cb62a4f66ebe
--- a/webengine/webkitutils/rt_gesturehelper/src/gesture.h	Mon Mar 30 12:54:55 2009 +0300
+++ b/webengine/webkitutils/rt_gesturehelper/src/gesture.h	Fri May 08 08:25:06 2009 +0300
@@ -74,7 +74,6 @@
     TInt AddPoint( const TPoint& aPoint, const TTime& eventtime);
     
     /** Set the visual of this gesture. Should be called when gesture starts */
-    void SetVisual( CAlfVisual* aVisual );
     
     /** @return ETrue if the point is very near the holding point */
     TBool IsNearHoldingPoint( const TPoint& aPoint ) const;
@@ -115,14 +114,13 @@
 // From MGestureEvent
     TTime TimeOfLastEntry() const;
     inline TGestureCode PreviousGestureCode() { return iPrevGestureCode; };
-    TGestureCode Code( MGestureEvent::TAxis aRelevantAxis );
+    TGestureCode Code( TAxis aRelevantAxis );
     TBool IsHolding() const;
     TPoint StartPos() const;
     TPoint CurrentPos() const; 
     TRealPoint Speed() const;
     TRealPoint SpeedPercent( const TRect& aEdges ) const;
     TPoint Distance() const; 
-    CAlfVisual* Visual() const;
     
     
     
@@ -186,7 +184,6 @@
     TTime iCompletionTime;
     
     /// visual relevant to this gesture. null if not known.
-    CAlfVisual* iVisual;
     
     TGestureCode iPrevGestureCode;