photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h
branchRCL_3
changeset 35 420f6808bf21
parent 32 78ad99c24f08
equal deleted inserted replaced
32:78ad99c24f08 35:420f6808bf21
   158 	void HandleMMCInsertionL();
   158 	void HandleMMCInsertionL();
   159 	/**
   159 	/**
   160 	 * handle mmc removal event
   160 	 * handle mmc removal event
   161 	 */
   161 	 */
   162 	void HandleMMCRemovalL();
   162 	void HandleMMCRemovalL();
       
   163 
       
   164     /**
       
   165      * SetIconL - Sets the grid cell icon with the given parameters
       
   166      * @param aItemIndex -  The grid cell index
       
   167      * @param aBitmapId - The bitmap id
       
   168      * @param aMaskId - The mask id
       
   169      */
       
   170     void SetIconL(TInt aItemIndex, TInt aBitmapId, TInt aMaskId);
   163 
   171 
   164 private:
   172 private:
   165 	//medialist
   173 	//medialist
   166 	MGlxMediaList* iMediaList;				    // MGlxMedialist , to Create MediaList
   174 	MGlxMediaList* iMediaList;				    // MGlxMedialist , to Create MediaList
   167 
   175