]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMLib.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMLib.h
index bf7db0d5b29c06a2aa1c0f101a2038376cbb1e20..59d11964afa0b8550c995a421c14f7891090658f 100644 (file)
@@ -45,15 +45,16 @@ class modelCDMLib : public modelCDMFolder
 {
 public:
   modelCDMLib();
-  modelCDMLib(const std::string& path, const int& level = 1);
+  modelCDMLib(const std::string& path, const std::string& name = "lib", const int& level = 1);
   ~modelCDMLib();
 
-  bool CreateLibrary(
+  const std::vector<modelCDMLibrary*>& GetLibraries() const;
+
+  modelCDMLibrary* CreateLibrary(
       const std::string& name,
-      std::string*& result,
-      const std::string& path = "/"
+      std::string*& result
   );
-  bool OpenCMakeListsFile(std::string*& result);
+
   virtual const bool Refresh(std::string*& result);
 
 private: