photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h
branchRCL_3
changeset 9 6b87b143d312
parent 2 7d9067c6fcb1
child 18 bcb43dc84c44
equal deleted inserted replaced
5:f7f0874bfe7d 9:6b87b143d312
   100      * UpdateItemsL - Update the items with the DRM/video icon and  date/time
   100      * UpdateItemsL - Update the items with the DRM/video icon and  date/time
   101      * 
   101      * 
   102      */
   102      */
   103     void UpdateItemsL (TInt aItemIndex,const RArray<TMPXAttribute>& aAttributes);
   103     void UpdateItemsL (TInt aItemIndex,const RArray<TMPXAttribute>& aAttributes);
   104     
   104     
       
   105     /**
       
   106      * DisplayErrorNote - Show an error note based on input parameter
       
   107      * @param aError The error based on which the error note is to be shown. 
       
   108      */
       
   109 	void DisplayErrorNote(TInt aError);
       
   110     
   105 private:
   111 private:
   106 
   112 
   107     MGlxMediaList& iMediaList;
   113     MGlxMediaList& iMediaList;
   108 	
   114 	
   109     // Instance of HG Grid
   115     // Instance of HG Grid
   115     TSize iGridIconSize;
   121     TSize iGridIconSize;
   116     
   122     
   117     //No of visible items in a page/view
   123     //No of visible items in a page/view
   118     TInt  iItemsPerPage;
   124     TInt  iItemsPerPage;
   119 
   125 
       
   126     // Has the error in disk (e.g disk error) been shown to the user?  
       
   127     // If a disk is full the user should not be intimated everytime over and over again.
       
   128     TInt  iDiskErrorIntimated;
       
   129 
   120     // Modified Indexes array to refresh the screen
   130     // Modified Indexes array to refresh the screen
   121     RArray<TInt> iModifiedIndexes;
   131     RArray<TInt> iModifiedIndexes;
   122 
   132 
   123 //    CHgContextUtility* iContextUtility;
   133 //    CHgContextUtility* iContextUtility;
   124     
   134