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 voidActivateViewL(const TDesC *aParam = NULL)[protected, virtual]

Interface method to activate view. From CMPXViewPlugin

Since
S60 3.0

Parameters

const TDesC * aParam = NULLParameter required to activate the view.

ConstructViewLC()

CAknView *ConstructViewLC()[protected, pure virtual]

Interface method to construct Avkon view.

Since
S60 3.0

CreateViewL()

IMPORT_C voidCreateViewL()[protected, virtual]

Interface method to create view. From CMPXViewPlugin

Since
S60 3.0

DeactivateView()

IMPORT_C voidDeactivateView()[protected, virtual]

Interface method to deactivate view. From CMPXViewPlugin

Since
S60 3.0

DestroyView()

IMPORT_C voidDestroyView()[protected, virtual]

Interface method to destroy view. From CMPXViewPlugin

Since
S60 v.0

SetAsDefaultViewL()

IMPORT_C voidSetAsDefaultViewL()[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.