Salome HOME
Fix for the bug #45: check and warning when the same image is used in 2 arguments.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_CalculationDlg.h
index 15b7578baca31ffc6f291ffe1d347e9ec22da044..7178207fc7d19c3c64c00b29cec4fc672c404b04 100644 (file)
@@ -85,13 +85,15 @@ signals:
   void                       removeObjects();
   void                       objectSelected( const QString & theObjName );
   void                       boundarySelected( const QString & theObjName );
-  void                       splitZones();
-  void                       hideZones();
   void                       setMergeType( int theMergeType, QString& theBathymetryName );
   void                       createRegion( const QList<SUIT_DataObject*>& theZonesList );
   void                       moveZones( SUIT_DataObject* theRegion, const QList<SUIT_DataObject*>& theZonesList );
   void                       clickedInZonesBrowser( SUIT_DataObject* );
 
+protected:
+
+  virtual bool               acceptCurrent() const;
+
 private:
 
   QWizardPage*               createObjectsPage();