X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMProjectHelpDialog.h;fp=lib%2FcreaDevManagerLib%2FwxCDMProjectHelpDialog.h;h=789d81223f42f8ade40b40b9080662a6d1a23c7e;hb=4e0312091408bc9bd77f3f70ade44d207365cdbe;hp=b138cf97e89417f0d4ba738abb3e9b9f64427b84;hpb=9db5150d933dff7a6b833c54847d1c35ac38a9c6;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMProjectHelpDialog.h b/lib/creaDevManagerLib/wxCDMProjectHelpDialog.h index b138cf9..789d812 100644 --- a/lib/creaDevManagerLib/wxCDMProjectHelpDialog.h +++ b/lib/creaDevManagerLib/wxCDMProjectHelpDialog.h @@ -47,7 +47,7 @@ class wxCDMProjectHelpDialog : public wxDialog public: wxCDMProjectHelpDialog( wxWindow* parent, - wxCDMProjectDescriptionPanel* projectDescription, + modelCDMProject* project, wxWindowID id = wxID_ANY, const wxString& caption = wxT("Project Ready"), const wxPoint& position = wxDefaultPosition, @@ -69,21 +69,12 @@ protected: //attributes private: - wxCDMProjectDescriptionPanel* projectDescription; + modelCDMProject* project; //handlers protected: void OnFinish(wxCommandEvent& event); - void OnManagePackages(wxCommandEvent& event); - void OnManageLibraries(wxCommandEvent& event); - void OnManageApplications(wxCommandEvent& event); - - void OnAppliMouseEnter(wxMouseEvent& event); - void OnAppliMouseExit(wxMouseEvent& event); - void OnLibMouseEnter(wxMouseEvent& event); - void OnLibMouseExit(wxMouseEvent& event); - void OnDisableHelp(wxCommandEvent& event); };