Salome HOME
refs #640: correct width for non-georeferenced profile
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 5640e00963717743b0952e87f04f965c4cf38b45..9264dfc3675ab47bb26655524909d85091eef2f0 100644 (file)
@@ -105,7 +105,31 @@ enum OperationId
 
   RiverBottomId,
   RiverBottomContextId,
-  ProfileInterpolateId
+  ProfileInterpolateId,
+
+  RecognizeContoursId,
+  SubmersibleId,
+  ImportPolylineId,
+  ImportSinusXId,
+  ExportSinusXId,
+    
+  ExportToShapeFileID,
+  ImportLandCoverId,
+
+  ImportStricklerTableFromFileId,
+  ExportStricklerTableFromFileId,
+  EditStricklerTableId,
+  DuplicateStricklerTableId,
+
+  CreateLandCoverId,
+  EditLandCoverId,
+
+  PolylineExtractionId,
+  SplitPolylinesId,
+  MergePolylinesId,
+
+  LandCoverScalarMapModeOnId,
+  LandCoverScalarMapModeOffId,
 };
 
 #endif