X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Operations.h;h=d307d7a79aa485d9a51a980eb8cfdf6a6dd969a1;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=c27188a18aea85c3b1820cdb7947e570c2c83682;hpb=12ee350be54f45d4e9429bf588fab0ca520ff62e;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Operations.h b/src/HYDROGUI/HYDROGUI_Operations.h index c27188a1..d307d7a7 100644 --- a/src/HYDROGUI/HYDROGUI_Operations.h +++ b/src/HYDROGUI/HYDROGUI_Operations.h @@ -36,22 +36,43 @@ enum OperationId CopyId, PasteId, + UpdateObjectId, + ForcedUpdateObjectId, + ImportImageId, EditImportedImageId, ObserveImageId, ExportImageId, - UpdateImageId, RemoveImageRefsId, CreatePolylineId, EditPolylineId, + CreatePolyline3DId, + EditPolyline3DId, + + ImportProfilesId, + CreateProfileId, + EditProfileId, + AllGeoreferencementId, + SelectedGeoreferencementId, + ImportBathymetryId, EditImportedBathymetryId, + BathymetryBoundsId, CreateImmersibleZoneId, EditImmersibleZoneId, + CreateStreamId, + EditStreamId, + + CreateChannelId, + EditChannelId, + + CreateDigueId, + EditDigueId, + CreateCalculationId, EditCalculationId, ExportCalculationId, @@ -66,10 +87,13 @@ enum OperationId EditSplittedImageId, ImportObstacleFromFileId, - ImportGeomObjectId, - ImportCreatedPrimitiveId, + ImportGeomObjectAsObstacleId, + ImportGeomObjectAsPolylineId, CreateBoxId, CreateCylinderId, + TranslateObstacleId, + + CopyViewerPositionId, DeleteId, @@ -79,7 +103,10 @@ enum OperationId HideId, HideAllId, - SetColorId + SetColorId, + SetZLevelId, + EditLocalCSId, + }; #endif