S60 3rd Edition API Reference: MPbkThumbnailGetImageObserver Class Reference
MPbkThumbnailGetImageObserver Class Reference
API published in: S60 2nd Ed FP 3
Link against:
Capability Information
Required Capabilities
None
#include <mpbkthumbnailoperationobservers.h>
Detailed Description
Observer interface for CPbkThumbnailManager get image operation.
Only one of the event callbacks is called once by the operation.
- See also:
- CPbkThumbnailManager::GetThumbnailImageAsyncL
|
Public Member Functions |
| virtual void | PbkThumbnailGetImageComplete (MPbkThumbnailOperation &aOperation, CPbkImageDataWithInfo *aImageData)=0 |
| | Called when thumbnail loading is completed.
|
| virtual void | PbkThumbnailGetImageFailed (MPbkThumbnailOperation &aOperation, TInt aError)=0 |
| | Called if the thumbnail loading fails.
|
Member Function Documentation
| virtual void MPbkThumbnailGetImageObserver::PbkThumbnailGetImageComplete | ( | MPbkThumbnailOperation & | aOperation, | | | CPbkImageDataWithInfo * | aImageData | | ) | [pure virtual] |
|
|
|
Called when thumbnail loading is completed.
- Parameters:
-
| aOperation | The completed operation. | | aImageData | The thumbnail image. Caller is responsible of the object. |
|
| virtual void MPbkThumbnailGetImageObserver::PbkThumbnailGetImageFailed | ( | MPbkThumbnailOperation & | aOperation, | | | TInt | aError | | ) | [pure virtual] |
|
|
|
Called if the thumbnail loading fails.
- Parameters:
-
| aOperation | The failed operation. | | aError | Error code of the failure. |
|
The documentation for this class was generated from the following file: