]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h
Change of wxDialog name to wxBlackBoxEditionDialog ... It is better to have two diffe...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.h
index 5771c39271ba8e8d472949ccfab9dd2de8f46d6e..7374ac32a5183eb99631cb111d1e1cbfb917d6c1 100644 (file)
 //Includes same project
 #include "wxTabPanelsManager.h"
 #include "wxPropertiesPanel.h"
-#include "C:\RaC\CREATIS\bbtkGEditor\data\icons\wxart_new.xpm"
+#include "wxBlackBoxEditionDialog.h"
+#include "wxVtkSceneManager.h"
+//#include "C:\RaC\CREATIS\bbtkGEditor\data\icons\wxart_new.xpm" // JPR
+#include "wxart_new.xpm" // JPR
 
 //Includes creaMaracasVisu
 
 #include <wx/grid.h>
 
 //Includes std
+#include <iostream>
+#include <fstream>
 
 namespace bbtk
 {
        class wxTabPanelsManager;
+
+       class wxVtkSceneManager;
   
        class  wxGUIEditorGraphicBBS : public wxFrame
   {
@@ -90,6 +97,11 @@ namespace bbtk
 
                wxAuiNotebook* getAuiNotebook();
                void displayBlackBoxInfo(std::string packageName, std::string boxName);
+               void updateStatusBar(std::string textStatus);
+               void executeActualDiagram();
+
+               void editBlackBox(GBlackBoxModel *bbmodel);
+               void editDiagramParameters(wxVtkSceneManager* scene);
 
                void RegenerateAll();
                void DoRegeneratePackageDoc(const std::string& pack);