]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/Observable.h
Move box and refresh position ... ports don't refresh automatically their position...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / Observable.h
index 72e1e80cb6b50b8f6c4f30daae39d4660b57ac70..a55b17de2f01fead3dbf9a05a6afda2eb1df143c 100644 (file)
@@ -47,6 +47,9 @@ Version:   $Revision$
 
 #include "Observer.h"
 
+//Includes same project
+#include "GlobalConstants.h"
+
 //Includes std
 #include <iostream>
 #include <vector>
@@ -68,7 +71,7 @@ namespace bbtk
 
                bool hasChanged();
 
-               void notifyObservers();
+               void notifyObservers(int command=REPAINT);
                     
                void setChanged();