photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h
branchRCL_3
changeset 32 78ad99c24f08
parent 25 191387a8b767
child 35 420f6808bf21
--- a/photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h	Tue May 11 16:13:40 2010 +0300
+++ b/photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h	Tue May 25 12:42:31 2010 +0300
@@ -177,20 +177,21 @@
 	// Medialist observer for Grid view
 	CGlxGridViewMLObserver* iGlxGridMLObserver;
 
-	/// Active media list registry stores the pointer to the active media list
-	/// Allows UPnP to know when list has changed
-	CGlxActiveMediaListRegistry* iActiveMediaListRegistry;
-
 	// Thumbnail context
 	CGlxThumbnailContext* iThumbnailContext;
 
-
 	// Iterators for Grid and FS
 	TGlxFromManualIndexBlockyIterator iBlockyIterator;
 
 	// Grid Icon size from FS view
 	TSize iGridIconSize;
 
+    // Hg Grid preferred image size
+	TSize iHgGridImageSize;
+
+    // The Resource file name from which icons to be read
+    TFileName iIconsFileName;  
+	   
 	// Bool to check backward navigation
 	TBool iBackwardActivation;