]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx
It saves the diagram and it was added the icon to open a file ..... Now it is necessa...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.cxx
index 97a3d3abc45cd02e31d9e5e224f04fb96707c1d9..a82b584fb34160f05bda958c80e3aeb9026de026 100644 (file)
@@ -153,6 +153,13 @@ namespace bbtk
        }
 
        //=========================================================================
+       
+       void wxGEditorTabPanel::saveDiagram(std::string &content)
+       {
+               _sceneManager->saveDiagram(content);
+       }
+
+       //=========================================================================
 
 }  // EO namespace bbtk