]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx
The app saves and opens diagrams !!!! Allll fiiiinnn se logro !!
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.cxx
index a82b584fb34160f05bda958c80e3aeb9026de026..0fba89580e3036470a7aaf962e3a5a36cb6f57f1 100644 (file)
@@ -161,6 +161,13 @@ namespace bbtk
 
        //=========================================================================
 
+       void wxGEditorTabPanel::loadDiagram(ifstream &inputStream)
+       {
+               _sceneManager->loadDiagram(inputStream);
+       }
+
+       //=========================================================================
+
 }  // EO namespace bbtk
 
 // EOF