Salome HOME
Dump Image data to python script (Feature #13).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operation.h
index 76eab3707d1f54157cf8fafde5ed83f1fb5faa50..cd701c418dc56858867df773cb2d2de56d062f72 100644 (file)
@@ -56,6 +56,10 @@ protected:
   virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg );
   virtual void processCancel();
 
+  void startDocOperation();
+  void abortDocOperation();
+  void commitDocOperation();
+
   Handle_HYDROData_Document doc() const;
 
 protected slots: