]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h
The actual version updates the status bar with the highlighted object ... Also it...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.h
index a1b3878d127890ce2eac5624f8e00338a06f9cd6..997f4d3368ea9eefb6cb109c482929a0abcd2d66 100644 (file)
@@ -45,7 +45,8 @@
 
 //Includes same project
 #include "wxTabPanelsManager.h"
-#include "wxart_new.xpm"
+#include "wxPropertiesPanel.h"
+#include "C:\RaC\CREATIS\bbtkGEditor\data\icons\wxart_new.xpm"
 
 //Includes creaMaracasVisu
 
@@ -53,6 +54,7 @@
 #include <bbtkWxGUIPackageBrowser2.h>
 #include <bbtkWxGUIHtmlBrowser.h>
 #include <bbtkBlackBoxDescriptor.h>
+#include <bbtkConfigurationFile.h>
 
 //Includes vtk
 
 #include <wx/bitmap.h>
 #include <wx/menu.h>
 #include <wx/dnd.h>
+#include <wx/grid.h>
+
+//Includes std
 
 namespace bbtk
 {
+       class wxTabPanelsManager;
   
        class  wxGUIEditorGraphicBBS : public wxFrame
   {
@@ -80,6 +86,15 @@ namespace bbtk
                void initTabPanelsManager();
                void initPackageBrowser();
                void initHelpHTMLBrowser();
+               void initPropertiesPanel();
+
+               wxAuiNotebook* getAuiNotebook();
+               void displayBlackBoxInfo(std::string packageName, std::string boxName);
+               void updateStatusBar(std::string textStatus);
+
+               void RegenerateAll();
+               void DoRegeneratePackageDoc(const std::string& pack);   
+               void DoRegenerateBoxesLists();
 
                void OnToolLeftClick(wxCommandEvent& event);
                void OnExit(wxCommandEvent& event);
@@ -91,9 +106,14 @@ namespace bbtk
                wxAuiNotebook                                           *_notebook;
                WxGUIPackageBrowser2                            *_pkgBrowser;
                WxGUIHtmlBrowser                                        *_helpHtmlBrowser;
+               wxPropertiesPanel                                       *_propertiesPanel;
 
                std::string _dataDir;
 
+               std::string _actualPkgBrowserBoxName;
+
+               std::string _actualPkgBrowserPkgName;
+
        protected: