]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h
#3253 Select manual of boxes
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.h
index 78a3f31267358507070ea5009591b6ddc6366961..d864b402b313284add911b422c2514112e16ae96 100644 (file)
@@ -170,6 +170,7 @@ namespace bbtk
                        void OnDeleteAllBoxesActualDiagram(wxCommandEvent& event);
                        void OnCenterViewActualDiagram(wxCommandEvent& event);
                        void OnClickBtnBox(wxCommandEvent& event);
+            void OnClickBtnSelectBoxes(wxCommandEvent& event);
                        void OnClickBtnComplexBox(wxCommandEvent& event);
                        void OnAddComplexBoxInput(wxCommandEvent& event);
                        void OnAddComplexBoxOutput(wxCommandEvent& event);
@@ -245,8 +246,8 @@ namespace bbtk
                        // RaC 2012 2nd HackFest
                        std::string                                             _currentBBGversion;
                        
-                       NodeTreeC tree;
-                       wxVtkSceneManager *_sceneM;
+                       NodeTreeC                           tree;
+                       wxVtkSceneManager                   *_sceneM;
                protected: