Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ChannelDlg.h
index e01a9f5e85b48e35a13afcf1e6e6b4a78343ae69..1501dc2fe97149126746f4a4f5c43d6c15547a46 100644 (file)
@@ -25,6 +25,7 @@
 class QComboBox;
 class QGroupBox;
 class QLineEdit;
+class QCheckBox;
 class QtxDoubleSpinBox;
 
 class HYDROGUI_ChannelDlg : public HYDROGUI_InputPanel
@@ -50,6 +51,10 @@ public:
 
   double                     getEquiDistance() const;
   void                       setEquiDistance( double );
+  
+  bool                       getInvertDirection() const;
+  void                       setInvertDirection( bool isChecked );
+
 
 signals:
   void                       CreatePreview();
@@ -66,6 +71,7 @@ protected:
   QComboBox*                 myProfiles;
 
   QtxDoubleSpinBox*          myEquiDistance;
+  QCheckBox*                 myInvertDirection;
 };
 
 #endif