webengine/osswebengine/WebKit/s60/webview/WebPointerEventHandler.h
branchRCL_3
changeset 99 ca6d8a014f4b
parent 94 919f36ff910f
equal deleted inserted replaced
95:d96eed154187 99:ca6d8a014f4b
    43 
    43 
    44 public:
    44 public:
    45     void HandlePointerEventL(const TPointerEvent& aPointerEvent);
    45     void HandlePointerEventL(const TPointerEvent& aPointerEvent);
    46     void HandleHighlightChange(const TPoint &aPoint);
    46     void HandleHighlightChange(const TPoint &aPoint);
    47     void HandleGestureEventL(const TStmGestureEvent& aGesture);
    47     void HandleGestureEventL(const TStmGestureEvent& aGesture);
       
    48     void setIgnoreTap(TBool aIgnoretap) { m_ignoreTap = aIgnoretap; }
    48     
    49     
    49 private:    
    50 private:    
    50     bool canDehighlight(const TPoint &aPoint);
    51     bool canDehighlight(const TPoint &aPoint);
    51     void dehighlight();
    52     void dehighlight();
    52 
    53