class MPhCntThumbnailLoaderObserver |
It defines interface for the observer of thumbnail loader.
Public Member Functions | |
---|---|
void | MpctloThumbnailLoaded(CPhCntThumbnailLoader::TThumbnailId, TInt, CFbsBitmap *) |
void | MpctloThumbnailLoaded | ( | CPhCntThumbnailLoader::TThumbnailId | aId, |
TInt | aResult, | |||
CFbsBitmap * | aBitmap | |||
) | [pure virtual] |
It is called when thumbnail loading has been completed.
Ownership of the bitmap is transferred to the observer.
CPhCntThumbnailLoader::TThumbnailId aId | id, never KNullId. |
TInt aResult | error code. |
CFbsBitmap * aBitmap | bitmap. |
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.