Salome HOME
0023191: [CEA 1607] REGRESSION : the file hdf does not save the data PARAVIS
[modules/paravis.git] / src / PVGUI / PVGUI_DataModel.h
index 755e0e28075416b3cc8218d730f610bbb1772452..16220c6211891bfc4d88239bd97aec077f4627bb 100644 (file)
@@ -41,10 +41,18 @@ public:
 
   virtual bool dumpPython( const QString&,  CAM_Study*, bool, QStringList& );
   virtual bool open( const QString&, CAM_Study*, QStringList );
+  virtual bool save( QStringList& );
+  virtual bool saveAs( const QString&, CAM_Study*, QStringList& );
   virtual bool create( CAM_Study* );
 
 private:
   void publishComponent(CAM_Study*);
+
+  bool createAndCheckRestoreFlag(const QString& tmpdir, QStringList& listOfFiles, bool & alreadyThere);
+
+  QString              myStudyURL;
+
+  static const QString RESTORE_FLAG_FILE;
 };
 
 #endif /* PVGUIDATAMODEL_H_ */