Salome HOME
PR: quadtree
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 21771ffd0df9666949b09bc04bb64f4cbe88c742..a03a34d8748ae41347c6afa34ecae364eaf99756 100644 (file)
@@ -37,6 +37,7 @@ enum OperationId
   PasteId,
 
   UpdateObjectId,
+  ForcedUpdateObjectId,
 
   ImportImageId,
   EditImportedImageId,
@@ -90,6 +91,9 @@ enum OperationId
   ImportGeomObjectAsPolylineId,
   CreateBoxId,
   CreateCylinderId,
+  TranslateObstacleId,
+
+  CopyViewerPositionId,
 
   DeleteId,
 
@@ -99,7 +103,9 @@ enum OperationId
   HideId,
   HideAllId,
 
-  SetColorId
+  SetColorId,
+  SetZLevelId,
+
 };
 
 #endif