application/inc/PodcastFeedView.h
changeset 13 f58e3c482bd9
parent 8 aab3aa4acdd6
child 25 ae65906c4347
equal deleted inserted replaced
12:47c8595ffc70 13:f58e3c482bd9
    38         static CPodcastFeedView* NewL(CPodcastModel& aPodcastModel);
    38         static CPodcastFeedView* NewL(CPodcastModel& aPodcastModel);
    39         static CPodcastFeedView* NewLC(CPodcastModel& aPodcastModel);
    39         static CPodcastFeedView* NewLC(CPodcastModel& aPodcastModel);
    40         ~CPodcastFeedView();
    40         ~CPodcastFeedView();
    41         void UpdateItemL(TInt aIndex);
    41         void UpdateItemL(TInt aIndex);
    42 		void CheckResumeDownload();
    42 		void CheckResumeDownload();
       
    43 		void UpdateToolbar(TBool aVisible=ETrue);
    43 
    44 
    44 	protected:
    45 	protected:
    45 	    void ConstructL();
    46 	    void ConstructL();
    46 		CPodcastFeedView(CPodcastModel& aPodcastModel);
    47 		CPodcastFeedView(CPodcastModel& aPodcastModel);
    47 
    48 
    88 		void HandleCommandL(TInt aCommand);
    89 		void HandleCommandL(TInt aCommand);
    89 		void FeedInfoUpdatedL(TUint aFeedUid);
    90 		void FeedInfoUpdatedL(TUint aFeedUid);
    90 		void UpdateFeedInfoDataL(CFeedInfo* aFeedInfo, TInt aIndex, TBool aIsUpdating = EFalse);
    91 		void UpdateFeedInfoDataL(CFeedInfo* aFeedInfo, TInt aIndex, TBool aIsUpdating = EFalse);
    91 		void UpdateFeedInfoStatusL(TUint aFeedUid, TBool aIsUpdating = EFalse);
    92 		void UpdateFeedInfoStatusL(TUint aFeedUid, TBool aIsUpdating = EFalse);
    92 
    93 
    93 		void UpdateToolbar();
       
    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);
    98 		void ImageOperationCompleteL(TInt aError);