application/inc/PodcastQueueView.h
changeset 13 f58e3c482bd9
parent 7 a7a43293ae56
child 60 4d230e702aa3
child 115 d87e984bd8b8
equal deleted inserted replaced
12:47c8595ffc70 13:f58e3c482bd9
    35 	{
    35 	{
    36 public: 
    36 public: 
    37 	static CPodcastQueueView* NewL(CPodcastModel& aPodcastModel);
    37 	static CPodcastQueueView* NewL(CPodcastModel& aPodcastModel);
    38 	static CPodcastQueueView* NewLC(CPodcastModel& aPodcastModel);
    38 	static CPodcastQueueView* NewLC(CPodcastModel& aPodcastModel);
    39 	~CPodcastQueueView();
    39 	~CPodcastQueueView();
       
    40 	void UpdateToolbar(TBool aVisible=ETrue);
    40 protected:
    41 protected:
    41 	void ConstructL();
    42 	void ConstructL();
    42 	CPodcastQueueView(CPodcastModel& aPodcastModel);
    43 	CPodcastQueueView(CPodcastModel& aPodcastModel);
    43 
    44 
    44 	/**
    45 	/**
    94 	void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane);
    95 	void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane);
    95 	void FormatShowInfoListBoxItemL(CShowInfo& aShowInfo, TInt aSizeDownloaded = 0);
    96 	void FormatShowInfoListBoxItemL(CShowInfo& aShowInfo, TInt aSizeDownloaded = 0);
    96 
    97 
    97 private:
    98 private:
    98 	void GetShowIcons(CShowInfo* aShowInfo, TInt& aIconIndex);
    99 	void GetShowIcons(CShowInfo* aShowInfo, TInt& aIconIndex);
    99 	void UpdateToolbar();
       
   100 
       
   101 	
   100 	
   102 private:
   101 private:
   103 	
   102 	
   104 	CPodcastModel& iPodcastModel;
   103 	CPodcastModel& iPodcastModel;
   105 	TBool iProgressAdded;	
   104 	TBool iProgressAdded;