comparison Framework/Widgets/EmptyWidget.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
comparison
equal deleted inserted replaced
385:6cc3ce74dc05 386:e33659decec5
98 char keyChar, 98 char keyChar,
99 KeyboardModifiers modifiers) 99 KeyboardModifiers modifiers)
100 { 100 {
101 } 101 }
102 102
103 virtual bool HasUpdateContent() const 103 virtual bool HasAnimation() const
104 { 104 {
105 return false; 105 return false;
106 } 106 }
107 107
108 virtual void UpdateContent(); 108 virtual void DoAnimation();
109 109
110 virtual bool HasRenderMouseOver() 110 virtual bool HasRenderMouseOver()
111 { 111 {
112 return false; 112 return false;
113 } 113 }