comparison Framework/Widgets/IWidget.h @ 278:8a86695fcbc3 am-2

renamings
author am@osimis.io
date Mon, 27 Aug 2018 14:58:37 +0200
parents fccffbf99ba1
children 8716176ff7f0
comparison
equal deleted inserted replaced
277:a38465cc909f 278:8a86695fcbc3
71 71
72 virtual void UpdateContent() = 0; 72 virtual void UpdateContent() = 0;
73 73
74 // Subclasses can call this method to signal the display of the 74 // Subclasses can call this method to signal the display of the
75 // widget must be refreshed 75 // widget must be refreshed
76 virtual void NotifyChange() = 0; 76 virtual void NotifyContentChanged() = 0;
77 }; 77 };
78 } 78 }