comparison Framework/Viewport/IViewport.h @ 278:8a86695fcbc3 am-2

renamings
author am@osimis.io
date Mon, 27 Aug 2018 14:58:37 +0200
parents a38465cc909f
children 8716176ff7f0
comparison
equal deleted inserted replaced
277:a38465cc909f 278:8a86695fcbc3
84 virtual bool HasUpdateContent() = 0; 84 virtual bool HasUpdateContent() = 0;
85 85
86 virtual void UpdateContent() = 0; 86 virtual void UpdateContent() = 0;
87 87
88 // Should only be called from IWidget 88 // Should only be called from IWidget
89 virtual void NotifyChange(const IWidget& widget) = 0; 89 virtual void NotifyContentChanged(const IWidget& widget) = 0;
90 }; 90 };
91 } 91 }