application/src/PodcastShowsView.cpp
branchtwolistboxes
changeset 318 a231cc388498
parent 317 5afc95a6ad83
child 367 4b75876aa85a
equal deleted inserted replaced
317:5afc95a6ad83 318:a231cc388498
   102 CPodcastShowsView::CPodcastShowsView(CPodcastModel& aPodcastModel) :
   102 CPodcastShowsView::CPodcastShowsView(CPodcastModel& aPodcastModel) :
   103 	iPodcastModel(aPodcastModel)
   103 	iPodcastModel(aPodcastModel)
   104 	{
   104 	{
   105 	}
   105 	}
   106 
   106 
   107 void CPodcastShowsView::SizeChanged()
       
   108 	{
       
   109 	
       
   110 	}
       
   111 
       
   112 
       
   113 void CPodcastShowsView::ConstructL()
   107 void CPodcastShowsView::ConstructL()
   114 	{
   108 	{
   115 	BaseConstructL(R_PODCAST_SHOWSVIEW);
   109 	BaseConstructL(R_PODCAST_SHOWSVIEW);
   116 	CPodcastListView::ConstructL();
   110 	CPodcastListView::ConstructL();
   117 	
   111 	
   118 	CreateIconsL();
   112 	CreateIconsL();
   119 	
   113 		
   120 	iListContainer->Listbox()->SetListBoxObserver(this);
       
   121 	
       
   122 	iPodcastModel.FeedEngine().AddObserver(this);
   114 	iPodcastModel.FeedEngine().AddObserver(this);
   123 	iPodcastModel.ShowEngine().AddObserver(this);
   115 	iPodcastModel.ShowEngine().AddObserver(this);
   124 	}
   116 	}
   125 
   117 
   126 void CPodcastShowsView::CreateIconsL()
   118 void CPodcastShowsView::CreateIconsL()