Salome HOME
Fix for the bug #45: check and warning when the same image is used in 2 arguments.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index ceb6942165d848b7cd0465ca24a96df064267492..3344f3c9ec391e01d33584b35d028e3fc97897f1 100644 (file)
@@ -36,25 +36,38 @@ enum OperationId
   CopyId,
   PasteId,
 
+  UpdateObjectId,
+
   ImportImageId,
   EditImportedImageId,
   ObserveImageId,
   ExportImageId,
-  UpdateImageId,
   RemoveImageRefsId,
 
   CreatePolylineId,
   EditPolylineId,
   
+  CreatePolyline3DId,
+  EditPolyline3DId,
+  
+  ImportProfilesId,
   CreateProfileId,
   EditProfileId,
-  
+  AllGeoreferencementId,
+  SelectedGeoreferencementId,
+
   ImportBathymetryId,
   EditImportedBathymetryId,
 
   CreateImmersibleZoneId,
   EditImmersibleZoneId,
 
+  CreateStreamId,
+  EditStreamId,
+
+  CreateChannelId,
+  EditChannelId,
+
   CreateCalculationId,
   EditCalculationId,
   ExportCalculationId,