Salome HOME
land cover object is removed from the data model
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 2669cae2c688749c6f47b0a557f1826a75a454cb..9264dfc3675ab47bb26655524909d85091eef2f0 100644 (file)
@@ -110,7 +110,11 @@ enum OperationId
   RecognizeContoursId,
   SubmersibleId,
   ImportPolylineId,
-  ExportPolylineId,
+  ImportSinusXId,
+  ExportSinusXId,
+    
+  ExportToShapeFileID,
+  ImportLandCoverId,
 
   ImportStricklerTableFromFileId,
   ExportStricklerTableFromFileId,
@@ -118,7 +122,14 @@ enum OperationId
   DuplicateStricklerTableId,
 
   CreateLandCoverId,
-  EditLandCoverId
+  EditLandCoverId,
+
+  PolylineExtractionId,
+  SplitPolylinesId,
+  MergePolylinesId,
+
+  LandCoverScalarMapModeOnId,
+  LandCoverScalarMapModeOffId,
 };
 
 #endif