MHuiTextureContentObserver Class Reference
class MHuiTextureContentObserver |
Texture content observing interface.
Constructor & Destructor Documentation
~MHuiTextureContentObserver()
~MHuiTextureContentObserver | ( | ) | [inline, virtual] |
Member Functions Documentation
RestoreTextureContentL(CHuiTexture &)
void | RestoreTextureContentL | ( | 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.
TextureContentReleased(CHuiTexture &)
void | TextureContentReleased | ( | CHuiTexture & | aTexture | ) | [pure virtual] |
Called when the texture's content has been released.
TextureContentUploaded(CHuiTexture &)
void | TextureContentUploaded | ( | 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 & aTexture | Texture that has received new content. |
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.