comparison Framework/Viewport/WidgetViewport.cpp @ 278:8a86695fcbc3 am-2

renamings
author am@osimis.io
date Mon, 27 Aug 2018 14:58:37 +0200
parents a38465cc909f
children 3a4ca166fafa
comparison
equal deleted inserted replaced
277:a38465cc909f 278:8a86695fcbc3
78 78
79 return *widget; 79 return *widget;
80 } 80 }
81 81
82 82
83 void WidgetViewport::NotifyChange(const IWidget& widget) 83 void WidgetViewport::NotifyContentChanged(const IWidget& widget)
84 { 84 {
85 backgroundChanged_ = true; 85 backgroundChanged_ = true;
86 observers_.Apply(*this, &IObserver::OnViewportContentChanged); 86 observers_.Apply(*this, &IObserver::OnViewportContentChanged);
87 } 87 }
88 88