X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FbbtkwxGUIEditorGraphicBBS.h;h=54a604cc8ece19980d1ebfa668acd82a7dd3b386;hb=de7c0454ab8fc1b0b97dcd7112dfdb4a55ac0215;hp=35d2f56985b82e0fa0f14b43a7d51081739c8bd2;hpb=e4d5a319ef249bde6c4f4ddfee66f6258558bf91;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h index 35d2f56..54a604c 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h @@ -148,11 +148,13 @@ namespace bbtk void SaveTempActualDiagram(const std::string &);//FCY + // File menu and toolbar events void OnCreateNewTab(wxCommandEvent& event); void OnOpenDiagram(wxCommandEvent& event); void OnSaveActualDiagram(wxCommandEvent& event); //DFCH void OnSaveAsActualDiagram(wxCommandEvent& event); //DFCH + void OnExportConsoleExecCommand(wxCommandEvent& event); //RaC void OnOpenBBS(wxCommandEvent& event); void OnSaveActualBBS(wxCommandEvent& event); void OnSaveActualComplexBox(wxCommandEvent& event); @@ -219,6 +221,10 @@ namespace bbtk std::string _actualPkgBrowserBoxName; std::string _actualPkgBrowserPkgName; + // VERY IMPORTANT FOR SAVE&LOAD PROCESSES + // RaC 2012 2nd HackFest + std::string _currentBBGversion; + protected: