X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.h;h=db615aa629274b7263137abc85020f446f7f6469;hb=6c3b9595e2e319a6a15a4fa03eec5441a4443aff;hp=7a6b39fe21b2a34866a3bd97714bf3908fd5e68b;hpb=fea0c6ff7e209a7bb61bcc8176742e5f1a609443;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h index 7a6b39f..db615aa 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h @@ -57,7 +57,7 @@ Version: $Revision$ #include //Includes std -#include +#include namespace bbtk { @@ -107,7 +107,13 @@ namespace bbtk void loadDiagram(ifstream &inputStream, const std::string &path); //DFCH // Load temporary diagram as BBG - unsigned short loadTempDiagram(unsigned short un); + void loadTempDiagram(unsigned short un); + + // evaluate the position in the undo actions list + unsigned short getUndoState(); + + // evaluate the position in the redo actions list + unsigned short getRedoState(); // Add a new complex input object to the scene void addComplexInputPort(std::string portName);