comparison Framework/Viewport/IViewport.h @ 86:02c3a7a4938f wasm

removing of the Start() mechanism
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 May 2017 13:42:50 +0200
parents 298f375dcb68
children 81f73efd81a1
comparison
equal deleted inserted replaced
85:bd48431ac285 86:02c3a7a4938f
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 NotifyChange(const IWidget& widget) = 0;
90
91 virtual void Start() = 0;
92 }; 90 };
93 } 91 }