Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / CMakeLists.txt
old mode 100644 (file)
new mode 100755 (executable)
index 481b086..17441f3
@@ -41,6 +41,7 @@ set(PROJECT_HEADERS
     HYDROGUI_ImportLandCoverMapOp.h
     HYDROGUI_ImportLandCoverMapDlg.h
     HYDROGUI_ImportPolylineOp.h
+    HYDROGUI_ImportBCPolygonOp.h
     HYDROGUI_ImportSinusXOp.h
     HYDROGUI_ExportSinusXOp.h
     HYDROGUI_ExportSinusXDlg.h
@@ -123,6 +124,8 @@ set(PROJECT_HEADERS
     HYDROGUI_GeoreferencementOp.h
     HYDROGUI_Actor.h
     HYDROGUI_BathymetryBoundsOp.h
+    HYDROGUI_BathymetrySelectionOp.h
+    HYDROGUI_BathymetryOp.h
     HYDROGUI_TranslateObstacleDlg.h
     HYDROGUI_TranslateObstacleOp.h
     HYDROGUI_ListModel.h
@@ -144,16 +147,30 @@ set(PROJECT_HEADERS
     HYDROGUI_LandCoverColoringOp.h
     HYDROGUI_SetTransparencyOp.h
     HYDROGUI_TransparencyDlg.h
+    HYDROGUI_Overview.h
+    HYDROGUI_PolylineStyleOp.h
+    HYDROGUI_PolylineStyleDlg.h
+    HYDROGUI_ZoneTool.h
+    HYDROGUI_RegenerateRegionColorsOp.h
+    HYDROGUI_ZoneSetColorOp.h
+    HYDROGUI_PolyAttrDlg.h
+    HYDROGUI_ShowAttrPolyOp.h
+    HYDROGUI_SetBoundaryTypePolygonOp.h
+    HYDROGUI_SetBoundaryTypePolygonDlg.h
+    HYDROGUI_MeasurementToolOp.h
+    HYDROGUI_MeasurementToolDlg.h
+    HYDROGUI_SIProgressIndicator.h
+    HYDROGUI_ZIProgressIndicator.h
 )
 
 QT_WRAP_MOC(PROJECT_HEADERS_MOC ${PROJECT_HEADERS})
 
 set(PROJECT_SOURCES 
     HYDROGUI_AbstractDisplayer.cxx
-    #HYDROGUI_AISShape.cxx
-    #HYDROGUI_AISTrihedron.cxx
+    HYDROGUI_AISShape.cxx
+    HYDROGUI_AISTrihedron.cxx
     HYDROGUI_BathymetryPrs.cxx
-    #HYDROGUI_CalculationDlg.cxx
+    HYDROGUI_CalculationDlg.cxx
     HYDROGUI_CalculationOp.cxx
     HYDROGUI_ChannelDlg.cxx
     HYDROGUI_ChannelOp.cxx
@@ -161,7 +178,7 @@ set(PROJECT_SOURCES
     HYDROGUI_CopyPasteOp.cxx
     HYDROGUI_CopyPastePositionOp.cxx
     HYDROGUI_CurveCreatorProfile.cxx
-    #HYDROGUI_DataBrowser.cxx
+    HYDROGUI_DataBrowser.cxx
     HYDROGUI_DataModel.cxx
     HYDROGUI_DataModelSync.cxx
     HYDROGUI_DataObject.cxx
@@ -184,17 +201,18 @@ set(PROJECT_SOURCES
     HYDROGUI_ImportImageDlg.cxx
     HYDROGUI_ImportImageOp.cxx
     HYDROGUI_ImportLandCoverMapOp.cxx
-    #HYDROGUI_ImportLandCoverMapDlg.cxx
-    #HYDROGUI_ImportPolylineOp.cxx
-    #HYDROGUI_ImportSinusXOp.cxx
+    HYDROGUI_ImportLandCoverMapDlg.cxx
+    HYDROGUI_ImportPolylineOp.cxx
+    HYDROGUI_ImportSinusXOp.cxx
     HYDROGUI_ExportSinusXOp.cxx
     HYDROGUI_ExportSinusXDlg.cxx
+    HYDROGUI_ImportBCPolygonOp.cxx
     HYDROGUI_ExportLandCoverMapDlg.cxx
     HYDROGUI_InputPanel.cxx
     HYDROGUI_LandCoverArgsFilter.cxx
     HYDROGUI_LandCoverMapDlg.cxx
-    #HYDROGUI_LandCoverMapOp.cxx
-    #HYDROGUI_LandCoverMapPrs.cxx
+    HYDROGUI_LandCoverMapOp.cxx
+    HYDROGUI_LandCoverMapPrs.cxx
     HYDROGUI_LocalCSDlg.cxx
     HYDROGUI_LocalCSOp.cxx
     HYDROGUI_MergePolylinesDlg.cxx
@@ -203,8 +221,8 @@ set(PROJECT_SOURCES
     HYDROGUI_NameValidator.cxx
     HYDROGUI_ObjSelector.cxx
     HYDROGUI_ObserveImageOp.cxx
-    #HYDROGUI_OCCDisplayer.cxx
-    #HYDROGUI_OCCSelector.cxx
+    HYDROGUI_OCCDisplayer.cxx
+    HYDROGUI_OCCSelector.cxx
     HYDROGUI_Operation.cxx
     HYDROGUI_Operations.cxx
     HYDROGUI_Poly3DDlg.cxx
@@ -227,25 +245,25 @@ set(PROJECT_SOURCES
     HYDROGUI_PrsZoneDriver.cxx
     HYDROGUI_Region.cxx
     HYDROGUI_RemoveImageRefsOp.cxx
-    #HYDROGUI_Shape.cxx
-    #HYDROGUI_ShapeBathymetry.cxx
-    #HYDROGUI_ShapeImage.cxx
-    #HYDROGUI_ShapeLandCoverMap.cxx
+    HYDROGUI_Shape.cxx
+    HYDROGUI_ShapeBathymetry.cxx
+    HYDROGUI_ShapeImage.cxx
+    HYDROGUI_ShapeLandCoverMap.cxx
     HYDROGUI_ShowHideOp.cxx
     HYDROGUI_StreamDlg.cxx
     HYDROGUI_StreamOp.cxx
     HYDROGUI_LineEditDoubleValidator.cxx
-    #HYDROGUI_StricklerTableDlg.cxx
+    HYDROGUI_StricklerTableDlg.cxx
     HYDROGUI_StricklerTableOp.cxx
-    #HYDROGUI_StricklerTypeComboBox.cxx
+    HYDROGUI_StricklerTypeComboBox.cxx
     HYDROGUI_SplitPolylinesDlg.cxx
     HYDROGUI_SplitPolylinesOp.cxx
     HYDROGUI_SubmersibleOp.cxx
-    #HYDROGUI_Tool.cxx
-    #HYDROGUI_Tool2.cxx
+    HYDROGUI_Tool.cxx
+    HYDROGUI_Tool2.cxx
     HYDROGUI_TwoImagesDlg.cxx
     HYDROGUI_TwoImagesOp.cxx
-    #HYDROGUI_UpdateObjectOp.cxx
+    HYDROGUI_UpdateObjectOp.cxx
     HYDROGUI_VisualStateOp.cxx
     HYDROGUI_VTKPrs.cxx
     HYDROGUI_VTKPrsBathymetry.cxx
@@ -257,19 +275,21 @@ set(PROJECT_SOURCES
     HYDROGUI_Wizard.cxx
     HYDROGUI_Zone.cxx
     HYDROGUI_ImportGeomObjectOp.cxx
-    #HYDROGUI_ImportObstacleFromFileOp.cxx
+    HYDROGUI_ImportObstacleFromFileOp.cxx
     HYDROGUI_ExportCalculationOp.cxx
-    #HYDROGUI_GeomObjectDlg.cxx
+    HYDROGUI_GeomObjectDlg.cxx
     HYDROGUI_SetColorOp.cxx
     HYDROGUI_ColorDlg.cxx
-    #HYDROGUI_ImportProfilesOp.cxx
+    HYDROGUI_ImportProfilesOp.cxx
     HYDROGUI_GeoreferencementDlg.cxx
     HYDROGUI_GeoreferencementOp.cxx
     HYDROGUI_Actor.cxx
-    #HYDROGUI_BathymetryBoundsOp.cxx
+    HYDROGUI_BathymetryBoundsOp.cxx
+    HYDROGUI_BathymetrySelectionOp.cxx
+    HYDROGUI_BathymetryOp.cxx
     HYDROGUI_TranslateObstacleDlg.cxx
     HYDROGUI_TranslateObstacleOp.cxx
-    #HYDROGUI_ListModel.cxx
+    HYDROGUI_ListModel.cxx
     HYDROGUI_ZLevelsDlg.cxx
     HYDROGUI_ZLevelsOp.cxx
     HYDROGUI_OrderedListWidget.cxx
@@ -277,8 +297,8 @@ set(PROJECT_SOURCES
     HYDROGUI_ZLayers.cxx
     HYDROGUI_ZLayers2.cxx
     HYDROGUI_ZLayers3.cxx
-    #HYDROGUI_PriorityWidget.cxx
-    #HYDROGUI_PriorityTableModel.cxx
+    HYDROGUI_PriorityWidget.cxx
+    HYDROGUI_PriorityTableModel.cxx
     HYDROGUI_RiverBottomDlg.cxx
     HYDROGUI_RiverBottomOp.cxx
     HYDROGUI_ViewerDlg.cxx
@@ -290,6 +310,20 @@ set(PROJECT_SOURCES
     HYDROGUI_LandCoverColoringOp.cxx
     HYDROGUI_SetTransparencyOp.cxx
     HYDROGUI_TransparencyDlg.cxx
+    HYDROGUI_Overview.cxx
+    HYDROGUI_PolylineStyleOp.cxx
+    HYDROGUI_PolylineStyleDlg.cxx
+    HYDROGUI_ZoneTool.cxx
+    HYDROGUI_RegenerateRegionColorsOp.cxx
+    HYDROGUI_ZoneSetColorOp.cxx
+    HYDROGUI_PolyAttrDlg.cxx
+    HYDROGUI_ShowAttrPolyOp.cxx
+    HYDROGUI_SetBoundaryTypePolygonOp.cxx
+    HYDROGUI_SetBoundaryTypePolygonDlg.cxx
+    HYDROGUI_MeasurementToolOp.cxx
+    HYDROGUI_MeasurementToolDlg.cxx
+    HYDROGUI_SIProgressIndicator.cxx
+    HYDROGUI_ZIProgressIndicator.cxx
 )
 
 add_definitions(