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 void GetErrorTextL(TDes &aErrorMessage, TInt aErrorCode); |
|
124 |
124 private: |
125 private: |
125 // From MEikMenuObserver |
126 // From MEikMenuObserver |
126 void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane); |
127 void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane); |
127 void TabChangedL (TInt aIndex); |
128 void TabChangedL (TInt aIndex); |
128 CArrayFix<TCoeHelpContext>* HelpContextL() const; |
129 CArrayFix<TCoeHelpContext>* HelpContextL() const; |
129 void HandleCommandL(TInt aCommand); |
130 void HandleCommandL(TInt aCommand); |
130 protected: |
131 protected: |
131 void HandleTimeout(const CTimeout& aId, TInt aError); |
132 void HandleTimeoutL(const CTimeout& aId, TInt aError); |
132 |
133 |
133 protected: |
134 protected: |
134 // from MConnectionObserver |
135 // from MConnectionObserver |
135 |
136 |
136 void ConnectionSelectionStart(); |
137 void ConnectionSelectionStart(); |