Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportBathymetryDlg.h
index 1a8a10a73e7377e4be8df3a201a0561ed2556981..4b450f62856618a1608c8f39c01c72095465ade1 100644 (file)
@@ -29,6 +29,7 @@
 
 class QGroupBox;
 class QLineEdit;
+class QCheckBox;
 
 class HYDROGUI_ImportBathymetryDlg : public HYDROGUI_InputPanel
 {
@@ -46,6 +47,9 @@ public:
   void                       setFileName( const QString& theFileName );
   QString                    getFileName() const;
 
+  void                       setInvertAltitudes( const bool theIsInvert );
+  bool                       isInvertAltitudes() const;
+
 signals:
   void                       FileSelected( const QString& theFileName );
 
@@ -56,6 +60,8 @@ private:
   QGroupBox*                 myFileNameGroup;
   QLineEdit*                 myFileName;
 
+  QCheckBox*                 myInvertAltitudes;
+
   QGroupBox*                 myObjectNameGroup;
   QLineEdit*                 myObjectName;
 };