X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ImportLandCoverMapDlg.h;h=524f41a65455208e03e61538ae0cf007993059e3;hb=dbee981213585cb317e098b0d2a288761cd3d37b;hp=e3c05903c96ed0efa14ba23efe1475793677594d;hpb=f6ba7eb84ba008755704db27a828bb193353f0fe;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ImportLandCoverMapDlg.h b/src/HYDROGUI/HYDROGUI_ImportLandCoverMapDlg.h index e3c05903..524f41a6 100644 --- a/src/HYDROGUI/HYDROGUI_ImportLandCoverMapDlg.h +++ b/src/HYDROGUI/HYDROGUI_ImportLandCoverMapDlg.h @@ -56,13 +56,17 @@ public: QString getFileName() const; void setFirstPageState(bool theState); + bool getFirstPageState() const; bool getAttrCheckBoxState() const; void getValAttr2StricklerTypeCorr(QStringList& theAttrValues, QStringList& theST); QVector getSelectedPolygonIndices() const; + bool isPolygonListEmpty() const; + + bool CheckFirstPageFilling() const; void setDbfState(bool theState); bool getDbfState() const; - int GetCurrentWizardIndex() const; + int getCurrentWizardIndex() const; void setViewerState(bool theState); bool getViewerState() const;