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

void DynInitMenuPaneL ( TInt aResourceId,
CEikMenuPane * aMenuPane
) [pure virtual]

Filters the menu pane of the settings view.

Parameters

TInt aResourceId Menu resource id.
CEikMenuPane * aMenuPane Menu pane to filter.

HandleCommandL(TInt)

TBool HandleCommandL ( TInt aCommandId ) [pure virtual]

Processes settings commands.

Parameters

TInt aCommandId Id of the command to handle.

SettingViewExtensionExtension(TUid)

TAny * SettingViewExtensionExtension ( TUid ) [inline, virtual]

Returns an extension point for this interface or NULL.

Parameters

TUid