X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Operations.h;h=22ce77dcb91d2626ca28f331048bfa2ad520ac26;hb=80b3ef265c1b8564a52097094156256956017ae1;hp=3e551e0d2acce0c66adf28e1300ded19e84092ca;hpb=13de13fcc64a32cb0f455ec3245251f98df0e990;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Operations.h b/src/HYDROGUI/HYDROGUI_Operations.h index 3e551e0d..22ce77dc 100644 --- a/src/HYDROGUI/HYDROGUI_Operations.h +++ b/src/HYDROGUI/HYDROGUI_Operations.h @@ -100,6 +100,7 @@ enum OperationId HideAllId, SetColorId, + SetTransparencyId, SetZLevelId, EditLocalCSId, @@ -110,8 +111,31 @@ enum OperationId RecognizeContoursId, SubmersibleId, ImportPolylineId, - ExportPolylineId - + ImportSinusXId, + ExportSinusXId, + + ExportToShapeFileID, + ImportLandCoverMapId, + + ImportStricklerTableFromFileId, + ExportStricklerTableFromFileId, + EditStricklerTableId, + DuplicateStricklerTableId, + + CreateLandCoverMapId, + + AddLandCoverId, + RemoveLandCoverId, + SplitLandCoverId, + MergeLandCoverId, + ChangeLandCoverTypeId, + + PolylineExtractionId, + SplitPolylinesId, + MergePolylinesId, + + LandCoverScalarMapModeOnId, + LandCoverScalarMapModeOffId, }; #endif