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 cdfe34d34eec820436e363606bc5d491d99a35b5..3344f3c9ec391e01d33584b35d028e3fc97897f1 100644 (file)
@@ -36,22 +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,
@@ -78,6 +94,8 @@ enum OperationId
   ShowAllId,
   HideId,
   HideAllId,
+
+  SetColorId
 };
 
 #endif