93 void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane); |
93 void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane); |
94 void FormatShowInfoListBoxItemL(CShowInfo& aShowInfo, TInt aSizeDownloaded = 0); |
94 void FormatShowInfoListBoxItemL(CShowInfo& aShowInfo, TInt aSizeDownloaded = 0); |
95 void GetShowIcons(CShowInfo* aShowInfo, TInt& aIconIndex); |
95 void GetShowIcons(CShowInfo* aShowInfo, TInt& aIconIndex); |
96 void CreateIconsL(); |
96 void CreateIconsL(); |
97 |
97 |
98 private: |
98 protected: |
99 void DisplayShowInfoDialogL(); |
99 void DisplayShowInfoDialogL(); |
100 void HandleSetShowPlayedL(TBool aPlayed); |
100 void HandleSetShowPlayedL(TBool aPlayed); |
101 void HandleDeleteShowL(); |
101 void HandleDeleteShowL(); |
102 void ImageOperationCompleteL(TInt /* aError */, TUint /* aHandle */, CPodcastModel& /* aPodcastModel */) {} |
102 void ImageOperationCompleteL(TInt /* aError */, TUint /* aHandle */, CPodcastModel& /* aPodcastModel */) {} |
103 void HandleSetShowPlayed(TBool aPlayed); |
103 void HandleSetShowPlayed(TBool aPlayed); |
104 void HandleDeleteShow(); |
104 void HandleDeleteShow(); |
105 void UpdateViewTitleL(); |
105 void UpdateViewTitleL(); |
106 void GetShowErrorText(TDes &aErrorMessage, TInt aErrorCode); |
106 void GetShowErrorText(TDes &aErrorMessage, TInt aErrorCode); |
107 |
107 |
108 protected: |
108 protected: |
109 |
109 |
110 CPodcastModel& iPodcastModel; |
110 CPodcastModel& iPodcastModel; |
111 TBool iProgressAdded; |
111 TBool iProgressAdded; |
112 TInt iLastImageHandlerError; |
112 TInt iLastImageHandlerError; |