]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/Observable.h
Stable version ... The connection is correctly painted :)
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / Observable.h
index 18fad74b5f1977ccf91a29a59d9f38b4adcea33d..c00e754814f4e76f59dc1c0900327dbcc9afa27a 100644 (file)
@@ -69,17 +69,11 @@ namespace bbtk
                //Public methods
                void addObserver(Observer *observer);
 
-               bool hasChanged();
-
-               void notifyObservers(int idController=-1,int command=REPAINT);
-                    
-               void setChanged();
+               void notifyObservers(int idCaller,int command=REPAINT);
 
        private:
 
-               //Private Attributes
-               bool _changed;
-               
+               //Private Attributes            
                std::vector<Observer*>  _observers;
                
                //Private Methods