Salome HOME
adaptation des tests pour interpolZ sur les groupes de mailles
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportLandCoverMapDlg.h
index 524f41a65455208e03e61538ae0cf007993059e3..c7378578294a2634fa3d39c662d03cfdcc04230d 100644 (file)
@@ -66,6 +66,10 @@ public:
 
   void                  setDbfState(bool theState);
   bool                  getDbfState() const;
+
+  void                  setDbfRecordsNb(int theRecordsNbs);
+  int                   getDbfRecordsNb() const;
+
   int                   getCurrentWizardIndex() const;
 
   void                  setViewerState(bool theState);
@@ -115,6 +119,7 @@ private:
   bool                  myFirstPageState;
   QVector<QColor>       myStrColors;
   bool                  myDbfState;
+  int                   myDbfRecordsNbs;
 
   bool                  myUpdateViewerState;
 };