application/inc/PodcastShowsView.h
changeset 121 1cc7501102a8
parent 107 af6475fdf8d6
child 151 17da6d3a5a4b
equal deleted inserted replaced
120:31d05afa1a52 121:1cc7501102a8
    95 	void UpdateShowItemDataL(CShowInfo* aShowInfo,TInt aIndex, TInt aSizeDownloaded = KErrNotFound);
    95 	void UpdateShowItemDataL(CShowInfo* aShowInfo,TInt aIndex, TInt aSizeDownloaded = KErrNotFound);
    96 	void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane);
    96 	void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane);
    97 	void FormatShowInfoListBoxItemL(CShowInfo& aShowInfo, TInt aSizeDownloaded = 0);
    97 	void FormatShowInfoListBoxItemL(CShowInfo& aShowInfo, TInt aSizeDownloaded = 0);
    98 
    98 
    99 	void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation);
    99 	void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation);
       
   100 	void GetShowIcons(CShowInfo* aShowInfo, TInt& aIconIndex);
       
   101 	void CreateIconsL();
   100 
   102 
   101 private:
   103 private:
   102 	void GetShowIcons(CShowInfo* aShowInfo, TInt& aIconIndex);
       
   103 	void DisplayShowInfoDialogL();
   104 	void DisplayShowInfoDialogL();
   104 	void HandleSetShowPlayedL(TBool aPlayed);
   105 	void HandleSetShowPlayedL(TBool aPlayed);
   105 	void HandleDeleteShowL();
   106 	void HandleDeleteShowL();
   106 	void ImageOperationCompleteL(TInt /* aError */, TUint /* aHandle */, CPodcastModel& /* aPodcastModel */) {}
   107 	void ImageOperationCompleteL(TInt /* aError */, TUint /* aHandle */, CPodcastModel& /* aPodcastModel */) {}
   107 	void HandleSetShowPlayed(TBool aPlayed);
   108 	void HandleSetShowPlayed(TBool aPlayed);
   108 	void HandleDeleteShow();
   109 	void HandleDeleteShow();
   109 	void UpdateViewTitleL();
   110 	void UpdateViewTitleL();
   110 	void CreateIconsL();
       
   111 	void GetShowErrorText(TDes &aErrorMessage, TInt aErrorCode);
   111 	void GetShowErrorText(TDes &aErrorMessage, TInt aErrorCode);
   112 	
   112 	
   113 private:
   113 protected:
   114 	
   114 	
   115 	CPodcastModel& iPodcastModel;
   115 	CPodcastModel& iPodcastModel;
   116 	TBool iProgressAdded;	
   116 	TBool iProgressAdded;	
   117 	TInt iLastImageHandlerError;
   117 	TInt iLastImageHandlerError;
   118 	TBool iSetTitlebarImage;
   118 	TBool iSetTitlebarImage;