application/inc/PodcastShowsView.h
branchRCL_3
changeset 301 f5af16df2425
parent 243 44d205147a83
child 313 0f30a75610de
equal deleted inserted replaced
300:5902e8f443e2 301:f5af16df2425
    97 	void FormatShowInfoListBoxItemL(CShowInfo& aShowInfo, TInt aSizeDownloaded = 0);
    97 	void FormatShowInfoListBoxItemL(CShowInfo& aShowInfo, TInt aSizeDownloaded = 0);
    98 
    98 
    99 	void GetShowIcons(CShowInfo* aShowInfo, TInt& aIconIndex);
    99 	void GetShowIcons(CShowInfo* aShowInfo, TInt& aIconIndex);
   100 	void CreateIconsL();
   100 	void CreateIconsL();
   101 
   101 
   102 private:
   102 protected:
   103 	void DisplayShowInfoDialogL();
   103 	void DisplayShowInfoDialogL();
   104 	void HandleSetShowPlayedL(TBool aPlayed);
   104 	void HandleSetShowPlayedL(TBool aPlayed);
   105 	void HandleDeleteShowL();
   105 	void HandleDeleteShowL();
   106 	void ImageOperationCompleteL(TInt /* aError */, TUint /* aHandle */, CPodcastModel& /* aPodcastModel */) {}
   106 	void ImageOperationCompleteL(TInt /* aError */, TUint /* aHandle */, CPodcastModel& /* aPodcastModel */) {}
   107 	void HandleSetShowPlayed(TBool aPlayed);
   107 	void HandleSetShowPlayed(TBool aPlayed);