Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ChannelDlg.h
index 9822928ad69a3deb2e55e00099c57389d1176abd..1501dc2fe97149126746f4a4f5c43d6c15547a46 100644 (file)
@@ -25,6 +25,8 @@
 class QComboBox;
 class QGroupBox;
 class QLineEdit;
+class QCheckBox;
+class QtxDoubleSpinBox;
 
 class HYDROGUI_ChannelDlg : public HYDROGUI_InputPanel
 {
@@ -47,6 +49,13 @@ public:
   void                       setProfileName( const QString& theProfile );
   QString                    getProfileName() const;
 
+  double                     getEquiDistance() const;
+  void                       setEquiDistance( double );
+  
+  bool                       getInvertDirection() const;
+  void                       setInvertDirection( bool isChecked );
+
+
 signals:
   void                       CreatePreview();
 
@@ -60,6 +69,9 @@ protected:
 
   QComboBox*                 myGuideLines;
   QComboBox*                 myProfiles;
+
+  QtxDoubleSpinBox*          myEquiDistance;
+  QCheckBox*                 myInvertDirection;
 };
 
 #endif