imagehandling_plat/thumbnailmanager_api/inc/thumbnailmanager.h
branchRCL_3
changeset 10 ee674526fac5
parent 0 2014ca87e772
child 14 ad31f4183ddc
equal deleted inserted replaced
9:dea39715fc05 10:ee674526fac5
   546       * @param aOrientation  Thumbnail orientation
   546       * @param aOrientation  Thumbnail orientation
   547       * @param aModified     Last modified
   547       * @param aModified     Last modified
   548       */
   548       */
   549       virtual void UpdateThumbnailsL( const TThumbnailId aItemId, const TDesC& aPath,
   549       virtual void UpdateThumbnailsL( const TThumbnailId aItemId, const TDesC& aPath,
   550                                       const TInt aOrientation, const TInt64 aModified, const TInt aPriority  ) = 0;
   550                                       const TInt aOrientation, const TInt64 aModified, const TInt aPriority  ) = 0;
       
   551       
       
   552       /**
       
   553        * Rename Thumbnails. This is an asynchronous
       
   554        * operation, which always returns immediately.
       
   555        *
       
   556        * @since S60 v5.0
       
   557        * @param aCurrentPath     Current path of the Thumbnail
       
   558        * @param aNewPath         New path for the Thumbnail
       
   559        * @param aPriority        Priority for this operation
       
   560        * @return                 Thumbnail request ID. This can be used to
       
   561        *                         cancel the request or change priority.
       
   562        *                         The ID is specific to this CThumbnailManager
       
   563        *                         instance and may not be shared with other
       
   564        *                         instances.
       
   565        */
       
   566        virtual TThumbnailRequestId RenameThumbnailsL( const TDesC& aCurrentPath, 
       
   567                const TDesC& aNewPath, TInt aPriority = CActive::EPriorityIdle ) = 0;
   551 
   568 
   552 };
   569 };
   553 
   570 
   554 #endif // THUMBNAILMANAGER_H
   571 #endif // THUMBNAILMANAGER_H