Salome HOME
- Stub for drag and drop in the Calculation Case wizard is implemented (zones moving...
[modules/hydro.git] / src / HYDROGUI / CMakeLists.txt
index 0a8e21c8c9bccb73c689d0ce489d73ee74542098..dc39fbe20052e3a8748234c3333f6b86a2bc84bd 100644 (file)
@@ -8,18 +8,22 @@ set(PROJECT_HEADERS
     HYDROGUI_CalculationOp.h
     HYDROGUI_ColorWidget.h
     HYDROGUI_CopyPasteOp.h
+    HYDROGUI_DataBrowser.h
     HYDROGUI_DataModel.h
     HYDROGUI_DataObject.h
     HYDROGUI_DeleteOp.h
     HYDROGUI_Displayer.h
     HYDROGUI_ExportImageOp.h
     HYDROGUI_GVSelector.h
+    HYDROGUI_ImmersibleZoneDlg.h
+    HYDROGUI_ImmersibleZoneOp.h
     HYDROGUI_ImportBathymetryDlg.h
     HYDROGUI_ImportBathymetryOp.h
     HYDROGUI_ImportImageDlg.h
     HYDROGUI_ImportImageOp.h
     HYDROGUI_InputPanel.h
     HYDROGUI_Module.h
+    HYDROGUI_NameValidator.h
     HYDROGUI_ObjSelector.h
     HYDROGUI_ObserveImageOp.h
     HYDROGUI_OCCDisplayer.h
@@ -37,17 +41,17 @@ set(PROJECT_HEADERS
     HYDROGUI_PrsPolylineDriver.h
     HYDROGUI_PrsZone.h
     HYDROGUI_PrsZoneDriver.h
+    HYDROGUI_Region.h
     HYDROGUI_Shape.h
     HYDROGUI_ShowHideOp.h
-    HYDROGUI_SplitZonesTool.h
     HYDROGUI_Tool.h
     HYDROGUI_TwoImagesDlg.h
     HYDROGUI_TwoImagesOp.h
     HYDROGUI_UpdateFlags.h
     HYDROGUI_UpdateImageOp.h
     HYDROGUI_VisualStateOp.h
-    HYDROGUI_ZoneDlg.h
-    HYDROGUI_ZoneOp.h
+    HYDROGUI_Wizard.h
+    HYDROGUI_Zone.h
 )
 
 QT4_WRAP_CPP(PROJECT_HEADERS_MOC ${PROJECT_HEADERS})
@@ -58,18 +62,22 @@ set(PROJECT_SOURCES
     HYDROGUI_CalculationOp.cxx
     HYDROGUI_ColorWidget.cxx
     HYDROGUI_CopyPasteOp.cxx
+    HYDROGUI_DataBrowser.cxx
     HYDROGUI_DataModel.cxx
     HYDROGUI_DataObject.cxx
     HYDROGUI_DeleteOp.cxx
     HYDROGUI_Displayer.cxx
     HYDROGUI_ExportImageOp.cxx
     HYDROGUI_GVSelector.cxx
+    HYDROGUI_ImmersibleZoneDlg.cxx
+    HYDROGUI_ImmersibleZoneOp.cxx
     HYDROGUI_ImportBathymetryDlg.cxx
     HYDROGUI_ImportBathymetryOp.cxx
     HYDROGUI_ImportImageDlg.cxx
     HYDROGUI_ImportImageOp.cxx
     HYDROGUI_InputPanel.cxx
     HYDROGUI_Module.cxx
+    HYDROGUI_NameValidator.cxx
     HYDROGUI_ObjSelector.cxx
     HYDROGUI_ObserveImageOp.cxx
     HYDROGUI_OCCDisplayer.cxx
@@ -87,16 +95,16 @@ set(PROJECT_SOURCES
     HYDROGUI_PrsPolylineDriver.cxx
     HYDROGUI_PrsZone.cxx
     HYDROGUI_PrsZoneDriver.cxx
+    HYDROGUI_Region.cxx
     HYDROGUI_Shape.cxx
     HYDROGUI_ShowHideOp.cxx
-    HYDROGUI_SplitZonesTool.cxx
     HYDROGUI_Tool.cxx
     HYDROGUI_TwoImagesDlg.cxx
     HYDROGUI_TwoImagesOp.cxx
     HYDROGUI_UpdateImageOp.cxx
     HYDROGUI_VisualStateOp.cxx
-    HYDROGUI_ZoneDlg.cxx
-    HYDROGUI_ZoneOp.cxx
+    HYDROGUI_Wizard.cxx
+    HYDROGUI_Zone.cxx
 )
 
 add_definitions(