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