X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMLibDescriptionPanel.h;h=15c9ec49e9a1dbb9c97450f22f5aac7ec2b2b2ac;hb=f3f98131ffd23351c3cd872a0b04aecdc97b7c92;hp=2483c9aaec3d299bc97ee23c7c6111fa683f4ad3;hpb=6f3279f8b39adedcd231fbad40b0525461ed8691;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMLibDescriptionPanel.h b/lib/creaDevManagerLib/wxCDMLibDescriptionPanel.h index 2483c9a..15c9ec4 100644 --- a/lib/creaDevManagerLib/wxCDMLibDescriptionPanel.h +++ b/lib/creaDevManagerLib/wxCDMLibDescriptionPanel.h @@ -36,7 +36,6 @@ #define WXCDMLIBDESCRIPTIONPANEL_H_ #include -#include #include #include "modelCDMLib.h" @@ -44,7 +43,7 @@ /** * Library manager description panel. Shows the available libraries in the project and the actions corresponding to library management. */ -class wxCDMLibDescriptionPanel : public wxPanel +class wxCDMLibDescriptionPanel : public wxScrolledWindow { DECLARE_EVENT_TABLE() public: @@ -115,6 +114,11 @@ protected: * Handles when the open package cmakelists file button is pressed. */ void OnBtnEditCMakeLists(wxCommandEvent& event); + /** + * Handles when a library checkbox is (un)checked. + * @param event Has the link reference to know which library was selected. + */ + void OnChBLibraryChange(wxCommandEvent& event); /** * Handles when a library link is pressed. * @param event Has the link reference to know which library was selected.