]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx
Actual Version : It is possible to define, to create and to save a complex box ....
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.cxx
index 4e5312e33f192fcd8e49af32df57deffc6a1c57a..682d3d4e4b8602010ae87854847c19bd5481f42b 100644 (file)
@@ -119,9 +119,16 @@ namespace bbtk
 
        //=========================================================================
 
-       std::string wxGEditorTabPanel::getDiagramScript()
+       std::string wxGEditorTabPanel::getDiagramBBS()
        {
-               return _sceneManager->getDiagramScript();
+               return _sceneManager->getDiagramBBS();
+       }
+
+       //=========================================================================
+
+       std::string wxGEditorTabPanel::saveComplexBoxBBS(std::string cbName,std::string cbAuthor,std::string cbCategory,std::string cbDescription)
+       {
+               return _sceneManager->saveComplexBoxBBS(cbName,cbAuthor,cbCategory,cbDescription);
        }
 
        //=========================================================================