photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h
branchRCL_3
changeset 32 78ad99c24f08
parent 25 191387a8b767
child 35 420f6808bf21
equal deleted inserted replaced
30:a60acebbbd9d 32:78ad99c24f08
   175 	CHgGrid* iHgGrid;
   175 	CHgGrid* iHgGrid;
   176 
   176 
   177 	// Medialist observer for Grid view
   177 	// Medialist observer for Grid view
   178 	CGlxGridViewMLObserver* iGlxGridMLObserver;
   178 	CGlxGridViewMLObserver* iGlxGridMLObserver;
   179 
   179 
   180 	/// Active media list registry stores the pointer to the active media list
       
   181 	/// Allows UPnP to know when list has changed
       
   182 	CGlxActiveMediaListRegistry* iActiveMediaListRegistry;
       
   183 
       
   184 	// Thumbnail context
   180 	// Thumbnail context
   185 	CGlxThumbnailContext* iThumbnailContext;
   181 	CGlxThumbnailContext* iThumbnailContext;
   186 
   182 
   187 
       
   188 	// Iterators for Grid and FS
   183 	// Iterators for Grid and FS
   189 	TGlxFromManualIndexBlockyIterator iBlockyIterator;
   184 	TGlxFromManualIndexBlockyIterator iBlockyIterator;
   190 
   185 
   191 	// Grid Icon size from FS view
   186 	// Grid Icon size from FS view
   192 	TSize iGridIconSize;
   187 	TSize iGridIconSize;
   193 
   188 
       
   189     // Hg Grid preferred image size
       
   190 	TSize iHgGridImageSize;
       
   191 
       
   192     // The Resource file name from which icons to be read
       
   193     TFileName iIconsFileName;  
       
   194 	   
   194 	// Bool to check backward navigation
   195 	// Bool to check backward navigation
   195 	TBool iBackwardActivation;
   196 	TBool iBackwardActivation;
   196 
   197 
   197 	// Provides DRM related functionality
   198 	// Provides DRM related functionality
   198 	CGlxDRMUtility* iDRMUtility;
   199 	CGlxDRMUtility* iDRMUtility;