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