application/inc/PodcastFeedView.h
changeset 66 41d00e97e2f7
parent 65 523e04129df6
parent 63 a8538f50e2ba
child 67 e0fc52a5df4d
equal deleted inserted replaced
65:523e04129df6 66:41d00e97e2f7
    37     public: 
    37     public: 
    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 CheckResumeDownloadL();
    43 		void UpdateToolbar(TBool aVisible=ETrue);
    43 		void UpdateToolbar(TBool aVisible=ETrue);
    44 
    44 		TBool ViewingShows();
       
    45 		
    45 	protected:
    46 	protected:
    46 	    void ConstructL();
    47 	    void ConstructL();
    47 		CPodcastFeedView(CPodcastModel& aPodcastModel);
    48 		CPodcastFeedView(CPodcastModel& aPodcastModel);
    48 
    49 
    49 		/**
    50 		/**