X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_SketcherMgr.h;h=634916b7814fb3019823ab6dea15a4305e24547a;hb=77c928cf42b17926f8e493ce556b9cb09b4f97ae;hp=578ada7b0dabc0d011a03cd5ee0ee54263836ea7;hpb=bbef0297c85f81513744d7fa64a953cc223c8f4b;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_SketcherMgr.h b/src/PartSet/PartSet_SketcherMgr.h index 578ada7b0..634916b78 100644 --- a/src/PartSet/PartSet_SketcherMgr.h +++ b/src/PartSet/PartSet_SketcherMgr.h @@ -24,7 +24,7 @@ #include "PartSet.h" #include "PartSet_PreviewSketchPlane.h" -#include "PartSet_SelectionFilterType.h" +#include "XGUI_SelectionFilterType.h" #include "PartSet_Tools.h" #include @@ -201,12 +201,12 @@ public: /// Returns true if the filter is created by the sketch manager /// \param theFilterType a checked type /// \return boolean value - bool sketchSelectionFilter(const PartSet_SelectionFilterType theFilterType); + bool sketchSelectionFilter(const XGUI_SelectionFilterType theFilterType); /// Append selection filter into the module and type of the filter in internal container /// \param theFilterType selection filter type /// \param theFilter added filter - void registerSelectionFilter(const PartSet_SelectionFilterType theFilterType, + void registerSelectionFilter(const XGUI_SelectionFilterType theFilterType, const Handle(SelectMgr_Filter)& theFilter); /// Commit the operation if it is possible. If the operation is dimention constraint, @@ -445,7 +445,7 @@ private: CompositeFeaturePtr myCurrentSketch; - std::set mySelectionFilterTypes; + std::set mySelectionFilterTypes; FeatureToSelectionMap myCurrentSelection; bool myPreviousUpdateViewerEnabled;