class MHuiTextureContentObserver |
Texture content observing interface.
Public Member Functions | |
---|---|
~MHuiTextureContentObserver () | |
void | RestoreTextureContentL ( CHuiTexture &) |
void | TextureContentReleased ( CHuiTexture &) |
void | TextureContentUploaded ( 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.
CHuiTexture & aTexture | Texture that has been restored. |
void | TextureContentReleased | ( | CHuiTexture & | aTexture | ) | [pure virtual] |
Called when the texture's content has been released.
CHuiTexture & aTexture | Texture that has been released. |
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).
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.