113 CPodcastAppUi(CPodcastModel* aPodcastModel); |
113 CPodcastAppUi(CPodcastModel* aPodcastModel); |
114 void ConstructL(); |
114 void ConstructL(); |
115 ~CPodcastAppUi(); |
115 ~CPodcastAppUi(); |
116 |
116 |
117 void SetActiveTab(TInt aIndex); |
117 void SetActiveTab(TInt aIndex); |
118 void UpdateQueueTab(TInt aQueueLength); |
118 void UpdateQueueTabL(TInt aQueueLength); |
119 void TabLeft(); |
119 void TabLeftL(); |
120 void TabRight(); |
120 void TabRightL(); |
121 void NaviSetTextL(TInt aResourceId); |
121 void NaviSetTextL(TInt aResourceId); |
122 void NaviShowTabGroupL(); |
122 void NaviShowTabGroupL(); |
123 |
123 |
124 private: |
124 private: |
125 // From MEikMenuObserver |
125 // From MEikMenuObserver |
126 void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane); |
126 void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane); |
127 void TabChangedL (TInt aIndex); |
127 void TabChangedL (TInt aIndex); |
128 CArrayFix<TCoeHelpContext>* HelpContextL() const; |
128 CArrayFix<TCoeHelpContext>* HelpContextL() const; |
129 void HandleCommandL(TInt aCommand); |
129 void HandleCommandL(TInt aCommand); |
130 protected: |
130 protected: |
131 void HandleTimeout(const CTimeout& aId, TInt aError); |
131 void HandleTimeoutL(const CTimeout& aId, TInt aError); |
132 |
132 |
133 protected: |
133 protected: |
134 // from MConnectionObserver |
134 // from MConnectionObserver |
135 |
135 |
136 void ConnectionSelectionStart(); |
136 void ConnectionSelectionStart(); |