]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/Observable.h
Added the possibility to delete all the boxes in the scene
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / Observable.h
index a55b17de2f01fead3dbf9a05a6afda2eb1df143c..7adc257324cdefa61408c1c0d48f814a7ab40d4b 100644 (file)
@@ -69,17 +69,11 @@ namespace bbtk
                //Public methods
                void addObserver(Observer *observer);
 
-               bool hasChanged();
-
-               void notifyObservers(int command=REPAINT);
-                    
-               void setChanged();
+               void notifyObservers(int idCaller,int command=NO_COMMAND);
 
        private:
 
-               //Private Attributes
-               bool _changed;
-               
+               //Private Attributes            
                std::vector<Observer*>  _observers;
                
                //Private Methods