X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Operations.h;h=22ce77dcb91d2626ca28f331048bfa2ad520ac26;hb=39a306b77b32044c89bf6cef4445d5bfdea43149;hp=5640e00963717743b0952e87f04f965c4cf38b45;hpb=2cf9e838e652ae811d9b3931914771ad1836c6b8;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Operations.h b/src/HYDROGUI/HYDROGUI_Operations.h index 5640e009..22ce77dc 100644 --- a/src/HYDROGUI/HYDROGUI_Operations.h +++ b/src/HYDROGUI/HYDROGUI_Operations.h @@ -100,12 +100,42 @@ enum OperationId HideAllId, SetColorId, + SetTransparencyId, SetZLevelId, EditLocalCSId, RiverBottomId, RiverBottomContextId, - ProfileInterpolateId + ProfileInterpolateId, + + RecognizeContoursId, + SubmersibleId, + ImportPolylineId, + ImportSinusXId, + ExportSinusXId, + + ExportToShapeFileID, + ImportLandCoverMapId, + + ImportStricklerTableFromFileId, + ExportStricklerTableFromFileId, + EditStricklerTableId, + DuplicateStricklerTableId, + + CreateLandCoverMapId, + + AddLandCoverId, + RemoveLandCoverId, + SplitLandCoverId, + MergeLandCoverId, + ChangeLandCoverTypeId, + + PolylineExtractionId, + SplitPolylinesId, + MergePolylinesId, + + LandCoverScalarMapModeOnId, + LandCoverScalarMapModeOffId, }; #endif