]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx
#3259 Export Format Python and JavaScript
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.cxx
index de51abcf4a57e4b43dfa66ef6a5968c1838a7ab2..6618b14448e994dcffb48a8be4061103194c6805 100644 (file)
@@ -202,27 +202,26 @@ namespace bbtk
        {
                 return _actual->getUndoState(stun);
        }
-               //=========================================================================
+
+    //=========================================================================
        unsigned short wxTabPanelsManager::getRedoState(std::string &stre) //FCY
        {
                 return _actual->getRedoState(stre);
        }
-       //=========================================================================
 
+       //=========================================================================
        bool wxTabPanelsManager::isActualDiagramComplexBox()
        {
                return _actual->isComplexBox();
        }
 
        //=========================================================================
-
        void wxTabPanelsManager::setActualDiagramComplexBox(bool val)
        {
                _actual->setComplexBox(val);
        }
 
        //=========================================================================
-
        void wxTabPanelsManager::addActualDiagramComplexInputPort(std::string portName)
        {
                _actual->addComplexInputPort(portName);
@@ -362,6 +361,13 @@ namespace bbtk
            return _actual->GetAuthor();
        }
 
+    //=========================================================================
+    int wxTabPanelsManager::GetExportFormat()
+    {
+        return _actual->GetExportFormat();
+    }
+
+
        //=========================================================================
     std::string wxTabPanelsManager::GetDescription()
        {
@@ -398,13 +404,17 @@ namespace bbtk
         _actual->SetCbPackageName( packagename );
     }
 
-
-       //=========================================================================
+    //=========================================================================
     void wxTabPanelsManager::SetAuthor(std::string author)
     {
         _actual->SetAuthor( author );
     }
 
+    //=========================================================================
+    void wxTabPanelsManager::SetExportFormat(int exportformat)
+    {
+        _actual->SetExportFormat( exportformat );
+    }
 
        //=========================================================================
     void wxTabPanelsManager::SetCategory(std::string category)