Salome HOME
Refs #288 - the profile section selected and addition mode is activated
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DigueOp.h
index 87db05f80001bf3bebba5cd2a9642743e8da4a5f..429baf62c57b0e8ce64c881be8afa0a0cfff87b5 100644 (file)
@@ -35,10 +35,14 @@ public:
 
 protected:
 
-  virtual void               startOperation();
+  virtual void                 startOperation();
+
+  virtual bool                 processApply( int& theUpdateFlags, QString& theErrorMsg );
 
   virtual HYDROGUI_InputPanel* createInputPanel() const;
 
+protected:
+
   virtual Handle(HYDROData_Channel) getObjectToEdit() const;
 
 private: