X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_SelectionActivate.h;h=e1dce511dbe1317251e11f45706e0ea62a922e9e;hb=20afea6c885668f6901e7ae42ee19c7b8fb40ac4;hp=89c12fcaafc2c558268fb22cf9337b1021a298f2;hpb=88c4a5c85a8d2cfab598c69882b9ceae15507123;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_SelectionActivate.h b/src/XGUI/XGUI_SelectionActivate.h index 89c12fcaa..e1dce511d 100644 --- a/src/XGUI/XGUI_SelectionActivate.h +++ b/src/XGUI/XGUI_SelectionActivate.h @@ -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 @@ -12,10 +12,9 @@ // // 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 +// 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;