]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h
The actual version updates the status bar with the highlighted object ... Also it...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGPortView.h
index fb21d32ebcc241464d498e4e2c03efd5a00b7286..7f94560985082ee0b496c2e157e2210427d86afe 100644 (file)
@@ -48,6 +48,7 @@ Version:   $Revision$
 #include "vtkGObjectView.h"
 
 //Includes creaMaracasVisu
+#include "vtkInteractorStyleBaseView.h"
 
 //Includes vtk
 
@@ -74,11 +75,13 @@ namespace bbtk
                vtkGPortView();
                ~vtkGPortView();
                
-               //Public methods                        
+               //Public methods
+               virtual void update(int idController,int command);
 
        private:
 
                //Private Attributes
+               
 
                //Private Methods
 
@@ -88,7 +91,7 @@ namespace bbtk
                
                //Protected Methods
                virtual void createVtkObjects();
-               virtual void update();
+               virtual void updateColors();
        };