Salome HOME
PR: quadtree
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index a376f7b64a72821d22b16a10966867f279ab78cf..a03a34d8748ae41347c6afa34ecae364eaf99756 100644 (file)
@@ -91,6 +91,7 @@ enum OperationId
   ImportGeomObjectAsPolylineId,
   CreateBoxId,
   CreateCylinderId,
+  TranslateObstacleId,
 
   CopyViewerPositionId,
 
@@ -102,7 +103,9 @@ enum OperationId
   HideId,
   HideAllId,
 
-  SetColorId
+  SetColorId,
+  SetZLevelId,
+
 };
 
 #endif