]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectActionsPanel.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMProjectActionsPanel.h
index 44745fdc1469bea198788cef54c02d27f1c3888a..d01e9e5c0c0f1dd18452f3fae97a1f94c6d273b4 100755 (executable)
@@ -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_
 #include <creaWx.h>
 #include <wx/panel.h>
 
+#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_ */