equal
deleted
inserted
replaced
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 TBool ViewingShows(); |
44 TBool ViewingShows(); |
45 |
45 |
46 protected: |
46 protected: |
47 void ConstructL(); |
47 void ConstructL(); |
48 CPodcastFeedView(CPodcastModel& aPodcastModel); |
48 CPodcastFeedView(CPodcastModel& aPodcastModel); |
49 |
49 |
50 /** |
50 /** |