Salome HOME
++ shapefil
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index ab4219acb90604c3f56ab15a1d83f66d488daf97..37d0205378df3670bc5f937836f8927bd22044b2 100644 (file)
@@ -107,9 +107,14 @@ enum OperationId
   RiverBottomContextId,
   ProfileInterpolateId,
 
+  RecognizeContoursId,
   SubmersibleId,
   ImportPolylineId,
-  ExportPolylineId,
+  ImportSinusXId,
+  ExportSinusXId,
+    
+  ExportToShapeFileID,
+  ImportLandcoverId,
 
   ImportStricklerTableFromFileId,
   ExportStricklerTableFromFileId,
@@ -119,7 +124,12 @@ enum OperationId
   CreateLandCoverId,
   EditLandCoverId,
 
-  PolylineExtraction
+  PolylineExtractionId,
+  SplitPolylinesId,
+  MergePolylinesId,
+
+  LandCoverScalarMapModeOnId,
+  LandCoverScalarMapModeOffId,
 };
 
 #endif