Salome HOME
++ shapefil
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 5d5c73bbf34511d4aec52dc6ee5a6d241b284d5c..37d0205378df3670bc5f937836f8927bd22044b2 100644 (file)
@@ -112,9 +112,9 @@ enum OperationId
   ImportPolylineId,
   ImportSinusXId,
   ExportSinusXId,
-
     
-  ExportPolylineId,
+  ExportToShapeFileID,
+  ImportLandcoverId,
 
   ImportStricklerTableFromFileId,
   ExportStricklerTableFromFileId,
@@ -124,11 +124,12 @@ enum OperationId
   CreateLandCoverId,
   EditLandCoverId,
 
+  PolylineExtractionId,
   SplitPolylinesId,
   MergePolylinesId,
 
   LandCoverScalarMapModeOnId,
-  LandCoverScalarMapModeOffId
+  LandCoverScalarMapModeOffId,
 };
 
 #endif