Salome HOME
Get rid of Qt classes in the data model.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DigueOp.h
index 429baf62c57b0e8ce64c881be8afa0a0cfff87b5..782626a789388e002eb18db4ff45a1946115142a 100644 (file)
@@ -43,7 +43,11 @@ protected:
 
 protected:
 
-  virtual Handle(HYDROData_Channel) getObjectToEdit() const;
+  virtual Handle(HYDROData_Channel) createNewObject() const;
+
+  virtual QColor               getDefaultFillingColor() const;
+
+  virtual QColor               getDefaultBorderColor() const;
 
 private: