]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMFile.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMFile.h
index a74990a8c51a8931fd62440b4da55562b1622602..228447f661a09aa42e3b7f39a4981908ec86b49e 100644 (file)
@@ -47,8 +47,9 @@ public:
   modelCDMFile(const std::string& path, 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_ */