photosgallery/viewframework/views/listview/inc/glxpreviewthumbnailbinding.h
branchRCL_3
changeset 18 bcb43dc84c44
parent 13 71da52165949
child 22 2dac0fdba72b
--- a/photosgallery/viewframework/views/listview/inc/glxpreviewthumbnailbinding.h	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/viewframework/views/listview/inc/glxpreviewthumbnailbinding.h	Wed Mar 31 21:31:03 2010 +0300
@@ -34,7 +34,7 @@
 class MPreviewTNObserver 
     {
 public:
-    virtual void PreviewTNReadyL(CFbsBitmap* aBitmap, CFbsBitmap* aMask, TBool aPopulateList) = 0;
+    virtual void PreviewTNReadyL(CFbsBitmap* aBitmap, CFbsBitmap* aMask) = 0;
     };
     
 // CLASS DECLARATION
@@ -88,7 +88,7 @@
 public:	
       void HandleItemChangedL(const CMPXCollectionPath& aPath,TBool aPopulateListTNs, 
 									  TBool aIsRefreshNeeded, TBool aBackwardNavigation);
-      void StartTimer(TBool aPopulateListTNs);
+      void StartTimer();
       void StopTimer();
       
       // From MGlxMediaListObserver
@@ -132,10 +132,7 @@
 	
 	// for thumbnail context
 	TGlxSequentialIterator iThumbnailIterator;
-	
-	// Preview thumbnail index
-	TInt iProgressIndex;
-	
+		
 	// flag that says whether timer has expired
 	TBool iTimerTicked;
 	
@@ -144,17 +141,12 @@
 	TBool iPopulateListTNs;
 	
 	TBool iIsRefreshNeeded;
-
-    //it holds the initial number of thumbnail to be displayed
-    RArray<TInt> iPreviewItemCount;
     
     TSize iGridIconSize;
     
     // Holds the numbers of trials count,after which PreviewTNReady callback
     // has to be called
     TInt iTrialCount;
-    
-    TInt iTrial;
         
     CMPXFilter* iPreviewFilter;
 };