X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGBoxModel.h;h=313325286fc4a1b6b55e7a860d73a8d5d13039e2;hb=d48bd5af65756f8d826169d9d975ac29a042984c;hp=63d2ed50833154d7f00a1bd0bb105130936ce5f7;hpb=db7d4391e42d1af64599a2bbdc79c5d688ce24da;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 - };