Salome HOME
LCM // Import/Export of SHP p.3
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportLandCoverMapOp.h
index 7276fae2220f0f148802d521f0296fcd366b2a4e..1a525fc9b61cc6e5c4613b759c2e4d2da2944a37 100644 (file)
@@ -49,6 +49,7 @@ protected:
 
   virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg, QStringList& theBrowseObjectsEntries );
   HYDROGUI_InputPanel* createInputPanel() const;
+  virtual void onApply();
 
   void erasePreview();
  
@@ -59,6 +60,7 @@ protected slots:
   void onNext( const int theIndex );
   void onBack( const int theIndex );
 
+
 private:
   QMap<QString, HYDROGUI_Shape*> myPolygonName2PrsShape;
   TopTools_SequenceOfShape myPolygonFaces;
@@ -66,6 +68,7 @@ private:
   HYDROData_ShapeFile myImporter;
   QString myFileName;
   QStringList myFieldList;
+  std::vector<HYDROData_ShapeFile::DBF_AttrValue> myAttrV;;
 };
 
 #endif