Salome HOME
refs #669, #677: selection of land covers in extended mode without pressing Shift...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index eef042d9e8709782ff7b77bd0252c91f141641d9..22ce77dcb91d2626ca28f331048bfa2ad520ac26 100644 (file)
@@ -100,6 +100,7 @@ enum OperationId
   HideAllId,
 
   SetColorId,
+  SetTransparencyId,
   SetZLevelId,
   EditLocalCSId,
 
@@ -113,22 +114,28 @@ enum OperationId
   ImportSinusXId,
   ExportSinusXId,
     
-  ExportPolylineId,
-  ImportLandcoverId,
+  ExportToShapeFileID,
+  ImportLandCoverMapId,
 
   ImportStricklerTableFromFileId,
   ExportStricklerTableFromFileId,
   EditStricklerTableId,
   DuplicateStricklerTableId,
 
-  CreateLandCoverId,
-  EditLandCoverId,
+  CreateLandCoverMapId,
+  
+  AddLandCoverId,
+  RemoveLandCoverId,
+  SplitLandCoverId,
+  MergeLandCoverId,
+  ChangeLandCoverTypeId,
 
+  PolylineExtractionId,
   SplitPolylinesId,
   MergePolylinesId,
 
   LandCoverScalarMapModeOnId,
-  LandCoverScalarMapModeOffId
+  LandCoverScalarMapModeOffId,
 };
 
 #endif