Salome HOME
Feature #197: translation or georeferencing of OBSTACLES Box and Cylinder.
[modules/hydro.git] / src / HYDROGUI / CMakeLists.txt
index 06a664cc595584fa67e1b87d59feaf44cf9c2f82..612e9be9cac2c66671ba3bf7913a2b8b300a86c4 100644 (file)
@@ -4,14 +4,21 @@ include(../../CMake/UseQT4EXT.cmake)
 set(PROJECT_HEADERS 
     HYDROGUI.h
     HYDROGUI_AbstractDisplayer.h
+    HYDROGUI_AISTrihedron.h
     HYDROGUI_CalculationDlg.h
     HYDROGUI_CalculationOp.h
+    HYDROGUI_ChannelDlg.h
+    HYDROGUI_ChannelOp.h
     HYDROGUI_ColorWidget.h
     HYDROGUI_CopyPasteOp.h
+    HYDROGUI_CopyPastePositionOp.h
     HYDROGUI_DataBrowser.h
     HYDROGUI_DataModel.h
     HYDROGUI_DataObject.h
+    HYDROGUI_DeleteDlg.h
     HYDROGUI_DeleteOp.h
+    HYDROGUI_DigueDlg.h
+    HYDROGUI_DigueOp.h
     HYDROGUI_Displayer.h
     HYDROGUI_ExportImageOp.h
     HYDROGUI_GVSelector.h
@@ -30,6 +37,8 @@ set(PROJECT_HEADERS
     HYDROGUI_OCCSelector.h
     HYDROGUI_Operation.h
     HYDROGUI_Operations.h
+    HYDROGUI_Poly3DDlg.h
+    HYDROGUI_Poly3DOp.h
     HYDROGUI_PolylineDlg.h
     HYDROGUI_PolylineOp.h
     HYDROGUI_ProfileDlg.h
@@ -47,40 +56,57 @@ set(PROJECT_HEADERS
     HYDROGUI_RemoveImageRefsOp.h
     HYDROGUI_Shape.h
     HYDROGUI_ShowHideOp.h
+    HYDROGUI_StreamDlg.h
+    HYDROGUI_StreamOp.h
     HYDROGUI_Tool.h
     HYDROGUI_TwoImagesDlg.h
     HYDROGUI_TwoImagesOp.h
     HYDROGUI_UpdateFlags.h
-    HYDROGUI_UpdateImageOp.h
+    HYDROGUI_UpdateObjectOp.h
     HYDROGUI_VisualStateOp.h
     HYDROGUI_VTKPrs.h
     HYDROGUI_VTKPrsBathymetry.h
     HYDROGUI_VTKPrsBathymetryDriver.h
     HYDROGUI_VTKPrsDisplayer.h
     HYDROGUI_VTKPrsDriver.h
+    HYDROGUI_VTKPrsShape.h
+    HYDROGUI_VTKPrsShapeDriver.h
     HYDROGUI_Wizard.h
     HYDROGUI_Zone.h
     HYDROGUI_ImportGeomObjectOp.h
     HYDROGUI_ImportObstacleFromFileOp.h
     HYDROGUI_ExportCalculationOp.h
-    HYDROGUI_ObstacleDlg.h
+    HYDROGUI_GeomObjectDlg.h
     HYDROGUI_SetColorOp.h
     HYDROGUI_ColorDlg.h
     HYDROGUI_ImportProfilesOp.h
+    HYDROGUI_GeoreferencementDlg.h
+    HYDROGUI_GeoreferencementOp.h
+    HYDROGUI_Actor.h
+    HYDROGUI_BathymetryBoundsOp.h
+    HYDROGUI_TranslateObstacleDlg.h
+    HYDROGUI_TranslateObstacleOp.h
 )
 
 QT4_WRAP_CPP(PROJECT_HEADERS_MOC ${PROJECT_HEADERS})
 
 set(PROJECT_SOURCES 
     HYDROGUI_AbstractDisplayer.cxx
+    HYDROGUI_AISTrihedron.cxx
     HYDROGUI_CalculationDlg.cxx
     HYDROGUI_CalculationOp.cxx
+    HYDROGUI_ChannelDlg.cxx
+    HYDROGUI_ChannelOp.cxx
     HYDROGUI_ColorWidget.cxx
     HYDROGUI_CopyPasteOp.cxx
+    HYDROGUI_CopyPastePositionOp.cxx
     HYDROGUI_DataBrowser.cxx
     HYDROGUI_DataModel.cxx
     HYDROGUI_DataObject.cxx
+    HYDROGUI_DeleteDlg.cxx
     HYDROGUI_DeleteOp.cxx
+    HYDROGUI_DigueDlg.cxx
+    HYDROGUI_DigueOp.cxx
     HYDROGUI_Displayer.cxx
     HYDROGUI_ExportImageOp.cxx
     HYDROGUI_GVSelector.cxx
@@ -99,6 +125,8 @@ set(PROJECT_SOURCES
     HYDROGUI_OCCSelector.cxx
     HYDROGUI_Operation.cxx
     HYDROGUI_Operations.cxx
+    HYDROGUI_Poly3DDlg.cxx
+    HYDROGUI_Poly3DOp.cxx
     HYDROGUI_PolylineDlg.cxx
     HYDROGUI_PolylineOp.cxx
     HYDROGUI_ProfileDlg.cxx
@@ -116,25 +144,35 @@ set(PROJECT_SOURCES
     HYDROGUI_RemoveImageRefsOp.cxx
     HYDROGUI_Shape.cxx
     HYDROGUI_ShowHideOp.cxx
+    HYDROGUI_StreamDlg.cxx
+    HYDROGUI_StreamOp.cxx
     HYDROGUI_Tool.cxx
     HYDROGUI_TwoImagesDlg.cxx
     HYDROGUI_TwoImagesOp.cxx
-    HYDROGUI_UpdateImageOp.cxx
+    HYDROGUI_UpdateObjectOp.cxx
     HYDROGUI_VisualStateOp.cxx
     HYDROGUI_VTKPrs.cxx
     HYDROGUI_VTKPrsBathymetry.cxx
     HYDROGUI_VTKPrsBathymetryDriver.cxx
     HYDROGUI_VTKPrsDisplayer.cxx
     HYDROGUI_VTKPrsDriver.cxx
+    HYDROGUI_VTKPrsShape.cxx
+    HYDROGUI_VTKPrsShapeDriver.cxx
     HYDROGUI_Wizard.cxx
     HYDROGUI_Zone.cxx
     HYDROGUI_ImportGeomObjectOp.cxx
     HYDROGUI_ImportObstacleFromFileOp.cxx
     HYDROGUI_ExportCalculationOp.cxx
-    HYDROGUI_ObstacleDlg.cxx
+    HYDROGUI_GeomObjectDlg.cxx
     HYDROGUI_SetColorOp.cxx
     HYDROGUI_ColorDlg.cxx
     HYDROGUI_ImportProfilesOp.cxx
+    HYDROGUI_GeoreferencementDlg.cxx
+    HYDROGUI_GeoreferencementOp.cxx
+    HYDROGUI_Actor.cxx
+    HYDROGUI_BathymetryBoundsOp.cxx
+    HYDROGUI_TranslateObstacleDlg.cxx
+    HYDROGUI_TranslateObstacleOp.cxx
 )
 
 add_definitions(