X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMProjectDescriptionPanel.h;h=1b7972670f621b527249e78e0f76472f0f2d8bdc;hb=refs%2Fheads%2Fvtk7itk4wx3-mingw64;hp=74a71d79b5f35ef885a921d1c0ebb82d22984b58;hpb=71c071fbb1e2af618f6caa489351b966e1a54b1a;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.h b/lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.h index 74a71d7..1b79726 100644 --- a/lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.h +++ b/lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.h @@ -136,6 +136,10 @@ protected: * Handles when the manage applications button is pressed. */ void OnBtnManageApplications(wxCommandEvent& event); + /** + * Handles when the 3rd party libraries manager button is pressed. + */ + void OnBtnConfigProject(wxCommandEvent& event); /** * Handles when the open cmakelists file button is pressed. */ @@ -144,6 +148,10 @@ protected: * Handles when the choose build path button is pressed. */ void OnBtnSetBuildPath(wxCommandEvent& event); + /** + * Handles when the open build folder button is pressed. + */ + void OnBtnOpenBuild(wxCommandEvent& event); /** * Handles when the open containing folder button is pressed. */