photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h
changeset 2 7d9067c6fcb1
parent 0 4e91876724a2
child 9 6b87b143d312
equal deleted inserted replaced
1:9ba538e329bd 2:7d9067c6fcb1
   121 	void CreateGridMediaListObserverL();
   121 	void CreateGridMediaListObserverL();
   122 
   122 
   123 	// Create Grid once again after returning from FS as No calls for handleItem added.
   123 	// Create Grid once again after returning from FS as No calls for handleItem added.
   124 	void CreateGridAfterFSDeactivatedL();
   124 	void CreateGridAfterFSDeactivatedL();
   125 	/**
   125 	/**
   126 	 * Set FS thumbnail context with FromFocusOutwardIterator
       
   127 	 * for FS thumbnails
       
   128 	 */
       
   129 	void FetchFSThumbnailL();
       
   130 	/**
       
   131 	 * Set the Time stamp for Scrollbar Time Strip
       
   132 	 */
       
   133 	void SetDownloadLinksTimeL();
       
   134 	/**
       
   135 	 * Removes the thumbnail contexts for FS
       
   136 	 */
       
   137 	void RemoveFSThumbnailContext();
       
   138 	/**
   126 	/**
   139 	 * Handle Multiple marking
   127 	 * Handle Multiple marking
   140 	 */
   128 	 */
   141 	void HandleMultipleMarkingL(TInt aIndex , TBool aMarked );
   129 	void HandleMultipleMarkingL(TInt aIndex , TBool aMarked );
   142 	/**
   130 	/**
   176 	CGlxActiveMediaListRegistry* iActiveMediaListRegistry;
   164 	CGlxActiveMediaListRegistry* iActiveMediaListRegistry;
   177 
   165 
   178 	// Thumbnail context
   166 	// Thumbnail context
   179 	CGlxThumbnailContext* iThumbnailContext;
   167 	CGlxThumbnailContext* iThumbnailContext;
   180 
   168 
   181 	// FS thumbnail context
       
   182 	CGlxThumbnailContext* iFsThumbnailContext;
       
   183 
   169 
   184 	// Iterators for Grid and FS
   170 	// Iterators for Grid and FS
   185 	TGlxFromManualIndexBlockyIterator iBlockyIterator;
   171 	TGlxFromManualIndexBlockyIterator iBlockyIterator;
   186 	TGlxFromFocusOutwardIterator iFsFromFocusOutwardIterator;
       
   187 
   172 
   188 	// Grid Icon size from FS view
   173 	// Grid Icon size from FS view
   189 	TSize iGridIconSize;
   174 	TSize iGridIconSize;
   190 
       
   191 	// Flag to indicate the downloads plugin
       
   192 	TBool iDownloadsPlugin;
       
   193 
   175 
   194 	// Bool to check backward navigation
   176 	// Bool to check backward navigation
   195 	TBool iBackwardActivation;
   177 	TBool iBackwardActivation;
   196 
   178 
   197 	// Provides DRM related functionality
   179 	// Provides DRM related functionality