X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Operations.h;h=d307d7a79aa485d9a51a980eb8cfdf6a6dd969a1;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=21771ffd0df9666949b09bc04bb64f4cbe88c742;hpb=c7019bbe1470fd78e243033d71e8b9fcdaee18a7;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Operations.h b/src/HYDROGUI/HYDROGUI_Operations.h index 21771ffd..d307d7a7 100644 --- a/src/HYDROGUI/HYDROGUI_Operations.h +++ b/src/HYDROGUI/HYDROGUI_Operations.h @@ -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,10 @@ enum OperationId HideId, HideAllId, - SetColorId + SetColorId, + SetZLevelId, + EditLocalCSId, + }; #endif