X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetShapeSelector.h;h=f118f8ebb6d88fb995bde7f7f667f4c860872d40;hb=64e62ba3761ad21ec49f1c13a64133567a0fa10f;hp=8a0ee84de47fc5e3e690065adf7933064ea87c00;hpb=49d5a27258260087aad5e7ca30d6863e08a186d1;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetShapeSelector.h b/src/PartSet/PartSet_WidgetShapeSelector.h index 8a0ee84de..f118f8ebb 100644 --- a/src/PartSet/PartSet_WidgetShapeSelector.h +++ b/src/PartSet/PartSet_WidgetShapeSelector.h @@ -1,9 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: PartSet_WidgetShapeSelector.h -// Created: 27 Nov 2014 -// Author: Vitaly Smetannikov - +// 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 +// 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 +// #ifndef PartSet_WidgetShapeSelector_H #define PartSet_WidgetShapeSelector_H @@ -41,9 +53,11 @@ Q_OBJECT /// Retrurns installed sketcher CompositeFeaturePtr sketch() const { return mySketch; } - /// Activate or deactivate selection and selection filters - /// \param toActivate boolean state whether it should be activated/deactivated - virtual bool activateSelectionAndFilters(bool toActivate); + /// Appends into container of workshop selection filters + /// \param [out] theModuleSelectionFilters module additional modes, -1 means all default modes + /// \param [out] theSelectionFilters selection filters + virtual void selectionFilters(QIntList& theModuleSelectionFilters, + SelectMgr_ListOfFilter& theSelectionFilters); protected: /// Checks the widget validity. By default, it returns true. @@ -70,7 +84,7 @@ protected: /// A reference to external objects manager PartSet_ExternalObjectsMgr* myExternalObjectMgr; - /// Pointer to a sketch + /// Pointer to a sketch CompositeFeaturePtr mySketch; bool myUseSketchPlane; ///< state whether the sketch plane filter should be switched on