X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FbbtkwxGUIEditorGraphicBBS.h;h=997f4d3368ea9eefb6cb109c482929a0abcd2d66;hb=3babfd57a9b4b3cffba34415e928239592e7d4a1;hp=4a62c668e328e8034f8d91224f07bac180ec82e3;hpb=cef73d418644dcb545c7731df11c54146fe82174;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h index 4a62c66..997f4d3 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h @@ -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 @@ -66,11 +67,13 @@ #include #include #include +#include //Includes std namespace bbtk { + class wxTabPanelsManager; class wxGUIEditorGraphicBBS : public wxFrame { @@ -83,6 +86,11 @@ 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); @@ -98,9 +106,14 @@ namespace bbtk wxAuiNotebook *_notebook; WxGUIPackageBrowser2 *_pkgBrowser; WxGUIHtmlBrowser *_helpHtmlBrowser; + wxPropertiesPanel *_propertiesPanel; std::string _dataDir; + std::string _actualPkgBrowserBoxName; + + std::string _actualPkgBrowserPkgName; + protected: