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

renamed UpdateContent() as DoAnimation()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Nov 2018 17:06:28 +0100
parents 6cc3ce74dc05
children b70e9be013e4
line wrap: on
line diff
--- a/Framework/Widgets/IWidget.h	Wed Nov 07 20:49:41 2018 +0100
+++ b/Framework/Widgets/IWidget.h	Fri Nov 09 17:06:28 2018 +0100
@@ -69,9 +69,9 @@
                             char keyChar,
                             KeyboardModifiers modifiers) = 0;
 
-    virtual bool HasUpdateContent() const = 0;
+    virtual bool HasAnimation() const = 0;
 
-    virtual void UpdateContent() = 0;
+    virtual void DoAnimation() = 0;
 
     // Subclasses can call this method to signal the display of the
     // widget must be refreshed