webengine/osswebengine/WebKit/s60/webview/WebPointerEventHandler.h
branchRCL_3
changeset 35 1f3c3f2f5b0a
parent 28 d39add9822e2
child 36 c711bdda59f4
equal deleted inserted replaced
34:220a17280356 35:1f3c3f2f5b0a
    47     void HandleGestureEventL(const TStmGestureEvent& aGesture);
    47     void HandleGestureEventL(const TStmGestureEvent& aGesture);
    48     
    48     
    49 private:    
    49 private:    
    50     bool checkForEventListener(WebCore::Node* node);
    50     bool checkForEventListener(WebCore::Node* node);
    51     bool canDehighlight(const TPoint &aPoint);
    51     bool canDehighlight(const TPoint &aPoint);
    52     void dehighlight();
    52     void dehighlight(const TPoint &aPoint = TPoint(-1,-1));
    53 
    53 
    54     bool isHighlitableElement(TBrCtlDefs::TBrCtlElementType& elType);
    54     bool isHighlitableElement(TBrCtlDefs::TBrCtlElementType& elType);
    55     TBrCtlDefs::TBrCtlElementType highlitableElement();
    55     TBrCtlDefs::TBrCtlElementType highlitableElement();
    56     void buttonDownTimerCB(WebCore::Timer<WebPointerEventHandler>* t);
    56     void buttonDownTimerCB(WebCore::Timer<WebPointerEventHandler>* t);
    57     void handleTouchDownL(const TStmGestureEvent& aGesture);
    57     void handleTouchDownL(const TStmGestureEvent& aGesture);