class MHuiEnvObserver |
HUI environment observer. Instance of this class can be created by user application and passed in constructor to CHuiEnv. The observer class will be called for certain events.
Public Member Functions | |
---|---|
CHuiSkin * | CreateSkinL (CHuiEnv &) |
CHuiSkin * | CreateSkinL | ( | CHuiEnv & | aEnv | ) | [pure virtual] |
Called to create a new CHuiSkin derived object for the use of the calling CHuiEnv object. This method can return either an application specific Skin - object or NULL for allowing CHuiEnv to create it's default Skin object. The calling CHuiEnv will take responsibility of the created CHuiSkin object.
CHuiEnv & aEnv | The CHuiEnv object to which to create the new skin object. |
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.