MIclImageDisplayObserver Class Reference
class MIclImageDisplayObserver
|
Observer class for image display.
Member Functions Documentation
MiidoImageReady(const CFbsBitmap *, TUint, const TRect &, TInt)
void
|
MiidoImageReady
|
(
|
const
CFbsBitmap
*
|
aBitmap,
|
|
TUint
|
aStatus,
|
|
const
TRect
&
|
aUpdatedArea,
|
|
TInt
|
aError
|
|
)
|
[pure virtual]
|
Called when the image is ready to display A plug-in should use this function to pass information asynchronously to an API client. This function is asynchronous.
Parameters
const
CFbsBitmap
* aBitmap
|
a pointer to the bitmap that contains decoding result (may be NULL on error condition)
|
TUint
aStatus
|
the plugin status that should be combination of the TPluginStatus set
|
const
TRect
& aUpdatedArea
|
a rectangle within the aBitmap that was updated during the latest operation
|
TInt
aError
|
error code of latest operation
|
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.