comparison Framework/Widgets/LayerWidget.h @ 112:948f86e61e83 wasm

start of SliceLocationSource
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Sep 2017 14:37:08 +0200
parents 7665ccbf33db
children ba83e38cf3ff
comparison
equal deleted inserted replaced
111:7665ccbf33db 112:948f86e61e83
66 const ILayerSource& source, 66 const ILayerSource& source,
67 const Slice& slice, 67 const Slice& slice,
68 bool isError); 68 bool isError);
69 69
70 void ResetChangedLayers(); 70 void ResetChangedLayers();
71 71
72 protected: 72 public:
73 virtual Extent2D GetSceneExtent(); 73 virtual Extent2D GetSceneExtent();
74 74
75 protected:
75 virtual bool RenderScene(CairoContext& context, 76 virtual bool RenderScene(CairoContext& context,
76 const ViewportGeometry& view); 77 const ViewportGeometry& view);
77 78
78 void ResetPendingScene(); 79 void ResetPendingScene();
79 80