diff Framework/Scene2DViewport/CreateSimpleTrackerAdapter.cpp @ 700:059e1fd05fd6 refactor-viewport-controller

Introduced the ViewportController that sits between the application and the Scene2D to handle the trackers and measuring tools. This is a work in progress. The Scene2D is no longer an observable. Message sending is managed by the ViewportController. Move some refs to shared and weak to prevent lifetime issues.
author Benjamin Golinvaux <bgo@osimis.io>
date Sun, 19 May 2019 16:26:17 +0200
parents 8b6adfb62a2f
children c0fcb2757b0a
line wrap: on
line diff
--- a/Framework/Scene2DViewport/CreateSimpleTrackerAdapter.cpp	Fri May 17 09:20:46 2019 +0200
+++ b/Framework/Scene2DViewport/CreateSimpleTrackerAdapter.cpp	Sun May 19 16:26:17 2019 +0200
@@ -24,7 +24,8 @@
 
 namespace OrthancStone
 {
-  namespace 
+#if 0
+  namespace
   {
     class SimpleTrackerAdapter : public IFlexiblePointerTracker
     {
@@ -74,4 +75,5 @@
   {
     return FlexiblePointerTrackerPtr(new SimpleTrackerAdapter(t));
   }
+#endif
 }