]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx
Added the possibility to delete all the boxes in the scene
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.cxx
index 6410671cc80638dec9ba68bd06144e0ba2de7b16..6f6b9e94458a9883dd73f216d58653ebf5e2b2a2 100644 (file)
@@ -110,7 +110,19 @@ namespace bbtk
 
        //=========================================================================
 
+       void wxTabPanelsManager::editDiagramParameters(wxVtkSceneManager* scene)
+       {
+               _parent->editDiagramParameters(scene);
+       }
+
+       //=========================================================================
 
+       void wxTabPanelsManager::deleteAllBoxesActualDiagram()
+       {
+               _actual->deleteAllBoxes();
+       }
+
+       //=========================================================================
 
 }  // EO namespace bbtk