X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxBlackBoxEditionDialog.h;fp=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxBlackBoxEditionDialog.h;h=9abd697a40d8de3ecbd7b7b56379993f44bbdea0;hb=774e6c1e3e9b69ea0b221c3013b58d7d5a919971;hp=be859b614ebc5387be52b39626be5e55fdefe8fd;hpb=2c0b651d9f793d143396b52631b460280afcc021;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxBlackBoxEditionDialog.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxBlackBoxEditionDialog.h index be859b6..9abd697 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxBlackBoxEditionDialog.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxBlackBoxEditionDialog.h @@ -74,6 +74,7 @@ namespace bbtk ~wxBlackBoxEditionDialog(); void constructBlackBoxEditionDialog(); + bool isValidNameForABox(std::string boxname); void onClickOk(wxCommandEvent& event); void onClickClose(wxCommandEvent& event); @@ -85,6 +86,8 @@ namespace bbtk std::vector _lstValues; std::vector _lstTypes; std::vector _lstNames; + std::string _initBoxName; + wxTextCtrl* _boxName; GBlackBoxModel *_model;