Salome HOME
debug of DTM object
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index e040afc8c6b2fede747cd8e0355d758b0d9a769b..45f95161fc61af151f9cea9a9241233b7d78cd7d 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,11 +108,34 @@ enum OperationId
   RiverBottomContextId,
   ProfileInterpolateId,
 
-  RecognizeContoursId
+  RecognizeContoursId,
   SubmersibleId,
   ImportPolylineId,
-  ExportPolylineId
-
+  ImportSinusXId,
+  ExportSinusXId,
+    
+  ExportToShapeFileID,
+  ImportLandCoverMapId,
+
+  ImportStricklerTableFromFileId,
+  ExportStricklerTableFromFileId,
+  EditStricklerTableId,
+  DuplicateStricklerTableId,
+
+  CreateLandCoverMapId,
+  
+  AddLandCoverId,
+  RemoveLandCoverId,
+  SplitLandCoverId,
+  MergeLandCoverId,
+  ChangeLandCoverTypeId,
+
+  PolylineExtractionId,
+  SplitPolylinesId,
+  MergePolylinesId,
+
+  LandCoverScalarMapModeOnId,
+  LandCoverScalarMapModeOffId,
 };
 
 #endif