Salome HOME
Refs #288 - the profile section selected and addition mode is activated
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 3344f3c9ec391e01d33584b35d028e3fc97897f1..e4964dc3532272dd0bd87a946523c77b4be422fa 100644 (file)
@@ -37,6 +37,7 @@ enum OperationId
   PasteId,
 
   UpdateObjectId,
+  ForcedUpdateObjectId,
 
   ImportImageId,
   EditImportedImageId,
@@ -58,6 +59,7 @@ enum OperationId
 
   ImportBathymetryId,
   EditImportedBathymetryId,
+  BathymetryBoundsId,
 
   CreateImmersibleZoneId,
   EditImmersibleZoneId,
@@ -68,6 +70,9 @@ enum OperationId
   CreateChannelId,
   EditChannelId,
 
+  CreateDigueId,
+  EditDigueId,
+
   CreateCalculationId,
   EditCalculationId,
   ExportCalculationId,
@@ -82,8 +87,8 @@ enum OperationId
   EditSplittedImageId,
 
   ImportObstacleFromFileId,
-  ImportGeomObjectId,
-  ImportCreatedPrimitiveId,
+  ImportGeomObjectAsObstacleId,
+  ImportGeomObjectAsPolylineId,
   CreateBoxId,
   CreateCylinderId,