Salome HOME
Image positioning by two points.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_CalculationDlg.h
index 7db16048eb6500257d880786dccde4177144971c..e2791f2140a016fff88809ed9c9138cd7f81add0 100644 (file)
@@ -70,6 +70,11 @@ public slots:
    * Process merge type selection: set the selected bathymetry merge type for the currently selected zone.
    */
   void                       onMergeTypeSelected( int theIndex );
+  /**
+   * Process zones moving. Create a new region with dropped zones or add to existing one.
+   */
+  void                       onZonesDropped( const QList<SUIT_DataObject*>& theList, 
+    SUIT_DataObject* theTargetParent, int theTargetRow, Qt::DropAction theDropAction );
 
 signals:
   void                       addObjects();