Salome HOME
#571 - Land Cover: calculation of Strickler coefficient
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 5640e00963717743b0952e87f04f965c4cf38b45..ab4219acb90604c3f56ab15a1d83f66d488daf97 100644 (file)
@@ -105,7 +105,21 @@ enum OperationId
 
   RiverBottomId,
   RiverBottomContextId,
-  ProfileInterpolateId
+  ProfileInterpolateId,
+
+  SubmersibleId,
+  ImportPolylineId,
+  ExportPolylineId,
+
+  ImportStricklerTableFromFileId,
+  ExportStricklerTableFromFileId,
+  EditStricklerTableId,
+  DuplicateStricklerTableId,
+
+  CreateLandCoverId,
+  EditLandCoverId,
+
+  PolylineExtraction
 };
 
 #endif