]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBoxController.h
#3084 bbGEditor Bug New Normal - Color refresh for inputs and outputs
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GBoxController.h
index 9372d5a07ed82cd25ea21f8fb22c84a405793095..156cdd84e50eb3823324c84d92418d0c5931bdad 100644 (file)
@@ -79,42 +79,26 @@ Version:   $Revision$
 //Includes std
 #include <iostream>
 
-
 namespace bbtk
 {
-
        class GBoxController : public GObjectController
        {
-
        public: 
-
                //Constructors
                GBoxController();
-               ~GBoxController();
-               
+               ~GBoxController();      
                //Public methods
-               
-
-
        private:
-
                //Attributes
-
                //Private Methods
-
        protected:
-
                // Methods from InteractorStyleMaracas
                virtual bool  OnMouseMove();
                virtual bool  OnLeftButtonDown(); 
                virtual bool  OnLeftButtonUp();
                virtual bool  OnMiddleButtonDown(); 
                virtual bool  OnRightButtonUp();
-
-
        };
-
-
 }
 // namespace bbtk
 #endif