Salome HOME
Merge branch 'BR_1328' into BR_DEMO
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportLandCoverMapDlg.h
index e3c05903c96ed0efa14ba23efe1475793677594d..c7378578294a2634fa3d39c662d03cfdcc04230d 100644 (file)
@@ -56,13 +56,21 @@ public:
   QString               getFileName() const;
 
   void                  setFirstPageState(bool theState);
+  bool                  getFirstPageState() const;
   bool                  getAttrCheckBoxState() const;
   void                  getValAttr2StricklerTypeCorr(QStringList& theAttrValues, QStringList& theST);
   QVector<int>          getSelectedPolygonIndices() const;
+  bool                  isPolygonListEmpty() const;
+
+  bool                  CheckFirstPageFilling() const;
 
   void                  setDbfState(bool theState);
   bool                  getDbfState() const;
-  int                   GetCurrentWizardIndex() const;
+
+  void                  setDbfRecordsNb(int theRecordsNbs);
+  int                   getDbfRecordsNb() const;
+
+  int                   getCurrentWizardIndex() const;
 
   void                  setViewerState(bool theState);
   bool                  getViewerState() const;
@@ -111,6 +119,7 @@ private:
   bool                  myFirstPageState;
   QVector<QColor>       myStrColors;
   bool                  myDbfState;
+  int                   myDbfRecordsNbs;
 
   bool                  myUpdateViewerState;
 };