Salome HOME
Merge remote-tracking branch 'origin/BR_1323_0' into BR_2017
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 0bbde201fbcd5ef9a3d0e068778de286e4279175..88afbe3cd3e11cb9b3f160987739651e0605afd2 100644 (file)
@@ -80,7 +80,7 @@ enum OperationId
   EditCutImageId,
 
   SplitImageId,
-  EditSplittedImageId,
+  EditSplitImageId,
 
   ImportObstacleFromFileId,
   ImportGeomObjectAsObstacleId,
@@ -100,6 +100,7 @@ enum OperationId
   HideAllId,
 
   SetColorId,
+  SetTransparencyId,
   SetZLevelId,
   EditLocalCSId,
 
@@ -107,14 +108,45 @@ enum OperationId
   RiverBottomContextId,
   ProfileInterpolateId,
 
+  RecognizeContoursId,
   SubmersibleId,
+  UnSubmersibleId,
   ImportPolylineId,
-  ExportPolylineId,
+  ImportSinusXId,
+  ExportSinusXId,
+    
+  ExportToShapeFileID,
+  ImportLandCoverMapId,
 
   ImportStricklerTableFromFileId,
   ExportStricklerTableFromFileId,
-  EditStricklerTableId
+  EditStricklerTableId,
+  DuplicateStricklerTableId,
 
+  CreateLandCoverMapId,
+  
+  AddLandCoverId,
+  RemoveLandCoverId,
+  SplitLandCoverId,
+  MergeLandCoverId,
+  ChangeLandCoverTypeId,
+
+  PolylineExtractionId,
+  SplitPolylinesId,
+  MergePolylinesId,
+
+  LandCoverScalarMapModeOnId,
+  LandCoverScalarMapModeOffId,
+
+  BathymetrySelectionId,
+  BathymetryTextId,
+  BathymetryRescaleSelectionId,
+  BathymetryRescaleVisibleId,
+  BathymetryRescaleUserId,
+  BathymetryRescaleDefaultId,
+
+  ShowHideArrows,
+  RegenerateRegionColorsId
 };
 
 #endif