Salome HOME
Provide On Plane filter and reading of validators for filters GUI definition
[modules/shaper.git] / src / XGUI / XGUI_SelectionActivate.h
index 89c12fcaafc2c558268fb22cf9337b1021a298f2..e1dce511dbe1317251e11f45706e0ea62a922e9e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2019  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
 //
 // 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
+// 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>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #ifndef XGUI_ISelectionActivate_H
@@ -138,12 +137,6 @@ protected:
   /// \param theModes selection modes
   void getSelectionModes(ModuleBase_ModelWidget* theWidget, QIntList& theModes);
 
-  /// Returns selection filters of the widget
-  /// \param theWidget model widget
-  /// \param theSelectionFilters selection filters
-  void getSelectionFilters(ModuleBase_ModelWidget* theWidget,
-                           SelectMgr_ListOfFilter& theSelectionFilters);
-
   /// Returns Trihedron object if it is displayed
   Handle(AIS_InteractiveObject) getTrihedron() const;