MPbk2TabGroupContainerCallback Class Reference

class MPbk2TabGroupContainerCallback

Phonebook 2 tab group container callback interface. Callback is responsible for creating the view nodes tab to the Avkon tab group and adding the tab icon infos to the icon info container. The implementation must take into consideration the view count.

Public Member Functions
voidCreateViewNodeTabL(const CPbk2ViewNode &, CAknTabGroup &, CPbk2IconInfoContainer &, TInt)
Protected Member Functions
~MPbk2TabGroupContainerCallback()

Constructor & Destructor Documentation

~MPbk2TabGroupContainerCallback()

~MPbk2TabGroupContainerCallback()[protected, inline, virtual]

Member Functions Documentation

CreateViewNodeTabL(const CPbk2ViewNode &, CAknTabGroup &, CPbk2IconInfoContainer &, TInt)

voidCreateViewNodeTabL(const CPbk2ViewNode &aNode,
CAknTabGroup &aAknTabGroup,
CPbk2IconInfoContainer &aTabIcons,
TIntaViewCount
)[pure virtual]

Creates the view node tab.

Parameters

const CPbk2ViewNode & aNodeView graph node.
CAknTabGroup & aAknTabGroupAvkon tab group.
CPbk2IconInfoContainer & aTabIconsTab icon info container.
TInt aViewCountAmount of views in the tab.