X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMAppliDescriptionPanel.h;h=a12c31f459521906559fb430e1657c70caf4d5fe;hb=0cc6a7e002ad79de9453517108d7456fd44ddfdb;hp=88c2cf94b3333c1afa091b57dcc95b7f5dfc911e;hpb=6f3279f8b39adedcd231fbad40b0525461ed8691;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.h b/lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.h index 88c2cf9..a12c31f 100644 --- a/lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.h +++ b/lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.h @@ -36,7 +36,6 @@ #define WXCDMAPPLIDESCRIPTIONPANEL_H_ #include -#include #include #include "modelCDMAppli.h" @@ -44,7 +43,7 @@ /** * Application manager description panel. Shows the available applications in the project and the actions corresponding to application management. */ -class wxCDMAppliDescriptionPanel : public wxPanel +class wxCDMAppliDescriptionPanel : public wxScrolledWindow { DECLARE_EVENT_TABLE() public: @@ -112,6 +111,11 @@ protected: * Handles when the open package cmakelists file button is pressed. */ void OnBtnEditCMakeLists(wxCommandEvent& event); + /** + * Handles when a application checkbox is (un)checked. + * @param event Has the link reference to know which application was selected. + */ + void OnChBApplicationChange(wxCommandEvent& event); /** * Handles when an application link is pressed. * @param event Has the link reference to know which application was selected.