diff Framework/Widgets/LayerWidget.h @ 299:3897f9f28cfa am-callable-and-promise

backup work in progress: updated messaging framework with ICallable
author am@osimis.io
date Fri, 14 Sep 2018 16:44:01 +0200
parents f21ba2468570
children b4abaeb783b1
line wrap: on
line diff
--- a/Framework/Widgets/LayerWidget.h	Mon Sep 10 12:22:26 2018 +0200
+++ b/Framework/Widgets/LayerWidget.h	Fri Sep 14 16:44:01 2018 +0200
@@ -35,6 +35,10 @@
       public IObserver,
       public IObservable
   {
+  public:
+    typedef OriginMessage<MessageType_Widget_GeometryChanged, LayerWidget> GeometryChangedMessage;
+    typedef OriginMessage<MessageType_Widget_ContentChanged, LayerWidget> ContentChangedMessage;
+
   private:
     class Scene;