X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.h;h=dddf555ea03f43aa9c7c5cfbf7dedd9de3f0cb6d;hb=fb950461b1d139c1ec6ab2ac7a33570c0c63fd61;hp=db615aa629274b7263137abc85020f446f7f6469;hpb=50438aabbaf55c55e5cab40cb88e19da2a26b0a3;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h index db615aa..dddf555 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h @@ -103,6 +103,9 @@ namespace bbtk // Save temporary diagram as BBG void saveTempDiagram(); + // Save temporary diagram as BBG and update buttons + void saveTempandUpdate(); + // Load BBG diagram void loadDiagram(ifstream &inputStream, const std::string &path); //DFCH