javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtgrid.h
branchRCL_3
changeset 19 71c436fe3ce0
parent 17 0fd27995241b
equal deleted inserted replaced
18:9ac0a0a7da70 19:71c436fe3ce0
    68      * Updates item drawer's custom clipping rectangle.
    68      * Updates item drawer's custom clipping rectangle.
    69      */
    69      */
    70     void SetItemDrawerClippingRect(const TRect& aRect);
    70     void SetItemDrawerClippingRect(const TRect& aRect);
    71 
    71 
    72     /**
    72     /**
       
    73      * Forwards pointer event directly to CEikListbox's HandlePointerEventL.
       
    74      * This method is used to handle scrollbar pointer events delivered while
       
    75      * kinetic scrolling is ongoing.
       
    76      */
       
    77     void ForwardPointerEventL(const TPointerEvent& aPointerEvent);
       
    78 
       
    79     /**
    73      * Wrapper for protected member function HandleScrollEventL of CAknGrid.
    80      * Wrapper for protected member function HandleScrollEventL of CAknGrid.
    74      */
    81      */
    75 #if defined( RD_SCALABLE_UI_V2)
    82 #if defined( RD_SCALABLE_UI_V2)
    76     void DoHandleScrollEventL(CEikScrollBar* aScrollBar,
    83     void DoHandleScrollEventL(CEikScrollBar* aScrollBar,
    77                               TEikScrollEvent aEventType);
    84                               TEikScrollEvent aEventType);