webengine/osswebengine/webkit/s60/webview/WebPagePinchZoomHandler.h
branchRCL_3
changeset 38 4917f9bf7995
parent 37 ac77f89b1d9e
child 44 800203832575
equal deleted inserted replaced
37:ac77f89b1d9e 38:4917f9bf7995
    76     void handlePinchGestureExitL(const TStmGestureEvent& aGesture);
    76     void handlePinchGestureExitL(const TStmGestureEvent& aGesture);
    77 
    77 
    78     /**
    78     /**
    79      * to set the zoom level for bitmap zooming
    79      * to set the zoom level for bitmap zooming
    80      **/
    80      **/
    81     void setZoomLevel(TInt zoomLevel);
    81     void setZoomLevelL(TInt zoomLevel);
    82 
    82 
    83     /**
    83     /**
    84      * to update the bitmap
    84      * to update the bitmap
    85      **/
    85      **/
    86     void updateBitmap();
    86     void updateBitmap();