Salome HOME
Merge branch 'BR_v14_rc' into BR_quadtree
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 3eeebc14ffb196a0277b014880f074cb96bfc1a0..2669cae2c688749c6f47b0a557f1826a75a454cb 100644 (file)
@@ -107,10 +107,18 @@ enum OperationId
   RiverBottomContextId,
   ProfileInterpolateId,
 
+  RecognizeContoursId,
   SubmersibleId,
   ImportPolylineId,
-  ExportPolylineId
+  ExportPolylineId,
 
+  ImportStricklerTableFromFileId,
+  ExportStricklerTableFromFileId,
+  EditStricklerTableId,
+  DuplicateStricklerTableId,
+
+  CreateLandCoverId,
+  EditLandCoverId
 };
 
 #endif