X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FbbtkwxGUIEditorGraphicBBS.h;h=997f4d3368ea9eefb6cb109c482929a0abcd2d66;hb=3babfd57a9b4b3cffba34415e928239592e7d4a1;hp=91b9d50bd571a7b21efef4a3358b635b0ea1f483;hpb=ac7e88cf5991d996435b15c7d731b67078f8b2c9;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h index 91b9d50..997f4d3 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h @@ -43,23 +43,37 @@ #ifndef __WxGUIEditorGraphicBBS_h__ #define __WxGUIEditorGraphicBBS_h__ +//Includes same project +#include "wxTabPanelsManager.h" +#include "wxPropertiesPanel.h" +#include "C:\RaC\CREATIS\bbtkGEditor\data\icons\wxart_new.xpm" + +//Includes creaMaracasVisu + +//Includes bbtk +#include +#include +#include +#include + +//Includes vtk + +//Includes wxWidgets #include #include #include -#include #include #include #include #include -#include "wxart_new.xpm" #include +#include -#include - -#include "wxTabPanelsManager.h" +//Includes std namespace bbtk { + class wxTabPanelsManager; class wxGUIEditorGraphicBBS : public wxFrame { @@ -71,8 +85,19 @@ namespace bbtk void initMenu(); 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); private: @@ -80,9 +105,15 @@ namespace bbtk wxTabPanelsManager *_tabsMgr; wxAuiNotebook *_notebook; WxGUIPackageBrowser2 *_pkgBrowser; + WxGUIHtmlBrowser *_helpHtmlBrowser; + wxPropertiesPanel *_propertiesPanel; std::string _dataDir; + std::string _actualPkgBrowserBoxName; + + std::string _actualPkgBrowserPkgName; + protected: