Salome HOME
Merge branch 'BR_1328' into BR_DEMO
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportLandCoverMapDlg.h
index e7992563e586a2e349dd18b6b1964412f9c1d8c5..c7378578294a2634fa3d39c662d03cfdcc04230d 100644 (file)
@@ -56,13 +56,26 @@ 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;
 
+  void                  setDbfRecordsNb(int theRecordsNbs);
+  int                   getDbfRecordsNb() const;
+
+  int                   getCurrentWizardIndex() const;
+
+  void                  setViewerState(bool theState);
+  bool                  getViewerState() const;
+  
+
   void                  FillCorrespondenceTable(const QStringList& theFirstColumn, 
                                                 const QStringList& theSecondColumn,
                                                 const QVector<int> theDefCBIndices,
@@ -106,6 +119,9 @@ private:
   bool                  myFirstPageState;
   QVector<QColor>       myStrColors;
   bool                  myDbfState;
+  int                   myDbfRecordsNbs;
+
+  bool                  myUpdateViewerState;
 };
 
 #endif