application/inc/PodcastFeedView.h
branchRCL_3
changeset 292 655dbce90b70
parent 243 44d205147a83
child 306 a36dc474cae2
equal deleted inserted replaced
291:2f62fe179bbb 292:655dbce90b70
    40         ~CPodcastFeedView();
    40         ~CPodcastFeedView();
    41         void UpdateItemL(TInt aIndex);
    41         void UpdateItemL(TInt aIndex);
    42 		void CheckResumeDownloadL();
    42 		void CheckResumeDownloadL();
    43 		void UpdateToolbar(TBool aVisible=ETrue);
    43 		void UpdateToolbar(TBool aVisible=ETrue);
    44 		TBool ViewingShows();
    44 		TBool ViewingShows();
    45 		
    45 
       
    46  	   void CheckConfirmExit();
       
    47 
    46 	protected:
    48 	protected:
    47 	    void ConstructL();
    49 	    void ConstructL();
    48 		CPodcastFeedView(CPodcastModel& aPodcastModel);
    50 		CPodcastFeedView(CPodcastModel& aPodcastModel);
    49 
    51 
    50 		/**
    52 		/**
   108 		void HandleImportFeedsL();
   110 		void HandleImportFeedsL();
   109 		void HandleExportFeedsL();
   111 		void HandleExportFeedsL();
   110 		void HandleUpdateFeedL();
   112 		void HandleUpdateFeedL();
   111 		void GetFeedErrorText(TDes &aErrorMessage, TInt aErrorCode);
   113 		void GetFeedErrorText(TDes &aErrorMessage, TInt aErrorCode);
   112 		void OpmlParsingCompleteL(TInt aError, TUint aNumFeedsImported);
   114 		void OpmlParsingCompleteL(TInt aError, TUint aNumFeedsImported);
   113 
   115 		
   114 	private:
   116 	private:
   115 		CPodcastModel& iPodcastModel;		
   117 		CPodcastModel& iPodcastModel;		
   116 		TBool iUpdatingRunning;
   118 		TBool iUpdatingRunning;
   117 		HBufC* iFeedsFormat;
   119 		HBufC* iFeedsFormat;
   118 		HBufC* iNeverUpdated;
   120 		HBufC* iNeverUpdated;