MPbk2ViewExplorer Class Reference

class MPbk2ViewExplorer

Phonebook 2 view explorer interface. View explorer can be used to activate views and to navigate between the views.

Constructor & Destructor Documentation

~MPbk2ViewExplorer()

~MPbk2ViewExplorer()[protected, inline, virtual]

Member Functions Documentation

ActivatePhonebook2ViewL(TUid, const CPbk2ViewState *)

voidActivatePhonebook2ViewL(TUidaViewId,
const CPbk2ViewState *aViewState
)const [pure virtual]

Activates a Phonebook 2 view.

CAknViewAppUi::ActivateLocalViewL(TUid)

Parameters

TUid aViewIdId of the view to activate.
const CPbk2ViewState * aViewStateThe state to pass to the activated view, can be NULL.

ActivatePreviousViewL(const CPbk2ViewState *)

voidActivatePreviousViewL(const CPbk2ViewState *aViewState)[pure virtual]

Activates the previous view.

Parameters

const CPbk2ViewState * aViewStateDesired view state to restore, can be NULL.

HandleViewActivationLC(const TUid &, const TVwsViewId &, const TDesC *, const CEikImage *, TUint)

MPbk2ViewActivationTransaction *HandleViewActivationLC(const TUid &aViewId,
const TVwsViewId &aPrevViewId,
const TDesC *aTitlePaneText,
const CEikImage *aContextPanePicture,
TUintaFlags
)[pure virtual]

Updates application-level objects (view navigation state and status pane) leave-safely at view activation. Called from each application view's DoActivateL().

Parameters

const TUid & aViewIdThe activated view's id.
const TVwsViewId & aPrevViewIdPreviously active view's id.
const TDesC * aTitlePaneTextText to set to title pane. If NULL default text is used.
const CEikImage * aContextPanePicturePicture to set into context pane. If NULL default picture is used.
TUint aFlagsCombination of TPbk2ViewActivationFlags telling which panes are to be updated.

IsPhonebook2View(const TVwsViewId &)

TBool IsPhonebook2View(const TVwsViewId &aViewId)const [pure virtual]

Returns true if given view id indicates a Phonebook 2 view.

Parameters

const TVwsViewId & aViewIdThe id of the view to query.

ViewExplorerExtension(TUid)

TAny *ViewExplorerExtension(TUid)[inline, virtual]

Returns an extension point for this interface or NULL.

Parameters

TUid

ViewGraph()

CPbk2ViewGraph &ViewGraph()const [pure virtual]

Returns Phonebook 2 view graph object.