]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMAppliDescriptionPanel.h
index 88c2cf94b3333c1afa091b57dcc95b7f5dfc911e..a12c31f459521906559fb430e1657c70caf4d5fe 100644 (file)
@@ -36,7 +36,6 @@
 #define WXCDMAPPLIDESCRIPTIONPANEL_H_
 
 #include <creaWx.h>
-#include <wx/panel.h>
 #include <wx/hyperlink.h>
 
 #include "modelCDMAppli.h"
@@ -44,7 +43,7 @@
 /**
  * Application manager description panel. Shows the available applications in the project and the actions corresponding to application management.
  */
-class wxCDMAppliDescriptionPanel : public wxPanel
+class wxCDMAppliDescriptionPanel : public wxScrolledWindow
 {
   DECLARE_EVENT_TABLE()
 public:
@@ -112,6 +111,11 @@ protected:
    * Handles when the open package cmakelists file button is pressed.
    */
   void OnBtnEditCMakeLists(wxCommandEvent& event);
+  /**
+   * Handles when a application checkbox is (un)checked.
+   * @param event Has the link reference to know which application was selected.
+   */
+  void OnChBApplicationChange(wxCommandEvent& event);
   /**
    * Handles when an application link is pressed.
    * @param event Has the link reference to know which application was selected.