Salome HOME
Fix for the bug #255: VTK viewer is not updated after modification of objects.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 3344f3c9ec391e01d33584b35d028e3fc97897f1..21771ffd0df9666949b09bc04bb64f4cbe88c742 100644 (file)
@@ -58,6 +58,7 @@ enum OperationId
 
   ImportBathymetryId,
   EditImportedBathymetryId,
+  BathymetryBoundsId,
 
   CreateImmersibleZoneId,
   EditImmersibleZoneId,
@@ -68,6 +69,9 @@ enum OperationId
   CreateChannelId,
   EditChannelId,
 
+  CreateDigueId,
+  EditDigueId,
+
   CreateCalculationId,
   EditCalculationId,
   ExportCalculationId,
@@ -82,8 +86,8 @@ enum OperationId
   EditSplittedImageId,
 
   ImportObstacleFromFileId,
-  ImportGeomObjectId,
-  ImportCreatedPrimitiveId,
+  ImportGeomObjectAsObstacleId,
+  ImportGeomObjectAsPolylineId,
   CreateBoxId,
   CreateCylinderId,