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

renamed UpdateContent() as DoAnimation()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Nov 2018 17:06:28 +0100
parents 7a364e44fbb4
children b70e9be013e4
line wrap: on
line diff
--- a/Framework/Widgets/LayoutWidget.h	Wed Nov 07 20:49:41 2018 +0100
+++ b/Framework/Widgets/LayoutWidget.h	Fri Nov 09 17:06:28 2018 +0100
@@ -44,7 +44,7 @@
     unsigned int                  paddingRight_;
     unsigned int                  paddingBottom_;
     unsigned int                  paddingInternal_;
-    bool                          hasUpdateContent_;
+    bool                          hasAnimation_;
 
     void ComputeChildrenExtents();
 
@@ -121,12 +121,12 @@
                             char keyChar,
                             KeyboardModifiers modifiers);
 
-    virtual bool HasUpdateContent() const
+    virtual bool HasAnimation() const
     {
-      return hasUpdateContent_;
+      return hasAnimation_;
     }
 
-    virtual void UpdateContent();
+    virtual void DoAnimation();
 
     virtual bool HasRenderMouseOver();
   };