Salome HOME
size of image is limited by 7000 pixels
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 2669cae2c688749c6f47b0a557f1826a75a454cb..c558cfbd3f4f76d458d5a3ed20f8f9ce7366f2d5 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,
 
@@ -110,15 +111,38 @@ enum OperationId
   RecognizeContoursId,
   SubmersibleId,
   ImportPolylineId,
-  ExportPolylineId,
+  ImportSinusXId,
+  ExportSinusXId,
+    
+  ExportToShapeFileID,
+  ImportLandCoverMapId,
 
   ImportStricklerTableFromFileId,
   ExportStricklerTableFromFileId,
   EditStricklerTableId,
   DuplicateStricklerTableId,
 
-  CreateLandCoverId,
-  EditLandCoverId
+  CreateLandCoverMapId,
+  
+  AddLandCoverId,
+  RemoveLandCoverId,
+  SplitLandCoverId,
+  MergeLandCoverId,
+  ChangeLandCoverTypeId,
+
+  PolylineExtractionId,
+  SplitPolylinesId,
+  MergePolylinesId,
+
+  LandCoverScalarMapModeOnId,
+  LandCoverScalarMapModeOffId,
+
+  BathymetrySelectionId,
+  BathymetryTextId,
+  BathymetryRescaleSelectionId,
+  BathymetryRescaleVisibleId,
+  BathymetryRescaleUserId,
+  BathymetryRescaleDefaultId,
 };
 
 #endif