]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMFile.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMFile.h
index a74990a8c51a8931fd62440b4da55562b1622602..f521608ea8060ee4eeefd6ed1138cce60d8f2009 100644 (file)
@@ -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_ */