Salome HOME
Issue #2200: Fix for highlighting of points
[modules/shaper.git] / src / PartSet / CMakeLists.txt
index 8dee08d11edbdb8089095c487af4e2c96491642b..8bb95e123773e96885c16eb3ffa570cad42b2c95 100644 (file)
@@ -1,4 +1,22 @@
-## Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+## Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+##
+## This library is free software; you can redistribute it and/or
+## modify it under the terms of the GNU Lesser General Public
+## License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+##
+## This library is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+## Lesser General Public License for more details.
+##
+## You should have received a copy of the GNU Lesser General Public
+## License along with this library; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+##
+## See http:##www.salome-platform.org/ or
+## email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+##
 
 INCLUDE(Common)
 INCLUDE(UseQtExt)
@@ -23,12 +41,12 @@ SET(PROJECT_HEADERS
     PartSet_OperationPrs.h
     PartSet_OverconstraintListener.h
     PartSet_PreviewPlanes.h
+    PartSet_PreviewSketchPlane.h
     PartSet_ResultSketchPrs.h
     PartSet_SketcherMgr.h
     PartSet_SketcherReentrantMgr.h
     PartSet_Tools.h
     PartSet_Validators.h
-    PartSet_WidgetChoice.h
     PartSet_WidgetEditor.h
     PartSet_WidgetFeaturePointSelector.h
     PartSet_WidgetFileSelector.h
@@ -38,7 +56,8 @@ SET(PROJECT_HEADERS
     PartSet_WidgetShapeSelector.h
     PartSet_WidgetSketchCreator.h
     PartSet_WidgetSketchLabel.h
-    PartSet_WidgetSubShapeSelector.h
+    PartSet_CenterPrs.h
+    PartSet_ExternalPointsMgr.h
 )
 
 SET(PROJECT_MOC_HEADERS
@@ -47,7 +66,6 @@ SET(PROJECT_MOC_HEADERS
     PartSet_Module.h
     PartSet_SketcherMgr.h
     PartSet_SketcherReentrantMgr.h
-    PartSet_WidgetChoice.h
     PartSet_WidgetEditor.h
     PartSet_WidgetFeaturePointSelector.h
     PartSet_WidgetFileSelector.h
@@ -57,7 +75,7 @@ SET(PROJECT_MOC_HEADERS
     PartSet_WidgetShapeSelector.h
     PartSet_WidgetSketchCreator.h
     PartSet_WidgetSketchLabel.h
-    PartSet_WidgetSubShapeSelector.h
+    PartSet_ExternalPointsMgr.h
 )
 
 SET(PROJECT_SOURCES
@@ -71,6 +89,7 @@ SET(PROJECT_SOURCES
     PartSet_OperationPrs.cpp
     PartSet_OverconstraintListener.cpp
     PartSet_PreviewPlanes.cpp
+    PartSet_PreviewSketchPlane.cpp
     PartSet_ResultSketchPrs.cpp
     PartSet_SketcherMgr.cpp
     PartSet_SketcherReentrantMgr.cpp
@@ -85,7 +104,8 @@ SET(PROJECT_SOURCES
     PartSet_WidgetShapeSelector.cpp
     PartSet_WidgetSketchCreator.cpp
     PartSet_WidgetSketchLabel.cpp
-    PartSet_WidgetSubShapeSelector.cpp
+    PartSet_CenterPrs.cpp
+    PartSet_ExternalPointsMgr.cpp
 )
 
 SET(PROJECT_RESOURCES