photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h
branchRCL_3
changeset 13 bcb43dc84c44
parent 9 6b87b143d312
child 15 191387a8b767
equal deleted inserted replaced
12:ce1c7ad1f18b 13:bcb43dc84c44
   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     /**
   105     /**
   106      * DisplayErrorNote - Show an error note based on input parameter
   106      * DisplayErrorNoteL - Show an error note based on input parameter
   107      * @param aError The error based on which the error note is to be shown. 
   107      * @param aError The error based on which the error note is to be shown. 
   108      */
   108      */
   109 	void DisplayErrorNote(TInt aError);
   109 	void DisplayErrorNoteL(TInt aError);
   110     
   110     
   111 private:
   111 private:
   112 
   112 
   113     MGlxMediaList& iMediaList;
   113     MGlxMediaList& iMediaList;
   114 	
   114 	
   121     TSize iGridIconSize;
   121     TSize iGridIconSize;
   122     
   122     
   123     //No of visible items in a page/view
   123     //No of visible items in a page/view
   124     TInt  iItemsPerPage;
   124     TInt  iItemsPerPage;
   125 
   125 
   126     // Has the error in disk (e.g disk error) been shown to the user?  
   126     // Variable to check if the error in disk (e.g disk error) has been shown to the user.  
   127     // If a disk is full the user should not be intimated everytime over and over again.
   127     // If a disk is full the user should not be intimated everytime over and over again.
   128     TInt  iDiskErrorIntimated;
   128     TInt  iDiskErrorIntimated;
   129 
   129 
   130     // Modified Indexes array to refresh the screen
   130     // Modified Indexes array to refresh the screen
   131     RArray<TInt> iModifiedIndexes;
   131     RArray<TInt> iModifiedIndexes;
   132 
   132 
   133 //    CHgContextUtility* iContextUtility;
       
   134     
       
   135     //Grid Thumbnail Attribs
   133     //Grid Thumbnail Attribs
   136     TMPXAttribute iQualityTnAttrib;
   134     TMPXAttribute iQualityTnAttrib;
   137     TMPXAttribute iSpeedTnAttrib;    
   135     TMPXAttribute iSpeedTnAttrib;    
   138     };
   136     };
   139 #endif //GLXGRIDVIEWMLOBSERVER_H_
   137 #endif //GLXGRIDVIEWMLOBSERVER_H_