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