Salome HOME
refs #1327: debug of scaling operations
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ChannelDlg.h
index 9822928ad69a3deb2e55e00099c57389d1176abd..e01a9f5e85b48e35a13afcf1e6e6b4a78343ae69 100644 (file)
@@ -25,6 +25,7 @@
 class QComboBox;
 class QGroupBox;
 class QLineEdit;
+class QtxDoubleSpinBox;
 
 class HYDROGUI_ChannelDlg : public HYDROGUI_InputPanel
 {
@@ -47,6 +48,9 @@ public:
   void                       setProfileName( const QString& theProfile );
   QString                    getProfileName() const;
 
+  double                     getEquiDistance() const;
+  void                       setEquiDistance( double );
+
 signals:
   void                       CreatePreview();
 
@@ -60,6 +64,8 @@ protected:
 
   QComboBox*                 myGuideLines;
   QComboBox*                 myProfiles;
+
+  QtxDoubleSpinBox*          myEquiDistance;
 };
 
 #endif