X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FmodelCDMLibrary.h;fp=lib%2FcreaDevManagerLib%2FmodelCDMLibrary.h;h=d6f33ca69c990bf871bbc11c78daa6d602271ff6;hb=667f8ae6982afb3a65dc1e1fad8c3aabdf0caf80;hp=4c7fdad33c8ac0de95fbe89b0de83497b7b7bb97;hpb=62dfbfc86db5ed98a2272d0b6620af1711791c27;p=crea.git diff --git a/lib/creaDevManagerLib/modelCDMLibrary.h b/lib/creaDevManagerLib/modelCDMLibrary.h index 4c7fdad..d6f33ca 100644 --- a/lib/creaDevManagerLib/modelCDMLibrary.h +++ b/lib/creaDevManagerLib/modelCDMLibrary.h @@ -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 libraries; };