X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FmodelCDMFile.h;h=f521608ea8060ee4eeefd6ed1138cce60d8f2009;hb=752294dd30e2ee94f38be513d441f4716509ce13;hp=a74990a8c51a8931fd62440b4da55562b1622602;hpb=58e994c7ddc088821aa0f583354216c6376405c8;p=crea.git diff --git a/lib/creaDevManagerLib/modelCDMFile.h b/lib/creaDevManagerLib/modelCDMFile.h index a74990a..f521608 100644 --- a/lib/creaDevManagerLib/modelCDMFile.h +++ b/lib/creaDevManagerLib/modelCDMFile.h @@ -44,11 +44,12 @@ class modelCDMFile : public modelCDMIProjectTreeNode { public: modelCDMFile(); - modelCDMFile(const std::string& path, const int& level = 3); + modelCDMFile(const std::string& path, const std::string& name, const int& level = 3); ~modelCDMFile(); - bool OpenFile(std::string* & result); + bool OpenFile(std::string* & result, const std::string& command = ""); virtual const bool Refresh(std::string*& result); + const bool OpenInFileExplorer(std::string*& result) const; }; #endif /* MODELCDMFILE_H_ */