X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMApplicationHelpDialog.h;h=f9b41315243eee0586ce1a02e119843bd3cf8a14;hb=e622abafafec5f3887413020502eebf8631cd853;hp=0d891d0a65147c11c8645f539ef4cd7db21cedb8;hpb=a914149ded6f527f542cf13082103ce328932ae8;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMApplicationHelpDialog.h b/lib/creaDevManagerLib/wxCDMApplicationHelpDialog.h index 0d891d0..f9b4131 100644 --- a/lib/creaDevManagerLib/wxCDMApplicationHelpDialog.h +++ b/lib/creaDevManagerLib/wxCDMApplicationHelpDialog.h @@ -81,6 +81,7 @@ public: * @param position Dialog position. By default wxDefaultPosition. * @param size Dialog size. By default 410, 670. * @param style Dialog style. By default wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER. + * @return if the creation was successful. */ bool Create( wxWindow* parent, @@ -107,25 +108,30 @@ private: protected: /** * Handler to close help dialog. + * @param event Unused. */ void OnFinish(wxCommandEvent& event); /** * Handler when a cmakelists button is pressed. + * @param event cmakelists event. */ void OnCMakeLists(wxCommandEvent& event); /** * Handler when a cmakelists button is hovered. + * @param event cmakelists event. */ void OnCMakeListsEnter(wxMouseEvent& event); /** * Handler when a cmakelists button hover finishes. + * @param event cmakelists event. */ void OnCMakeListsExit(wxMouseEvent& event); /** * Handler when the disable help checkbox is changed. + * @param event check box event. */ void OnDisableHelp(wxCommandEvent& event); };