]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h
Fixing last details of the edition dialog new name
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.h
index e31d87349a698061dd6c09f703a10b3460ea8494..8fe150684d72792a1af798c0a0cbf4954499e88b 100644 (file)
 
 //Includes same project
 #include "wxTabPanelsManager.h"
-#include "wxPropertiesPanel.h"
-#include "wxEditionDialog.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
 
@@ -77,6 +78,8 @@
 namespace bbtk
 {
        class wxTabPanelsManager;
+
+       class wxVtkSceneManager;
   
        class  wxGUIEditorGraphicBBS : public wxFrame
   {
@@ -89,7 +92,6 @@ namespace bbtk
                void initTabPanelsManager();
                void initPackageBrowser();
                void initHelpHTMLBrowser();
-               void initPropertiesPanel();
 
                wxAuiNotebook* getAuiNotebook();
                void displayBlackBoxInfo(std::string packageName, std::string boxName);
@@ -97,6 +99,7 @@ namespace bbtk
                void executeActualDiagram();
 
                void editBlackBox(GBlackBoxModel *bbmodel);
+               void editDiagramParameters(wxVtkSceneManager* scene);
 
                void RegenerateAll();
                void DoRegeneratePackageDoc(const std::string& pack);   
@@ -112,7 +115,6 @@ namespace bbtk
                wxAuiNotebook                                           *_notebook;
                WxGUIPackageBrowser2                            *_pkgBrowser;
                WxGUIHtmlBrowser                                        *_helpHtmlBrowser;
-               wxPropertiesPanel                                       *_propertiesPanel;
 
                std::string _dataDir;