Salome HOME
- Geometry objects selected in Calculation case wizard are highlighted now in the...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_CalculationDlg.h
index e2791f2140a016fff88809ed9c9138cd7f81add0..11d38363ba97aa92df0abc70e6bd42ac659f64f9 100644 (file)
@@ -54,7 +54,6 @@ public:
   void                       setEditedObject( const Handle(HYDROData_CalculationCase) theCase );
 
   void                       setGeomObjects( const QStringList& theObjects );
-  void                       setSelectedGeomObjects( const QStringList& theObjects );
   QStringList                getSelectedGeomObjects() const;
   HYDROGUI_Zone*             getCurrentZone() const;
 
@@ -79,8 +78,13 @@ public slots:
 signals:
   void                       addObjects();
   void                       removeObjects();
+  void                       objectSelected( const QString & theObjName );
   void                       splitZones();
-  void                       setMergeType( int theMergeType, QString theBathymetryName );
+  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* );
 
 private: