diff Framework/Scene2DViewport/IFlexiblePointerTracker.h @ 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 28b9e3a54200
line wrap: on
line diff
--- a/Framework/Scene2DViewport/IFlexiblePointerTracker.h	Fri May 17 09:20:46 2019 +0200
+++ b/Framework/Scene2DViewport/IFlexiblePointerTracker.h	Sun May 19 16:26:17 2019 +0200
@@ -61,7 +61,7 @@
     the application) to check whether the tracker must keep on receiving 
     interaction or if its job is done and it should be deleted.
     */
-    virtual bool IsActive() const = 0;
+    virtual bool IsAlive() const = 0;
 
     /**
     This will be called if the tracker needs to be dismissed without committing