]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxBlackBoxEditionDialog.h
#1351
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxBlackBoxEditionDialog.h
index 8f3021f002f010a09a2f59d5412069f036192711..9abd697a40d8de3ecbd7b7b56379993f44bbdea0 100644 (file)
@@ -59,8 +59,6 @@ Version:   $Revision$
 #include <iostream>
 
 
-
-
 namespace bbtk
 {
 
@@ -76,6 +74,7 @@ namespace bbtk
                ~wxBlackBoxEditionDialog();
 
                void constructBlackBoxEditionDialog();
+               bool isValidNameForABox(std::string boxname);
 
                void onClickOk(wxCommandEvent& event);
                void onClickClose(wxCommandEvent& event);
@@ -83,10 +82,12 @@ namespace bbtk
        private:
                wxAuiManager *_dialogAUIMgr;
                wxPanel *_panel;
-
+               wxGUIEditorGraphicBBS *_parent;
                std::vector<wxTextCtrl*> _lstValues;
                std::vector<wxStaticText*> _lstTypes;
                std::vector<wxStaticText*> _lstNames;
+               std::string _initBoxName;
+               wxTextCtrl* _boxName;
 
                GBlackBoxModel *_model;