CMPXAknViewPlugin Class Reference

class CMPXAknViewPlugin : public CMPXViewPlugin

MPX Avkon view plugin definition.

mpxviewplugin.lib

Inherits from

Constructor & Destructor Documentation

~CMPXAknViewPlugin()

IMPORT_C ~CMPXAknViewPlugin ( ) [virtual]

Destructor.

Since
S60 3.0

Member Functions Documentation

ActivateViewL(const TDesC *)

IMPORT_C void ActivateViewL ( const TDesC * aParam = NULL ) [protected, virtual]

Interface method to activate view. From CMPXViewPlugin

Since
S60 3.0

Parameters

const TDesC * aParam = NULL Parameter required to activate the view.

ConstructViewLC()

CAknView * ConstructViewLC ( ) [protected, pure virtual]

Interface method to construct Avkon view.

Since
S60 3.0

CreateViewL()

IMPORT_C void CreateViewL ( ) [protected, virtual]

Interface method to create view. From CMPXViewPlugin

Since
S60 3.0

DeactivateView()

IMPORT_C void DeactivateView ( ) [protected, virtual]

Interface method to deactivate view. From CMPXViewPlugin

Since
S60 3.0

DestroyView()

IMPORT_C void DestroyView ( ) [protected, virtual]

Interface method to destroy view. From CMPXViewPlugin

Since
S60 v.0

SetAsDefaultViewL()

IMPORT_C void SetAsDefaultViewL ( ) [protected, virtual]

Interface method to activate as default view. Will not bring to foreground. From CMPXViewPlugin

Since
S60 3.0

Member Data Documentation

CAknView * iView

CAknView * iView [protected]

Avkon view that associates with this plugin. Not own.