Salome HOME
Merge branch 'master' of https://git.salome-platform.org/git/modules/hydro
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_LandCoverMapDlg.h
index 968db2252061f41230c501e0192799e26e5129b8..3547feb8da8e3e1fb9baa47452ae57f236d91bb9 100644 (file)
@@ -49,12 +49,15 @@ public:
   void                     setSelectedStricklerTypeName( const QString& theName );
   QString                  getSelectedStricklerTypeName() const;
 
+  void                     updateSelectedLandCoversLabel( int theNbSelected );
+
 signals:
   void                     landCoverMapChanged( const QString& theName );
+  void                     polylineFaceChanged();
 
 private slots:
   void                     onLandCoverMapChanged();
-  void                     onPolylineFaceChanged( const QString& );
+  void                     onPolylineFaceChanged();
 
 private:
   void                     updateState( bool theInitialConfigure = false );
@@ -70,6 +73,7 @@ private:
   HYDROGUI_ObjComboBox*           myPolylinesFaces;
   QLabel*                         myStricklerTypesLabel;
   HYDROGUI_StricklerTypeComboBox* myStricklerTypes;
+  QLabel*                         mySelectedLandCoversLabel;
   HYDROGUI_LandCoverArgsFilter    myFilter;
 };