]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx
Little change
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.cxx
index 6410671cc80638dec9ba68bd06144e0ba2de7b16..7998bc4e64c7f8292c7f88605e744419a85e2f49 100644 (file)
@@ -110,7 +110,40 @@ namespace bbtk
 
        //=========================================================================
 
+       void wxTabPanelsManager::editDiagramParameters(wxVtkSceneManager* scene)
+       {
+               _parent->editDiagramParameters(scene);
+       }
+
+       //=========================================================================
+
+       void wxTabPanelsManager::deleteAllBoxesActualDiagram()
+       {
+               _actual->deleteAllBoxes();
+       }
+
+       //=========================================================================
+
+       void wxTabPanelsManager::centerViewActualDiagram()
+       {
+               _actual->centerView();
+       }
 
+       //=========================================================================
+
+       void wxTabPanelsManager::saveActualDiagram(std::string &content)
+       {
+               _actual->saveDiagram(content);
+       }
+
+       //=========================================================================
+
+       void wxTabPanelsManager::loadDiagram(ifstream &inputStream)
+       {
+               _actual->loadDiagram(inputStream);
+       }
+
+       //=========================================================================
 
 }  // EO namespace bbtk