menufw/menufwui/mmwidgets/inc/mmgridview.h
changeset 5 c743ef5928ba
parent 4 4d54b72983ae
child 12 9674c1a575e9
equal deleted inserted replaced
4:4d54b72983ae 5:c743ef5928ba
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  CMmGridView declaration
    14 * Description:  CMmGridView declaration
    15 *  Version     : %version: MM_24.1.8 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_24.1.9 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef C_MMGRIDVIEW_H
    20 #ifndef C_MMGRIDVIEW_H
   131 	/**
   131 	/**
   132 	* This function sets item height in pixels.
   132 	* This function sets item height in pixels.
   133 	* @param aItemHeight New height in pixels for this view’s items.
   133 	* @param aItemHeight New height in pixels for this view’s items.
   134 	*/	
   134 	*/	
   135     void SetItemHeight(TInt aItemHeight);
   135     void SetItemHeight(TInt aItemHeight);
       
   136     
       
   137     /**
       
   138      * Updates various member variables in this grid view and related objects
       
   139      * with item dimensions taken from the template library.
       
   140      */
       
   141     void UpdateItemHeightAndWidth();
   136 
   142 
   137 private:
   143 private:
   138 	
   144 	
   139     /**
   145     /**
   140      * Default constructor.
   146      * Default constructor.