]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h
Exit menu option activated
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.h
index 91b9d50bd571a7b21efef4a3358b635b0ea1f483..a1b3878d127890ce2eac5624f8e00338a06f9cd6 100644 (file)
 #ifndef __WxGUIEditorGraphicBBS_h__
 #define __WxGUIEditorGraphicBBS_h__
 
+//Includes same project
+#include "wxTabPanelsManager.h"
+#include "wxart_new.xpm"
+
+//Includes creaMaracasVisu
+
+//Includes bbtk
+#include <bbtkWxGUIPackageBrowser2.h>
+#include <bbtkWxGUIHtmlBrowser.h>
+#include <bbtkBlackBoxDescriptor.h>
+
+//Includes vtk
+
+//Includes wxWidgets
 #include <wx/frame.h>
 #include <wx/aui/aui.h>
 #include <wx/aui/auibook.h>
-#include <bbtkWxGUIPackageBrowser2.h>
 #include <wx/panel.h>
 #include <wx/toolbar.h>
 #include <wx/bitmap.h>
 #include <wx/menu.h>
-#include "wxart_new.xpm"
 #include <wx/dnd.h>
 
-#include <bbtkBlackBoxDescriptor.h>
-
-#include "wxTabPanelsManager.h"
-
 namespace bbtk
 {
   
@@ -71,8 +79,10 @@ namespace bbtk
                void initMenu();
                void initTabPanelsManager();
                void initPackageBrowser();
+               void initHelpHTMLBrowser();
 
                void OnToolLeftClick(wxCommandEvent& event);
+               void OnExit(wxCommandEvent& event);
 
 
        private:
@@ -80,6 +90,7 @@ namespace bbtk
                wxTabPanelsManager                                      *_tabsMgr;
                wxAuiNotebook                                           *_notebook;
                WxGUIPackageBrowser2                            *_pkgBrowser;
+               WxGUIHtmlBrowser                                        *_helpHtmlBrowser;
 
                std::string _dataDir;