X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMMainFrame.h;h=b5180f16620b52065f9a59d531564f5430a8f344;hb=5a17d994576296f2a5a85f3a01ad5631786a0c56;hp=5c440cc23914b0387010e7171655a7994d612579;hpb=c1c0272929da71783e2d520a24acfb23fe8e24a5;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMMainFrame.h b/lib/creaDevManagerLib/wxCDMMainFrame.h index 5c440cc..b5180f1 100755 --- a/lib/creaDevManagerLib/wxCDMMainFrame.h +++ b/lib/creaDevManagerLib/wxCDMMainFrame.h @@ -151,6 +151,10 @@ private: * Tree control for an open project */ wxCDMProjectsTreeCtrl* tree_Projects; + /** + * Tree item for the selected item in the tree. + */ + wxTreeItemId actualTreeItem; /** * Description panel for a selected project item */ @@ -206,6 +210,11 @@ protected: * @param event The event object that triggers the handler. */ void OnMenuRefreshProject(wxCommandEvent& event); + /** + * Open the settings dialog. + * @param event The event object that triggers the handler. + */ + void OnMenuSettings(wxCommandEvent& event); //Tools /**