Salome HOME
land cover object is removed from the data model
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 9f54fe36bdaca24a529cc3be706055fc6841d433..9264dfc3675ab47bb26655524909d85091eef2f0 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