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