]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMLibrary.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMLibrary.h
index 4c7fdad33c8ac0de95fbe89b0de83497b7b7bb97..d6f33ca69c990bf871bbc11c78daa6d602271ff6 100644 (file)
@@ -44,9 +44,10 @@ class modelCDMLibrary : public modelCDMIProjectTreeNode
 {
 public:
   modelCDMLibrary();
+  modelCDMLibrary(const std::string& path, const int& level=2);
   ~modelCDMLibrary();
 
-  const std::string& GetName() const;
+  const std::string& GetNameLibrary() const;
 
   bool CreateFolder(
       const std::string& name,
@@ -57,7 +58,7 @@ public:
   virtual const bool Refresh(std::string*& result);
 
 private:
-  std::string name;
+  std::string nameLibrary;
   std::vector<modelCDMLibrary*> libraries;
 };