]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx
#3259 Export Format Python and JavaScript
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.cxx
index 098d888a014d3203b1b06dd02b42af7b8e87189b..ee1aec3cab94e154b19d8ff915a00f47cdb0c73e 100644 (file)
@@ -515,6 +515,12 @@ printf("EED wxGEditorTabPanel::getUndoState This mecanisme is not working  ?????
            return _sceneManager->GetAuthor();
        }
 
+    //=========================================================================
+    int wxGEditorTabPanel::GetExportFormat()
+    {
+        return _sceneManager->GetExportFormat();
+    }
+
        //=========================================================================
     std::string wxGEditorTabPanel::GetDescription()
        {
@@ -549,13 +555,17 @@ printf("EED wxGEditorTabPanel::getUndoState This mecanisme is not working  ?????
         _sceneManager->SetCbPackageName( packagename );
     }
 
-
        //=========================================================================
     void wxGEditorTabPanel::SetAuthor(std::string author)
     {
         _sceneManager->SetAuthor( author );
     }
 
+    //=========================================================================
+    void wxGEditorTabPanel::SetExportFormat(int exportformat)
+    {
+        _sceneManager->SetExportFormat( exportformat );
+    }
 
        //=========================================================================
     void wxGEditorTabPanel::SetCategory(std::string category)