CMPXAknDialogPlugin Class Reference

class CMPXAknDialogPlugin : public CMPXViewPlugin

MPX Avkon dialog plugin definition.

mpxviewplugin.lib

Inherits from

Constructor & Destructor Documentation

~CMPXAknDialogPlugin()

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

ConstructDialogL()

CAknDialog *ConstructDialogL()[protected, pure virtual]

Interface method to construct Avkon dialog.

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 3.0

ResourceId()

TInt ResourceId()[protected, pure virtual]

Return resource id of the Avkon dialog.

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
leave
KErrNotSupported

Member Data Documentation

CAknDialog * iDialog

CAknDialog *iDialog[protected]

Avkon dialog that associates with this plugin.