diff Framework/Viewport/IViewport.h @ 1215:9efa66d8d3f8 broker

removed ViewportBase, and removed dependency of ViewportController on IViewport
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Dec 2019 20:12:15 +0100
parents 86a8266b8888
children 5147277850cf
line wrap: on
line diff
--- a/Framework/Viewport/IViewport.h	Wed Dec 04 19:12:08 2019 +0100
+++ b/Framework/Viewport/IViewport.h	Wed Dec 04 20:12:15 2019 +0100
@@ -47,14 +47,9 @@
       {
       }
 
-      // Get the center of the given pixel, in canvas coordinates
-      virtual ScenePoint2D GetPixelCenterCoordinates(int x, int y) = 0;
-
       virtual bool HasCompositor() const = 0;
 
       virtual ICompositor& GetCompositor() = 0;
-
-      virtual void FitContent(Scene2D& scene) = 0;
     };   
     
     virtual ~IViewport()