comparison Framework/Widgets/LayerWidget.h @ 96:f8bce1bebe01 wasm

removal of the NotifyLayerError callback
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 May 2017 10:30:57 +0200
parents 64e60018943f
children d18dcc963930
comparison
equal deleted inserted replaced
95:f47349f4815c 96:f8bce1bebe01
64 virtual void NotifySliceChange(const ILayerSource& source, 64 virtual void NotifySliceChange(const ILayerSource& source,
65 const Slice& slice); 65 const Slice& slice);
66 66
67 virtual void NotifyLayerReady(std::auto_ptr<ILayerRenderer>& renderer, 67 virtual void NotifyLayerReady(std::auto_ptr<ILayerRenderer>& renderer,
68 const ILayerSource& source, 68 const ILayerSource& source,
69 const Slice& slice); 69 const Slice& slice,
70 70 bool isError);
71 virtual void NotifyLayerError(const ILayerSource& source,
72 const SliceGeometry& slice);
73 71
74 72
75 protected: 73 protected:
76 virtual void GetSceneExtent(double& x1, 74 virtual void GetSceneExtent(double& x1,
77 double& y1, 75 double& y1,