application/inc/PodcastFeedView.h
changeset 63 a8538f50e2ba
parent 50 e7b10d6d7ba3
parent 61 8d36b7608232
child 66 41d00e97e2f7
equal deleted inserted replaced
62:c06c2a75bb57 63:a8538f50e2ba
    94 
    94 
    95 		// from MProgressDialogCallback
    95 		// from MProgressDialogCallback
    96 		void DialogDismissedL(TInt aButtonId); 
    96 		void DialogDismissedL(TInt aButtonId); 
    97 
    97 
    98 		// from MImageHandlerCallback
    98 		// from MImageHandlerCallback
    99 		void ImageOperationCompleteL(TInt aError, TUint aHandle);
    99 		void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel);
   100 		
   100 		
   101 		void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation);
   101 		void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation);
   102 
   102 
   103 	private:
   103 	private:
   104 		void FormatFeedInfoListBoxItemL(CFeedInfo& aFeedInfo, TBool aIsUpdating = EFalse);
   104 		void FormatFeedInfoListBoxItemL(CFeedInfo& aFeedInfo, TBool aIsUpdating = EFalse);
   117 		HBufC* iNeverUpdated;
   117 		HBufC* iNeverUpdated;
   118 		CPodcastFeedViewUpdater* iUpdater;
   118 		CPodcastFeedViewUpdater* iUpdater;
   119 		TBool iFirstActivateAfterLaunch;
   119 		TBool iFirstActivateAfterLaunch;
   120 		TOpmlState iOpmlState;
   120 		TOpmlState iOpmlState;
   121 		TBool iViewingShows;
   121 		TBool iViewingShows;
       
   122 		RArray<TInt> iFeedIdForIconArray;
   122 };
   123 };
   123 
   124 
   124 #endif // PODCASTFEEDVIEWH
   125 #endif // PODCASTFEEDVIEWH