menufw/menufwui/mmwidgets/inc/mmgrid.h
branchRCL_3
changeset 26 1b758917cafc
parent 12 9674c1a575e9
equal deleted inserted replaced
25:137ebc85284b 26:1b758917cafc
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  CMmGrid declaration
    14 * Description:  CMmGrid declaration
    15 *  Version     : %version: MM_32.1.24 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_32.1.25 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef C_MMGRID_H
    20 #ifndef C_MMGRID_H
   129      *
   129      *
   130      * @since S60 v3.0
   130      * @since S60 v3.0
   131      * @param aBgContext Background context to be set in view and item drawer.
   131      * @param aBgContext Background context to be set in view and item drawer.
   132      */
   132      */
   133     void SetItemDrawerAndViewBgContext(
   133     void SetItemDrawerAndViewBgContext(
   134     		CAknsBasicBackgroundControlContext* aBgContext );
   134         CAknsBasicBackgroundControlContext* aBgContext );
   135 
   135 
   136     /**
   136     /**
   137      * Handles changes in scrollbar visibility.
   137      * Handles changes in scrollbar visibility.
   138      *
   138      *
   139      * @since S60 v3.0
   139      * @since S60 v3.0
   360      *
   360      *
   361      * @since S60 v3.0
   361      * @since S60 v3.0
   362      * @param aPointerEvent Type of pointer event.
   362      * @param aPointerEvent Type of pointer event.
   363      */
   363      */
   364     void HandleOverridenHighlightDrawing( const TPointerEvent& aPointerEvent,
   364     void HandleOverridenHighlightDrawing( const TPointerEvent& aPointerEvent,
   365     		TInt aIndexBefore, TInt aIndexAfter );
   365         TInt aIndexBefore, TInt aIndexAfter );
   366 
   366 
   367     /**
   367     /**
   368      * Ensures that elements are drawn correctly when mirrored layout is
   368      * Ensures that elements are drawn correctly when mirrored layout is
   369      * used and scrollbar is visible by shifting ViewRect to the right.
   369      * used and scrollbar is visible by shifting ViewRect to the right.
   370      * Also disabled background drawing for scrollbar as it would not
   370      * Also disabled background drawing for scrollbar as it would not