application/inc/PodcastFeedView.h
branchRCL_3
changeset 328 75a70f4a4f6d
parent 323 0bd524909716
child 368 b131f7696342
equal deleted inserted replaced
327:b4560769586d 328:75a70f4a4f6d
    99 		// from MProgressDialogCallback
    99 		// from MProgressDialogCallback
   100 		void DialogDismissedL(TInt aButtonId); 
   100 		void DialogDismissedL(TInt aButtonId); 
   101 
   101 
   102 		// from MImageHandlerCallback
   102 		// from MImageHandlerCallback
   103 		void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel);
   103 		void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel);
       
   104 		void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane);
   104 	private:
   105 	private:
   105 		void FormatFeedInfoListBoxItemL(CFeedInfo& aFeedInfo, TBool aIsUpdating = EFalse);
   106 		void FormatFeedInfoListBoxItemL(CFeedInfo& aFeedInfo, TBool aIsUpdating = EFalse);
   106 		void HandleAddFeedL();
   107 		void HandleAddFeedL();
   107 		void HandleAddFeedUrlL();
   108 		void HandleAddFeedUrlL();
   108 		void HandleAddFeedSearchL();
   109 		void HandleAddFeedSearchL();
   112 		void HandleExportFeedsL();
   113 		void HandleExportFeedsL();
   113 		void HandleUpdateFeedL();
   114 		void HandleUpdateFeedL();
   114 		void GetFeedErrorText(TDes &aErrorMessage, TInt aErrorCode);
   115 		void GetFeedErrorText(TDes &aErrorMessage, TInt aErrorCode);
   115 		void OpmlParsingCompleteL(TInt aError, TUint aNumFeedsImported);
   116 		void OpmlParsingCompleteL(TInt aError, TUint aNumFeedsImported);
   116 		void LoadIcons();
   117 		void LoadIcons();
       
   118 		void DisplayFeedInfoDialogL();
   117 	private:
   119 	private:
   118 		CPodcastModel& iPodcastModel;		
   120 		CPodcastModel& iPodcastModel;		
   119 		TUint iFeedUpdating;
   121 		TUint iFeedUpdating;
   120 		HBufC* iFeedsFormat;
   122 		HBufC* iFeedsFormat;
   121 		HBufC* iNeverUpdated;
   123 		HBufC* iNeverUpdated;