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 8a9fdfb8275f5b71ea3562f30f2319a3b2c81514..7178207fc7d19c3c64c00b29cec4fc672c404b04 100644 (file)
@@ -60,7 +60,7 @@ public:
   HYDROGUI_Zone*             getCurrentZone() const;
 
 public slots:
-  void                       setBoundary( QString& theObjName );
+  void                       setBoundary( const QString& theObjName );
   void                       includeGeomObjects( const QStringList& theObjects );
   void                       excludeGeomObjects( const QStringList& theObjects );
   void                       onEmptyName();
@@ -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();