application/inc/PodcastFeedView.h
changeset 60 bbf5c5204844
parent 32 26a3f2dfba08
child 61 8d36b7608232
equal deleted inserted replaced
59:dc142c8740eb 60:bbf5c5204844
    93 
    93 
    94 		// from MProgressDialogCallback
    94 		// from MProgressDialogCallback
    95 		void DialogDismissedL(TInt aButtonId); 
    95 		void DialogDismissedL(TInt aButtonId); 
    96 
    96 
    97 		// from MImageHandlerCallback
    97 		// from MImageHandlerCallback
    98 		void ImageOperationCompleteL(TInt aError, TUint aHandle);
    98 		void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel);
    99 		
    99 		
   100 		void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation);
   100 		void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation);
   101 
   101 
   102 	private:
   102 	private:
   103 		void FormatFeedInfoListBoxItemL(CFeedInfo& aFeedInfo, TBool aIsUpdating = EFalse);
   103 		void FormatFeedInfoListBoxItemL(CFeedInfo& aFeedInfo, TBool aIsUpdating = EFalse);