]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h
Bug #1365,
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.h
index bf617e3369a467d3a1a29ffdea47970028349099..529699b9c851e2ee23ea51a1a551d70d884abe5f 100644 (file)
@@ -49,6 +49,7 @@ Version:   $Revision$
 #include <wx/string.h>
 #include <map>
 #include <iostream>
+#include <creaWx.h>
 
 #include "wxGEditorTabPanel.h"
 #include "wxVtkSceneManager.h"
@@ -56,6 +57,7 @@ Version:   $Revision$
 
 using namespace std;
 
+
 namespace bbtk
 {
 
@@ -88,7 +90,9 @@ namespace bbtk
                void loadDiagram(ifstream &inputStream, const std::string &path); //DFCH
 
                void saveTempActualDiagram(); //FCY
-               unsigned short loadTempDiagram(unsigned short un); //FCY
+               void loadTempDiagram(unsigned short un); //FCY
+               unsigned short getUndoState();
+               unsigned short getRedoState();
                bool isActualDiagramComplexBox();
                void setActualDiagramComplexBox(bool val);
                void addActualDiagramComplexInputPort(std::string portName);
@@ -111,6 +115,7 @@ namespace bbtk
         std::string GetCategory();
 
            void SetNameTabPanel(wxString tabpanelname);
+               std::string GetNameTabPanel();
            std::string GetCurrentTabPanelPath( ); //DFCH