class CPhCntThumbnailLoader : public CBase |
It is abstract interface for loading thumbail images.
Note that it is considered that loading of thumbnail images is not critical. Thus, if something fails during loading procedure, then we ignore the whole thumbnail.
However, observer will be informed of both success and failure.
Public Member Functions | |
---|---|
void | Cancel ( TThumbnailId ) |
TInt | Load ( TThumbnailId &, const CPhCntContactId &) |
Public Member Type Definitions | |
---|---|
typedef | const TAny * TThumbnailId |
void | Cancel | ( | TThumbnailId | aId | ) | [pure virtual] |
Cancels loading of thumbnail with given id.
TThumbnailId aId | id to cancel. |
TInt | Load | ( | TThumbnailId & | aId, |
const CPhCntContactId & | aContactId | |||
) | [pure virtual] |
Loads thumbnail asynchronously.
You can call this to load several images. Images are loaded in FIFO order.
TThumbnailId & aId | id. if id is already in use, it's canceled. It will be zeroed if loading failed to the beginning. |
const CPhCntContactId & aContactId | contact id. Copies the contact id. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.