Salome HOME
refs #613: duplicated names
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index e040afc8c6b2fede747cd8e0355d758b0d9a769b..1c845bd263c9967188348ca697c3e317c58057a2 100644 (file)
@@ -107,11 +107,33 @@ enum OperationId
   RiverBottomContextId,
   ProfileInterpolateId,
 
-  RecognizeContoursId
+  RecognizeContoursId,
   SubmersibleId,
   ImportPolylineId,
-  ExportPolylineId
+  ImportSinusXId,
+  ExportSinusXId,
+    
+  ExportToShapeFileID,
+  ImportLandCoverMapId,
+
+  ImportStricklerTableFromFileId,
+  ExportStricklerTableFromFileId,
+  EditStricklerTableId,
+  DuplicateStricklerTableId,
+
+  CreateLandCoverMapId,
+  
+  AddLandCoverId,
+  RemoveLandCoverId,
+  SplitLandCoverId,
+  MergeLandCoverId,
+
+  PolylineExtractionId,
+  SplitPolylinesId,
+  MergePolylinesId,
 
+  LandCoverScalarMapModeOnId,
+  LandCoverScalarMapModeOffId,
 };
 
 #endif