Salome HOME
Minor change.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_CalculationOp.h
index 729db62eb18ef1f585fe153a3fa8e3a68ac63ea2..3cf13988affa816f1adf4c57d1fd81a4d6c08db8 100644 (file)
@@ -34,6 +34,7 @@
 class SUIT_ViewManager;
 class OCCViewer_ViewManager;
 class HYDROGUI_CalculationDlg;
+class SUIT_DataObject;
 
 class HYDROGUI_CalculationOp : public HYDROGUI_Operation
 {
@@ -92,7 +93,10 @@ protected slots:
   /**
    * Set the given bathymetry merge type to the current zone.
    */
-  void                            onSetMergeType( int theMergeType, QString theBathymetryName );
+  void                            onSetMergeType( int theMergeType, QString& theBathymetryName );
+  void                            onMoveZones( SUIT_DataObject* theRegionItem, 
+                                               const QList<SUIT_DataObject*>& theZonesList );
+  void                            onCreateRegion( const QList<SUIT_DataObject*>& theZonesList );
   void                            onSplitZones();
   void                            onLastViewClosed( SUIT_ViewManager* );