]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCreaDevManagerDescriptionPanel.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCreaDevManagerDescriptionPanel.h
index 7c4f3dcef69e6edf7388c0000e1972b923bb3f49..3feb49333117b0c9d57899527e9326439e0f054b 100644 (file)
 #include <wx/stattext.h>
 
 #include <iostream>
-#include <map>
+#include <utility>
 #include <vector>
 
-using namespace std;
-
 class wxCreaDevManagerDescriptionPanel : public wxPanel
 {
   public:
@@ -44,8 +42,8 @@ class wxCreaDevManagerDescriptionPanel : public wxPanel
 
 
   protected:
-      void CreateView(string title = "Title", string imagePath = "", string type = "Type", vector<pair<string, string> > properties = vector<pair<string, string> >());
-
+      void CreateView(wxString title = wxString("Title"), wxString imagePath = wxString(""), wxString type = wxString("Type"), std::vector<std::pair<std::string, std::string> > properties = std::vector<std::pair<std::string, std::string> >());
+      //void CreateView();
   private:
       wxStaticText* _title;
       wxBitmap* _image;