]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGObjectView.h
Updated Version with the moving of the objects updated and the background doesn't...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGObjectView.h
index d07a3fd7def5884e6ed6e2b5241b15009ea07276..3c6908a9605c3dd839a0ef34b8435d8b6aa970cf 100644 (file)
@@ -84,7 +84,7 @@ namespace bbtk
                virtual void moveObject(int X, int Y);
 
                virtual void update(int idController,int command);
-               void isStartDragging(bool param);
+               void setStartDragging(bool param);
 
                void setState(int state);
                int getState();
@@ -105,7 +105,8 @@ namespace bbtk
                //Protected Attributes
                wxVtkBaseView *_baseView;
                GObjectModel *_model;
-               vtkActor *_objectActor;
+               vtkActor *_objectBorderActor;
+               vtkActor *_fillBorderActor;
                int  _state;
                
                //Protected Methods