Salome HOME
refs #514: add 'Cursor for specific operations' section into preferences of HYDRO...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_RiverBottomDlg.h
index 981d5f0051de0fb94e2c86faae6e8156ae8b0522..f958af96d4ae8dc0a37111d396f3090540c3e697 100644 (file)
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-#ifndef HYDROGUI_RIVERBOTTOMDlg_H
-#define HYDROGUI_RIVERBOTTOMDlg_H
+#ifndef HYDROGUI_RIVERBOTTOMDLG_H
+#define HYDROGUI_RIVERBOTTOMDLG_H
 
 #include "HYDROGUI_InputPanel.h"
 
+#include "HYDROGUI_ObjComboBox.h"
+
 class QComboBox;
-class HYDROGUI_ObjComboBox;
 
-class HYDROGUI_RiverBottomDlg : public HYDROGUI_InputPanel
+class HYDROGUI_RiverBottomDlg : public HYDROGUI_InputPanel, public HYDROGUI_ObjComboBoxFilter
 {
   Q_OBJECT
 
@@ -41,7 +42,15 @@ public:
   QString                    getRiverName() const;
   void                       setRiverName( const QString& );
 
-protected:
+  virtual bool               isOk( const Handle(HYDROData_Entity)& ) const;
+
+private slots:
+  void                       onRiverChanged( const QString& );
+
+private:
+  void                       updateState();
+
+private:
   HYDROGUI_ObjComboBox*      myRivers;
 };