Salome HOME
refs #593: Split polylines, Merge polylines icons.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 5640e00963717743b0952e87f04f965c4cf38b45..fc1908471cdb0f02706eae33be88150ebe904609 100644 (file)
@@ -105,7 +105,30 @@ enum OperationId
 
   RiverBottomId,
   RiverBottomContextId,
-  ProfileInterpolateId
+  ProfileInterpolateId,
+
+  RecognizeContoursId,
+  SubmersibleId,
+  ImportPolylineId,
+  ImportSinusXId,
+  ExportSinusXId,
+    
+  ExportToShapeFileID,
+  ImportLandcoverId,
+
+  ImportStricklerTableFromFileId,
+  ExportStricklerTableFromFileId,
+  EditStricklerTableId,
+  DuplicateStricklerTableId,
+
+  CreateLandCoverId,
+  EditLandCoverId,
+
+  SplitPolylinesId,
+  MergePolylinesId,
+
+  LandCoverScalarMapModeOnId,
+  LandCoverScalarMapModeOffId
 };
 
 #endif