X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ImportBathymetryDlg.h;h=4b450f62856618a1608c8f39c01c72095465ade1;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=1a8a10a73e7377e4be8df3a201a0561ed2556981;hpb=8527695a89dcaeb06af9f772063c85ba4aa7eb42;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ImportBathymetryDlg.h b/src/HYDROGUI/HYDROGUI_ImportBathymetryDlg.h index 1a8a10a7..4b450f62 100644 --- a/src/HYDROGUI/HYDROGUI_ImportBathymetryDlg.h +++ b/src/HYDROGUI/HYDROGUI_ImportBathymetryDlg.h @@ -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; };