]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBoxModel.h
#3084 bbGEditor Bug New Normal - Color refresh for inputs and outputs
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBoxModel.h
index 63d2ed50833154d7f00a1bd0bb105130936ce5f7..313325286fc4a1b6b55e7a860d73a8d5d13039e2 100644 (file)
@@ -121,25 +121,16 @@ namespace bbtk
                // Updates the position and finally the view of inputs and outputs
                void updatePorts();
 
-
                void addColons(std::string &text);
                void removeColons(std::string &text);
-
        private:
-
                //Private Attributes
-
-
                //Private Methods
-
        protected:
                //Protected Attributes
-
                std::vector<GPortModel*> _inputs;
                std::vector<GPortModel*> _outputs;
-
                //Protected methods
-               
        };