MGSTabbedViewOwner Class Reference

class MGSTabbedViewOwner

Interface for MGSTabbedView owner class. Views owning tabbed sub-views implement this.

Member Functions Documentation

TabChangedL(TUid)

void TabChangedL ( TUid selectedTabUid ) [pure virtual]

Parent view implements this to handle switching tabs. This is needed in case parent view needs to update selected item index according to tab selection.

Parameters

TUid selectedTabUid UID of the selected tab item.

TabbedViews()

CArrayPtrFlat < CGSPluginInterface > * TabbedViews ( ) [pure virtual]