Salome HOME
land cover object is removed from the data model
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 9b8c09ebd2aec09a59e64eba1322c8516ab7e369..9264dfc3675ab47bb26655524909d85091eef2f0 100644 (file)
@@ -113,8 +113,8 @@ enum OperationId
   ImportSinusXId,
   ExportSinusXId,
     
-  ExportPolylineId,
-  ImportLandcoverId,
+  ExportToShapeFileID,
+  ImportLandCoverId,
 
   ImportStricklerTableFromFileId,
   ExportStricklerTableFromFileId,
@@ -124,8 +124,12 @@ enum OperationId
   CreateLandCoverId,
   EditLandCoverId,
 
+  PolylineExtractionId,
   SplitPolylinesId,
   MergePolylinesId,
+
+  LandCoverScalarMapModeOnId,
+  LandCoverScalarMapModeOffId,
 };
 
 #endif