]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h
Setting values in a blackbox and almost setting values in the scene properties
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.h
index e31d87349a698061dd6c09f703a10b3460ea8494..d81251db6919c450502b8e2657a54c72b725457c 100644 (file)
@@ -47,6 +47,7 @@
 #include "wxTabPanelsManager.h"
 #include "wxPropertiesPanel.h"
 #include "wxEditionDialog.h"
+#include "wxVtkSceneManager.h"
 #include "C:\RaC\CREATIS\bbtkGEditor\data\icons\wxart_new.xpm"
 
 //Includes creaMaracasVisu
@@ -77,6 +78,8 @@
 namespace bbtk
 {
        class wxTabPanelsManager;
+
+       class wxVtkSceneManager;
   
        class  wxGUIEditorGraphicBBS : public wxFrame
   {
@@ -97,6 +100,7 @@ namespace bbtk
                void executeActualDiagram();
 
                void editBlackBox(GBlackBoxModel *bbmodel);
+               void editDiagramParameters(wxVtkSceneManager* scene);
 
                void RegenerateAll();
                void DoRegeneratePackageDoc(const std::string& pack);