Salome HOME
Image positioning by two points.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Zone.h
index 2b1f08fdd04b1563e2c2265b9b44a6754276be1e..4dca40d27ad013e3688e77c4101a0e7cc9323145 100644 (file)
@@ -58,7 +58,12 @@ public:
   /**
    * Returns the color for the specified column.
    */
-  QColor      color( const ColorRole, const int = NameId ) const override;
+  QColor      color( const ColorRole theColorRole, const int theColumnId = NameId ) const override;
+
+  /**
+   * Return true because zones are draggable.
+   */
+  bool        isDraggable() const override { return true; }
 
   /**
    * Returns true if it is a zone which needs merge of bathymetries.