diff -r 78ad99c24f08 -r 420f6808bf21 photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h --- a/photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h Tue May 25 12:42:31 2010 +0300 +++ b/photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h Wed Jun 09 09:41:51 2010 +0300 @@ -94,10 +94,10 @@ TBool HasRelevantThumbnail(TInt aIndex); /** - * RefreshScreen - Refreshes the Hg Grid based on the attributes available index + * RefreshScreenL - Refreshes the Hg Grid based on the attributes available index * */ - void RefreshScreen(TInt aItemIndex,const RArray& aAttributes); + void RefreshScreenL(TInt aItemIndex,const RArray& aAttributes); /** * UpdateItemsL - Update the items with the DRM/video icon and date/time @@ -117,6 +117,15 @@ */ void SetDefaultIconL(TBool aTransparent); + /** + * SetIconL - Sets the grid cell icon with the given parameters + * @param aItemIndex - The grid cell index + * @param aBitmapId - The bitmap id + * @param aMaskId - The mask id + * @param aFlags - The indicator flags + */ + void SetIconL(TInt aItemIndex, TInt aBitmapId, TInt aMaskId, TInt aFlags); + private: MGlxMediaList& iMediaList;