X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxTabPanelsManager.h;h=529699b9c851e2ee23ea51a1a551d70d884abe5f;hb=04884fa171fe877e5c2ca53d11d6838bc1f8a8f7;hp=bf617e3369a467d3a1a29ffdea47970028349099;hpb=0846876a83badbcceaa83f3e1562ef1708e0d7e0;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h index bf617e3..529699b 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h @@ -49,6 +49,7 @@ Version: $Revision$ #include #include #include +#include #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