X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcreaDevManagerLib%2FwxCDMProjectActionsPanel.h;h=d01e9e5c0c0f1dd18452f3fae97a1f94c6d273b4;hb=752294dd30e2ee94f38be513d441f4716509ce13;hp=44745fdc1469bea198788cef54c02d27f1c3888a;hpb=ca800a1a9a78f119d37d9642ea29acb7c9b9a323;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMProjectActionsPanel.h b/lib/creaDevManagerLib/wxCDMProjectActionsPanel.h index 44745fd..d01e9e5 100755 --- a/lib/creaDevManagerLib/wxCDMProjectActionsPanel.h +++ b/lib/creaDevManagerLib/wxCDMProjectActionsPanel.h @@ -2,7 +2,7 @@ # --------------------------------------------------------------------- # # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image -# pour la Santé) +# pour la Sant�) # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton # Previous Authors : Laurent Guigues, Jean-Pierre Roux # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil @@ -30,7 +30,7 @@ * wxCDMProjectActionsPanel.h * * Created on: 25/10/2012 - * Author: daniel + * Author: Daniel Felipe Gonzalez Obando */ #ifndef WXCDMPROJECTACTIONSPANEL_H_ @@ -39,11 +39,15 @@ #include #include +#include "modelCDMProject.h" + class wxCDMProjectActionsPanel : public wxPanel { + DECLARE_EVENT_TABLE() public: wxCDMProjectActionsPanel( wxWindow* parent, + modelCDMProject* project, wxWindowID id = -1, const wxString& caption = _("Description Frame"), const wxPoint& pos = wxDefaultPosition, @@ -62,6 +66,13 @@ public: protected: void CreateControls(); + + void OnBtnConfigureBuild(wxCommandEvent& event); + void OnBtnBuildProject(wxCommandEvent& event); + void OnBtnConnectProject(wxCommandEvent& event); + +private: + modelCDMProject* project; }; #endif /* WXCDMPROJECTACTIONSPANEL_H_ */