X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMApplicationDescriptionPanel.h;h=027db4f50020680e48b9b71a2b9ccc1641ada75b;hb=2f886b3dbdc87d142f8363272b2bd226209b8b06;hp=741eb44e9c4d4aaffd7966291b580dc820a0aab6;hpb=9f11db34cb1acacf545f819d6b552a95835d93bd;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMApplicationDescriptionPanel.h b/lib/creaDevManagerLib/wxCDMApplicationDescriptionPanel.h index 741eb44..027db4f 100644 --- a/lib/creaDevManagerLib/wxCDMApplicationDescriptionPanel.h +++ b/lib/creaDevManagerLib/wxCDMApplicationDescriptionPanel.h @@ -118,8 +118,19 @@ protected: /** * Handles when the set executable name button is pressed. + * @param event Unused */ void OnBtnSetExeName(wxCommandEvent& event); + /** + * Handles when a 3rd Party Library checkbox state is changed. It calls to include/exclude the selected application. + * @param event CheckBox event. + */ + void On3rdLibraryChBChange(wxCommandEvent& event); + /** + * Handles when a Custom Library checkbox state is changed. It calls to include/exclude the selected application. + * @param event CheckBox event. + */ + void OnLibraryChBChange(wxCommandEvent& event); /** * Handles when the create class button is pressed. */