]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectHelpDialog.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMProjectHelpDialog.h
index 13fbee3cf3bcd7fb3818378fdf6bd7f77a4599a4..0bd33ece8641c5b3b4e226a95ce7472c8508c837 100644 (file)
 #include <creaWx.h>
 #include <wx/dialog.h>
 
+#include "wxCDMProjectDescriptionPanel.h"
+
 class wxCDMProjectHelpDialog : public wxDialog
 {
   DECLARE_EVENT_TABLE()
 public:
   wxCDMProjectHelpDialog(
       wxWindow* parent,
+      wxCDMProjectDescriptionPanel* projectDescription,
       wxWindowID id = wxID_ANY,
       const wxString& caption = wxT("Project Ready"),
       const wxPoint& position = wxDefaultPosition,
@@ -64,6 +67,10 @@ public:
 protected:
   void CreateControls();
 
+//attributes
+private:
+  wxCDMProjectDescriptionPanel* projectDescription;
+
 //handlers
 protected:
   void OnFinish(wxCommandEvent& event);