diff Framework/Widgets/TestWorldSceneWidget.h @ 386:e33659decec5

renamed UpdateContent() as DoAnimation()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Nov 2018 17:06:28 +0100
parents f21ba2468570
children b70e9be013e4
line wrap: on
line diff
--- a/Framework/Widgets/TestWorldSceneWidget.h	Wed Nov 07 20:49:41 2018 +0100
+++ b/Framework/Widgets/TestWorldSceneWidget.h	Fri Nov 09 17:06:28 2018 +0100
@@ -47,12 +47,12 @@
 
       virtual Extent2D GetSceneExtent();
 
-      virtual bool HasUpdateContent() const
+      virtual bool HasAnimation() const
       {
         return animate_;
       }
 
-      virtual void UpdateContent();
+      virtual void DoAnimation();
 
       virtual bool HasRenderMouseOver()
       {