comparison 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
comparison
equal deleted inserted replaced
385:6cc3ce74dc05 386:e33659decec5
45 public: 45 public:
46 TestWorldSceneWidget(const std::string& name, bool animate); 46 TestWorldSceneWidget(const std::string& name, bool animate);
47 47
48 virtual Extent2D GetSceneExtent(); 48 virtual Extent2D GetSceneExtent();
49 49
50 virtual bool HasUpdateContent() const 50 virtual bool HasAnimation() const
51 { 51 {
52 return animate_; 52 return animate_;
53 } 53 }
54 54
55 virtual void UpdateContent(); 55 virtual void DoAnimation();
56 56
57 virtual bool HasRenderMouseOver() 57 virtual bool HasRenderMouseOver()
58 { 58 {
59 return true; 59 return true;
60 } 60 }