]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GPortController.h
#3084 bbGEditor Bug New Normal - Color refresh for inputs and outputs
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GPortController.h
index a1b297637fe74952df7cb1f4797fd2440e5cd994..224320030f3a6536525bfb77ed8b6370bc524f97 100644 (file)
@@ -80,36 +80,22 @@ Version:   $Revision$
 //Includes std
 #include <iostream>
 
-
 namespace bbtk
 {
-
        class GPortController : public GObjectController
        {
-
        public: 
-
                //Constructors
                GPortController();
                ~GPortController();
-               
                //Public methods
-
                virtual bool  OnLeftButtonDown(); 
                virtual bool  OnLeftButtonUp();
-
        private:
-
                //Attributes
-               
-
                //Private Methods
-
        protected:
-
        };
-
-
 }
 // namespace bbtk
 #endif