application/inc/PodcastShowsView.h
branchsymbian1
changeset 336 3d6c1417e8bd
parent 145 cc0182a5da39
child 347 b8d687bb7ca1
equal deleted inserted replaced
296:80f1da5ac28b 336:3d6c1417e8bd
    98 
    98 
    99 	virtual void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation);
    99 	virtual void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation);
   100 	void GetShowIcons(CShowInfo* aShowInfo, TInt& aIconIndex);
   100 	void GetShowIcons(CShowInfo* aShowInfo, TInt& aIconIndex);
   101 	void CreateIconsL();
   101 	void CreateIconsL();
   102 
   102 
   103 private:
   103 protected:
   104 	void DisplayShowInfoDialogL();
   104 	void DisplayShowInfoDialogL();
   105 	void HandleSetShowPlayedL(TBool aPlayed);
   105 	void HandleSetShowPlayedL(TBool aPlayed);
   106 	void HandleDeleteShowL();
   106 	void HandleDeleteShowL();
   107 	void ImageOperationCompleteL(TInt /* aError */, TUint /* aHandle */, CPodcastModel& /* aPodcastModel */) {}
   107 	void ImageOperationCompleteL(TInt /* aError */, TUint /* aHandle */, CPodcastModel& /* aPodcastModel */) {}
   108 	void HandleSetShowPlayed(TBool aPlayed);
   108 	void HandleSetShowPlayed(TBool aPlayed);
   109 	void HandleDeleteShow();
   109 	void HandleDeleteShow();
   110 	void UpdateViewTitleL();
   110 	void UpdateViewTitleL();
   111 	void GetShowErrorText(TDes &aErrorMessage, TInt aErrorCode);
   111 	void GetShowErrorText(TDes &aErrorMessage, TInt aErrorCode);
   112 	
   112 
   113 protected:
   113 protected:
   114 	
   114 	
   115 	CPodcastModel& iPodcastModel;
   115 	CPodcastModel& iPodcastModel;
   116 	TBool iProgressAdded;	
   116 	TBool iProgressAdded;	
   117 	TInt iLastImageHandlerError;
   117 	TInt iLastImageHandlerError;