X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxBlackBoxEditionDialog.h;h=c6a6b11327b8747dde47d6e0eab506138762d09f;hb=a1bf4dc5c3153e37ab104d505bf72cf210a0df28;hp=9abd697a40d8de3ecbd7b7b56379993f44bbdea0;hpb=ff95a246dc5fb05cffa4e6f289da505337ba673d;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxBlackBoxEditionDialog.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxBlackBoxEditionDialog.h index 9abd697..c6a6b11 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxBlackBoxEditionDialog.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxBlackBoxEditionDialog.h @@ -90,6 +90,10 @@ namespace bbtk wxTextCtrl* _boxName; GBlackBoxModel *_model; + + + void addDoubleQuotes(std::string &text); + void removeDoubleQuotes(std::string &text); protected: