]> 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 970d7a548ea1c6d18274d53a9bb7b8227b360a18..313325286fc4a1b6b55e7a860d73a8d5d13039e2 100644 (file)
@@ -121,24 +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
-               
        };