Salome HOME
LCM // Import/Export of SHP p.4
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportLandCoverMapOp.h
index 7276fae2220f0f148802d521f0296fcd366b2a4e..d342380d15a73a39b8d2c5834d220f5e4047a35d 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();
  
@@ -57,7 +58,6 @@ protected slots:
   void onSelectionChanged( const QStringList& theSelectedNames );
   void onViewerSelectionChanged ();
   void onNext( const int theIndex );
-  void onBack( const int theIndex );
 
 private:
   QMap<QString, HYDROGUI_Shape*> myPolygonName2PrsShape;
@@ -66,6 +66,7 @@ private:
   HYDROData_ShapeFile myImporter;
   QString myFileName;
   QStringList myFieldList;
+  std::vector<HYDROData_ShapeFile::DBF_AttrValue> myAttrV;;
 };
 
 #endif