MPbk2SettingsViewExtension Class Reference

class MPbk2SettingsViewExtension : public MPbk2UiReleasable

Phonebook 2 settings view UI extension interface. Settings view extension can modify settings menu pane and handle settings view commands.

Inherits from

Member Functions Documentation

CreatePbk2SettingsControlExtensionL()

MPbk2SettingsControlExtension *CreatePbk2SettingsControlExtensionL()[pure virtual]

Creates a Phonebook 2 settings control extension.

DynInitMenuPaneL(TInt, CEikMenuPane *)

voidDynInitMenuPaneL(TIntaResourceId,
CEikMenuPane *aMenuPane
)[pure virtual]

Filters the menu pane of the settings view.

Parameters

TInt aResourceIdMenu resource id.
CEikMenuPane * aMenuPaneMenu pane to filter.

HandleCommandL(TInt)

TBool HandleCommandL(TIntaCommandId)[pure virtual]

Processes settings commands.

Parameters

TInt aCommandIdId of the command to handle.

SettingViewExtensionExtension(TUid)

TAny *SettingViewExtensionExtension(TUid)[inline, virtual]

Returns an extension point for this interface or NULL.

Parameters

TUid