diff Framework/Scene2DViewport/PointerTypes.h @ 774:66ac7a2d1e3a

A few renames and cleanups + moved GUI constants to controller + start work on hit tests for measure tools and mouse hover.
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 24 May 2019 15:59:51 +0200
parents 712ff6ff3c19
children
line wrap: on
line diff
--- a/Framework/Scene2DViewport/PointerTypes.h	Thu May 23 10:25:48 2019 +0200
+++ b/Framework/Scene2DViewport/PointerTypes.h	Fri May 24 15:59:51 2019 +0200
@@ -75,6 +75,7 @@
 
   class ViewportController;
   typedef boost::shared_ptr<ViewportController> ViewportControllerPtr;
+  typedef boost::shared_ptr<const ViewportController> ViewportControllerConstPtr;
   typedef boost::weak_ptr<ViewportController> ViewportControllerWPtr;
 
   class LayerHolder;