]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h
*** empty log message ***
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.h
index a1b3878d127890ce2eac5624f8e00338a06f9cd6..4a62c668e328e8034f8d91224f07bac180ec82e3 100644 (file)
@@ -53,6 +53,7 @@
 #include <bbtkWxGUIPackageBrowser2.h>
 #include <bbtkWxGUIHtmlBrowser.h>
 #include <bbtkBlackBoxDescriptor.h>
+#include <bbtkConfigurationFile.h>
 
 //Includes vtk
 
@@ -66,6 +67,8 @@
 #include <wx/menu.h>
 #include <wx/dnd.h>
 
+//Includes std
+
 namespace bbtk
 {
   
@@ -81,6 +84,10 @@ namespace bbtk
                void initPackageBrowser();
                void initHelpHTMLBrowser();
 
+               void RegenerateAll();
+               void DoRegeneratePackageDoc(const std::string& pack);   
+               void DoRegenerateBoxesLists();
+
                void OnToolLeftClick(wxCommandEvent& event);
                void OnExit(wxCommandEvent& event);