photosgallery/viewframework/views/listview/inc/glxpreviewthumbnailbinding.h
branchRCL_3
changeset 14 2dac0fdba72b
parent 13 bcb43dc84c44
child 19 420f6808bf21
equal deleted inserted replaced
13:bcb43dc84c44 14:2dac0fdba72b
    76 	/**
    76 	/**
    77 	 * Two phase construction
    77 	 * Two phase construction
    78 	 */
    78 	 */
    79 	void ConstructL();
    79 	void ConstructL();
    80 	
    80 	
       
    81 
       
    82 public:
       
    83 	
    81 	/**
    84 	/**
    82      * Scale the source bitmap to list size
    85      * Scale the source bitmap to list size
    83      * aSrcBitmap - Source bitmap
    86      * aSrcBitmap - Source bitmap
    84      * aDestBitmap - Scaled destination bitmap
    87      * aDestBitmap - Scaled destination bitmap
    85      */
    88      */
    86       void ScaleBitmapToListSizeL(CFbsBitmap* aSrcBitmap, CFbsBitmap* aDestBitmap);
    89       void ScaleBitmapToListSizeL(CFbsBitmap* aSrcBitmap, CFbsBitmap* aDestBitmap);
    87 
    90 	
    88 public:	
       
    89       void HandleItemChangedL(const CMPXCollectionPath& aPath,TBool aPopulateListTNs, 
    91       void HandleItemChangedL(const CMPXCollectionPath& aPath,TBool aPopulateListTNs, 
    90 									  TBool aIsRefreshNeeded, TBool aBackwardNavigation);
    92 									  TBool aIsRefreshNeeded, TBool aBackwardNavigation);
    91       void StartTimer();
    93       void StartTimer();
    92       void StopTimer();
    94       void StopTimer();
    93       
    95