X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FbbtkwxGUIEditorGraphicBBS.h;h=ef9dc2f09c702e4f271f0687f9fc091957b2e20a;hb=5b4d222a83d861c34b2c08cb624c7569f3a9cc26;hp=0c070faf73535ff9d2de056735f9d71987c77b5e;hpb=f99b8e7dd7cede66856ede057976906de775dccc;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h index 0c070fa..ef9dc2f 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h @@ -91,6 +91,7 @@ #include "wxart_undo.xpm" #include "wxart_redo.xpm" #include "wxart_editProperties.xpm" +#include "wxart_showTree.xpm" //Includes creaMaracasVisu @@ -201,6 +202,7 @@ namespace bbtk void OnRedo(wxCommandEvent& event); void OnChangeName(wxCommandEvent& event); void OnEditDiagramProperties(wxCommandEvent& event); + void OnShowTree(wxCommandEvent& event); //CFT void OnEditComplexBoxScript(wxCommandEvent& event); @@ -232,11 +234,14 @@ namespace bbtk void setCurrentDiagramDescription(std::string description); void setCurrentDiagramAuthor(std::string author); void setCurrentDiagramCategory(std::string category); + void setCurrentDiagramMessageKind(std::string kind); + void setCurrentDiagramMessageLevel(std::string level); std::string getCurrentDiagramDescription(); std::string getCurrentDiagramAuthor(); std::string getCurrentDiagramCategory(); - + std::string getCurrentDiagramMessageKind(); + std::string getCurrentDiagramMessageLevel(); private: @@ -264,6 +269,7 @@ namespace bbtk std::string _currentBBGversion; NodeTreeC tree; + wxVtkSceneManager *_sceneM; protected: