]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h
Added the possibility to delete all the boxes in the scene
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.h
index 80d02cb452a70e7968cfe7477dd81b03525e7922..2994c616890919fd9a0b1c5ccb76a3695c9b97cd 100644 (file)
@@ -50,6 +50,7 @@
 //#include "C:\RaC\CREATIS\bbtkGEditor\data\icons\wxart_new.xpm" // JPR
 #include "wxart_new.xpm" // JPR
 #include "wxart_run.xpm"
+#include "wxart_delete.xpm"
 
 //Includes creaMaracasVisu
 
@@ -97,7 +98,7 @@ namespace bbtk
                wxAuiNotebook* getAuiNotebook();
                void displayBlackBoxInfo(std::string packageName, std::string boxName);
                void updateStatusBar(std::string textStatus);
-               void executeActualDiagram();
+               void executeScript(std::string script);
 
                void editBlackBox(GBlackBoxModel *bbmodel);
                void editDiagramParameters(wxVtkSceneManager* scene);
@@ -106,7 +107,9 @@ namespace bbtk
                void DoRegeneratePackageDoc(const std::string& pack);   
                void DoRegenerateBoxesLists();
 
-               void OnToolLeftClick(wxCommandEvent& event);
+               void OnCreateNewTab(wxCommandEvent& event);
+               void OnExecuteActualDiagram(wxCommandEvent& event);
+               void OnDeleteAllBoxesActualDiagram(wxCommandEvent& event);
                void OnExit(wxCommandEvent& event);