photosgallery/viewframework/views/listview/inc/glxpreviewthumbnailbinding.h
branchRCL_3
changeset 35 420f6808bf21
parent 22 2dac0fdba72b
equal deleted inserted replaced
32:78ad99c24f08 35:420f6808bf21
    86      * aSrcBitmap - Source bitmap
    86      * aSrcBitmap - Source bitmap
    87      * aDestBitmap - Scaled destination bitmap
    87      * aDestBitmap - Scaled destination bitmap
    88      */
    88      */
    89       void ScaleBitmapToListSizeL(CFbsBitmap* aSrcBitmap, CFbsBitmap* aDestBitmap);
    89       void ScaleBitmapToListSizeL(CFbsBitmap* aSrcBitmap, CFbsBitmap* aDestBitmap);
    90 	
    90 	
    91       void HandleItemChangedL(const CMPXCollectionPath& aPath,TBool aPopulateListTNs, 
    91       void HandleItemChangedL(const CMPXCollectionPath& aPath, 
    92 									  TBool aIsRefreshNeeded, TBool aBackwardNavigation);
    92               TBool aIsRefreshNeeded, TBool aBackwardNavigation);
    93       void StartTimer();
    93       void StartTimer();
    94       void StopTimer();
    94       void StopTimer();
    95       
    95       
    96       // From MGlxMediaListObserver
    96       // From MGlxMediaListObserver
    97       void HandleItemAddedL( TInt aStartIndex, TInt aEndIndex, MGlxMediaList* aList );
    97       void HandleItemAddedL( TInt aStartIndex, TInt aEndIndex, MGlxMediaList* aList );
   136 	TGlxSequentialIterator iThumbnailIterator;
   136 	TGlxSequentialIterator iThumbnailIterator;
   137 		
   137 		
   138 	// flag that says whether timer has expired
   138 	// flag that says whether timer has expired
   139 	TBool iTimerTicked;
   139 	TBool iTimerTicked;
   140 	
   140 	
   141 	//flag will be true, when initially the first thumbnails for all the 
       
   142 	//items in the list are populated.
       
   143 	TBool iPopulateListTNs;
       
   144 	
       
   145 	TBool iIsRefreshNeeded;
   141 	TBool iIsRefreshNeeded;
   146     
   142     
   147     TSize iGridIconSize;
   143     TSize iGridIconSize;
   148     
   144     
   149     // Holds the numbers of trials count,after which PreviewTNReady callback
   145     // Holds the numbers of trials count,after which PreviewTNReady callback