diff Framework/Layers/LayerSourceBase.h @ 77:f5f54ed8d307 wasm

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 May 2017 21:13:29 +0200
parents 298f375dcb68
children 02c3a7a4938f
line wrap: on
line diff
--- a/Framework/Layers/LayerSourceBase.h	Wed May 24 12:42:08 2017 +0200
+++ b/Framework/Layers/LayerSourceBase.h	Wed May 24 21:13:29 2017 +0200
@@ -39,15 +39,17 @@
 
     void NotifyGeometryReady();
     
+    void NotifyGeometryError();
+    
     void NotifySourceChange();
 
-    void NotifySliceChange(const SliceGeometry& slice);
+    void NotifySliceChange(const Slice& slice);
 
     // Takes ownership of "layer" (that cannot be "NULL")
     void NotifyLayerReady(ILayerRenderer* layer,
-                          const SliceGeometry& viewportSlice);
+                          const Slice& slice);
     
-    void NotifyLayerError(const SliceGeometry& viewportSlice);
+    void NotifyLayerError(const SliceGeometry& slice);
 
     virtual void StartInternal() = 0;