MHuiEnvObserver Class Reference

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 &)

Member Functions Documentation

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.

Parameters

CHuiEnv & aEnv The CHuiEnv object to which to create the new skin object.