X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxBlackBoxEditionDialog.h;h=9abd697a40d8de3ecbd7b7b56379993f44bbdea0;hb=a462a32a87251d7de0e246eb0f0a4a905b2efb72;hp=be859b614ebc5387be52b39626be5e55fdefe8fd;hpb=fea0c6ff7e209a7bb61bcc8176742e5f1a609443;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;