comparison Framework/Widgets/IWidget.h @ 65:885932a893de wasm

OrthancFrameLayerSource
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 May 2017 22:12:41 +0200
parents ca644004d2ee
children 298f375dcb68
comparison
equal deleted inserted replaced
64:394e63010e02 65:885932a893de
69 69
70 virtual bool HasUpdateContent() const = 0; 70 virtual bool HasUpdateContent() const = 0;
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
75 // widget must be refreshed
74 virtual void NotifyChange() = 0; 76 virtual void NotifyChange() = 0;
75 }; 77 };
76 } 78 }