Salome HOME
Add tests for drag and drop algo.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DigueOp.h
index 87db05f80001bf3bebba5cd2a9642743e8da4a5f..782626a789388e002eb18db4ff45a1946115142a 100644 (file)
@@ -35,11 +35,19 @@ public:
 
 protected:
 
-  virtual void               startOperation();
+  virtual void                 startOperation();
+
+  virtual bool                 processApply( int& theUpdateFlags, QString& theErrorMsg );
 
   virtual HYDROGUI_InputPanel* createInputPanel() const;
 
-  virtual Handle(HYDROData_Channel) getObjectToEdit() const;
+protected:
+
+  virtual Handle(HYDROData_Channel) createNewObject() const;
+
+  virtual QColor               getDefaultFillingColor() const;
+
+  virtual QColor               getDefaultBorderColor() const;
 
 private: