]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMProjectDescriptionPanel.h
index 86726c5dd1296b479776b341abffc827f2725f0a..1b7972670f621b527249e78e0f76472f0f2d8bdc 100644 (file)
 #define WXCDMPROJECTDESCRIPTIONPANEL_H_
 
 #include <creaWx.h>
-#include <wx/panel.h>
 
 #include "modelCDMProject.h"
 
 /**
  * Project Description Panel. Shows the project properties and the principal actions for the project.
  */
-class wxCDMProjectDescriptionPanel : public wxPanel
+class wxCDMProjectDescriptionPanel : public wxScrolledWindow
 {
   DECLARE_EVENT_TABLE()
 public:
@@ -137,6 +136,10 @@ protected:
    * Handles when the manage applications button is pressed.
    */
   void OnBtnManageApplications(wxCommandEvent& event);
+  /**
+   * Handles when the 3rd party libraries manager button is pressed.
+   */
+  void OnBtnConfigProject(wxCommandEvent& event);
   /**
    * Handles when the open cmakelists file button is pressed.
    */
@@ -145,6 +148,10 @@ protected:
    * Handles when the choose build path button is pressed.
    */
   void OnBtnSetBuildPath(wxCommandEvent& event);
+  /**
+   * Handles when the open build folder button is pressed.
+   */
+  void OnBtnOpenBuild(wxCommandEvent& event);
   /**
    * Handles when the open containing folder button is pressed.
    */