diff 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
line wrap: on
line diff
--- a/Framework/Widgets/IWidget.h	Tue May 16 17:31:09 2017 +0200
+++ b/Framework/Widgets/IWidget.h	Tue May 16 22:12:41 2017 +0200
@@ -71,6 +71,8 @@
 
     virtual void UpdateContent() = 0;
 
+    // Subclasses can call this method to signal the display of the
+    // widget must be refreshed
     virtual void NotifyChange() = 0;
   };
 }