application/inc/PodcastShowsView.h
branchsymbian1
changeset 41 56821195bd44
parent 36 e010fc411ddc
child 50 e7b10d6d7ba3
equal deleted inserted replaced
40:bf37b9711f0a 41:56821195bd44
   108 	 * Called by CImageHandler when an image has been loaded.
   108 	 * Called by CImageHandler when an image has been loaded.
   109 	 * @param aError Error code given by the CImageHandler or 0 (zero) if the
   109 	 * @param aError Error code given by the CImageHandler or 0 (zero) if the
   110 	 *   image was loaded successfully.
   110 	 *   image was loaded successfully.
   111 	 */
   111 	 */
   112 	virtual void ImageOperationCompleteL(TInt aError, TUint aHandle);
   112 	virtual void ImageOperationCompleteL(TInt aError, TUint aHandle);
   113 	void HandleSetShowPlayed(TBool aPlayed);
   113 	void HandleSetShowPlayedL(TBool aPlayed);
   114 	void HandleDeleteShow();
   114 	void HandleDeleteShowL();
   115 	void UpdateViewTitleL();
   115 	void UpdateViewTitleL();
   116 	void CreateIconsL();
   116 	void CreateIconsL();
   117 	void GetShowErrorText(TDes &aErrorMessage, TInt aErrorCode);
   117 	void GetShowErrorText(TDes &aErrorMessage, TInt aErrorCode);
   118 	
   118 	
   119 private:
   119 private: