]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h
2396 bbGEditor Feature New Normal Feature Show Tree 2014-06-18 15:29
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.h
index 0c070faf73535ff9d2de056735f9d71987c77b5e..ef9dc2f09c702e4f271f0687f9fc091957b2e20a 100644 (file)
@@ -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: