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