X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMMainHelpDialog.h;h=a011c245fa4c3ec23a53140ff08ec6bb299682de;hb=f5cd0d2ab363ef8d6fd89d547ace70ca31d2bf3e;hp=1fc0e2b49553a8b204eabe87a9569b9cb4ca7be0;hpb=a914149ded6f527f542cf13082103ce328932ae8;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMMainHelpDialog.h b/lib/creaDevManagerLib/wxCDMMainHelpDialog.h index 1fc0e2b..a011c24 100644 --- a/lib/creaDevManagerLib/wxCDMMainHelpDialog.h +++ b/lib/creaDevManagerLib/wxCDMMainHelpDialog.h @@ -79,6 +79,7 @@ public: * @param position Dialog position. By default wxDefaultPosition. * @param size Dialog size. By default 350, 370. * @param style Dialog style. By default wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER. + * @return if the creation was successful. */ bool Create( wxWindow* parent, @@ -106,20 +107,24 @@ private: protected: /** * Handler to close help dialog. + * @param event Unused. */ void OnFinish(wxCommandEvent& event); /** * Handler when new project button is pressed. + * @param event Unused. */ void OnNewProject(wxCommandEvent& event); /** * Handler when open project button is pressed. + * @param event Unused. */ void OnOpenProject(wxCommandEvent& event); /** * Handler when the disable help checkbox is changed. + * @param event check box event. */ void OnDisableHelp(wxCommandEvent& event); };