X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FbbtkwxGUIEditorGraphicBBS.h;h=7374ac32a5183eb99631cb111d1e1cbfb917d6c1;hb=8a680b0e68359ef1d8dc810d776a4f354ffb65e5;hp=5771c39271ba8e8d472949ccfab9dd2de8f46d6e;hpb=50851761f4216d932217db8e8fe56dd5aac6b0fb;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h index 5771c39..7374ac3 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h @@ -46,7 +46,10 @@ //Includes same project #include "wxTabPanelsManager.h" #include "wxPropertiesPanel.h" -#include "C:\RaC\CREATIS\bbtkGEditor\data\icons\wxart_new.xpm" +#include "wxBlackBoxEditionDialog.h" +#include "wxVtkSceneManager.h" +//#include "C:\RaC\CREATIS\bbtkGEditor\data\icons\wxart_new.xpm" // JPR +#include "wxart_new.xpm" // JPR //Includes creaMaracasVisu @@ -70,10 +73,14 @@ #include //Includes std +#include +#include namespace bbtk { class wxTabPanelsManager; + + class wxVtkSceneManager; class wxGUIEditorGraphicBBS : public wxFrame { @@ -90,6 +97,11 @@ namespace bbtk wxAuiNotebook* getAuiNotebook(); void displayBlackBoxInfo(std::string packageName, std::string boxName); + void updateStatusBar(std::string textStatus); + void executeActualDiagram(); + + void editBlackBox(GBlackBoxModel *bbmodel); + void editDiagramParameters(wxVtkSceneManager* scene); void RegenerateAll(); void DoRegeneratePackageDoc(const std::string& pack);