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 795fe283acb19e8983e334823272bb01f8c1ac1b..3344f3c9ec391e01d33584b35d028e3fc97897f1 100644 (file)
@@ -36,16 +36,20 @@ enum OperationId
   CopyId,
   PasteId,
 
+  UpdateObjectId,
+
   ImportImageId,
   EditImportedImageId,
   ObserveImageId,
   ExportImageId,
-  UpdateImageId,
   RemoveImageRefsId,
 
   CreatePolylineId,
   EditPolylineId,
   
+  CreatePolyline3DId,
+  EditPolyline3DId,
+  
   ImportProfilesId,
   CreateProfileId,
   EditProfileId,
@@ -58,6 +62,12 @@ enum OperationId
   CreateImmersibleZoneId,
   EditImmersibleZoneId,
 
+  CreateStreamId,
+  EditStreamId,
+
+  CreateChannelId,
+  EditChannelId,
+
   CreateCalculationId,
   EditCalculationId,
   ExportCalculationId,