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