Salome HOME
Merge branch 'BR_LCM_COMP' into HEAD
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 37d0205378df3670bc5f937836f8927bd22044b2..22ce77dcb91d2626ca28f331048bfa2ad520ac26 100644 (file)
@@ -100,6 +100,7 @@ enum OperationId
   HideAllId,
 
   SetColorId,
+  SetTransparencyId,
   SetZLevelId,
   EditLocalCSId,
 
@@ -114,15 +115,20 @@ enum OperationId
   ExportSinusXId,
     
   ExportToShapeFileID,
-  ImportLandcoverId,
+  ImportLandCoverMapId,
 
   ImportStricklerTableFromFileId,
   ExportStricklerTableFromFileId,
   EditStricklerTableId,
   DuplicateStricklerTableId,
 
-  CreateLandCoverId,
-  EditLandCoverId,
+  CreateLandCoverMapId,
+  
+  AddLandCoverId,
+  RemoveLandCoverId,
+  SplitLandCoverId,
+  MergeLandCoverId,
+  ChangeLandCoverTypeId,
 
   PolylineExtractionId,
   SplitPolylinesId,