equal
deleted
inserted
replaced
106 |
106 |
107 void SetActiveTab(TInt aIndex); |
107 void SetActiveTab(TInt aIndex); |
108 void UpdateQueueTab(TInt aQueueLength); |
108 void UpdateQueueTab(TInt aQueueLength); |
109 void TabLeft(); |
109 void TabLeft(); |
110 void TabRight(); |
110 void TabRight(); |
|
111 void SetTabsVisibleL(TBool aVisible); |
111 private: |
112 private: |
112 // From MEikMenuObserver |
113 // From MEikMenuObserver |
113 void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane); |
114 void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane); |
114 void TabChangedL (TInt aIndex); |
115 void TabChangedL (TInt aIndex); |
115 CArrayFix<TCoeHelpContext>* HelpContextL() const; |
116 CArrayFix<TCoeHelpContext>* HelpContextL() const; |
130 CPodcastModel* iPodcastModel; |
131 CPodcastModel* iPodcastModel; |
131 |
132 |
132 CAknNavigationDecorator* iNaviDecorator; |
133 CAknNavigationDecorator* iNaviDecorator; |
133 CAknTabGroup* iTabGroup; |
134 CAknTabGroup* iTabGroup; |
134 CAknNavigationControlContainer* iNaviPane; |
135 CAknNavigationControlContainer* iNaviPane; |
135 |
136 TBool iTabsVisible; |
136 CTimeout* iStartTimer; |
137 CTimeout* iStartTimer; |
137 }; |
138 }; |
138 |
139 |
139 #endif |
140 #endif |