X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGBoxModel.h;h=313325286fc4a1b6b55e7a860d73a8d5d13039e2;hb=511369e67cf26244fc8768a727a03f42ff42865f;hp=63d2ed50833154d7f00a1bd0bb105130936ce5f7;hpb=d108e756e1f5444e19b63ec457033b7518ba060e;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBoxModel.h b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBoxModel.h index 63d2ed5..3133252 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBoxModel.h +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBoxModel.h @@ -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 _inputs; std::vector _outputs; - //Protected methods - };