X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxTabPanelsManager.cxx;h=6f6b9e94458a9883dd73f216d58653ebf5e2b2a2;hb=ee78ea5e5132aa8e24b525dfa92fd0a355e8245a;hp=6410671cc80638dec9ba68bd06144e0ba2de7b16;hpb=be7230c59a3a7d7aa5bfee591b35d31e5e7a93b3;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx index 6410671..6f6b9e9 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx @@ -110,7 +110,19 @@ namespace bbtk //========================================================================= + void wxTabPanelsManager::editDiagramParameters(wxVtkSceneManager* scene) + { + _parent->editDiagramParameters(scene); + } + + //========================================================================= + void wxTabPanelsManager::deleteAllBoxesActualDiagram() + { + _actual->deleteAllBoxes(); + } + + //========================================================================= } // EO namespace bbtk