phonebookui/Phonebook2/ccapplication/ccamycardplugin/inc/ccappmycardimageloader.h
branchRCL_3
changeset 6 e8e3147d53eb
parent 3 04ab22b956c2
equal deleted inserted replaced
5:81f8547efd4f 6:e8e3147d53eb
    85      * @param aContact source contact for the image
    85      * @param aContact source contact for the image
    86      */
    86      */
    87     void LoadContactImageL( 
    87     void LoadContactImageL( 
    88             MVPbkStoreContact& aContact, 
    88             MVPbkStoreContact& aContact, 
    89             const TSize& aThumbnailSize );
    89             const TSize& aThumbnailSize );
       
    90     
       
    91     /**
       
    92      * Start loading contacts image. Will cancel any previous requests.
       
    93      * Once loading is complete the new image is delivered to observer 
       
    94      * with a call to MMyCardImageLoaderObserver::ThumbnailReady.
       
    95      * 
       
    96      * @param aImageData source data for the image
       
    97      * @param aImageFileName filename of the image
       
    98      */
       
    99     void LoadImageL( 
       
   100         const TDesC8& aImageData,
       
   101         const TDesC& aImageFileName,
       
   102         const TSize& aThumbnailSize );
       
   103     
    90     void ResizeImageL( const TSize& aThumbnailSize );
   104     void ResizeImageL( const TSize& aThumbnailSize );
    91     
   105     
    92 private:    // From MCCAppImageDecodingObserver
   106 private:    // From MCCAppImageDecodingObserver
    93     void BitmapReadyL( CFbsBitmap* aBitmap );
   107     void BitmapReadyL( CFbsBitmap* aBitmap );
    94     
   108