MHuiTextureContentObserver Class Reference

class MHuiTextureContentObserver

Texture content observing interface.

Constructor & Destructor Documentation

~MHuiTextureContentObserver()

~MHuiTextureContentObserver()[inline, virtual]

Member Functions Documentation

RestoreTextureContentL(CHuiTexture &)

voidRestoreTextureContentL(CHuiTexture &aTexture)[pure virtual]

Called when the content of the texture needs to be restored to the same state it was when the texture was released.

Parameters

CHuiTexture & aTextureTexture that has been restored.

TextureContentReleased(CHuiTexture &)

voidTextureContentReleased(CHuiTexture &aTexture)[pure virtual]

Called when the texture's content has been released.

Parameters

CHuiTexture & aTextureTexture that has been released.

TextureContentUploaded(CHuiTexture &)

voidTextureContentUploaded(CHuiTexture &aTexture)[pure virtual]

Called when new content has been uploaded to the specified texture.

The implementor should call the relevant methods in CHuiTexture to get more information about the new content (CFbsBitmaps or raw data; these are available while the notification is taking place).

Parameters

CHuiTexture & aTextureTexture that has received new content.