X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMProjectDescriptionPanel.h;h=1b7972670f621b527249e78e0f76472f0f2d8bdc;hb=bae167768b5d3ccae6ec9b04c844d80e0368a52d;hp=86726c5dd1296b479776b341abffc827f2725f0a;hpb=e6d99bba438e086b10239a42492532ff194edb88;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.h b/lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.h index 86726c5..1b79726 100644 --- a/lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.h +++ b/lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.h @@ -36,14 +36,13 @@ #define WXCDMPROJECTDESCRIPTIONPANEL_H_ #include -#include #include "modelCDMProject.h" /** * Project Description Panel. Shows the project properties and the principal actions for the project. */ -class wxCDMProjectDescriptionPanel : public wxPanel +class wxCDMProjectDescriptionPanel : public wxScrolledWindow { DECLARE_EVENT_TABLE() public: @@ -137,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. */ @@ -145,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. */